Refactor WasteLineTable display #622
Labels
challenge
An issue that represents a particular challenge and may not be straightforward to implement
client
Related to front end workings (React/Redux)
enhancement
New feature or enhancement
🚀 Feature Request
We recently refactored the table of transporters to a list of cards that use the auto-animate library for UI improvement. We should do something similar with waste line information (just below). The new transporters list looks like the following.
The Row Action items (move up, move down, remove) (see Transporter Table equivalent here) were moved from 3 distinct (poorly formatted) buttons to a dropdown.
The user can drill down for additional information by using the accordion to display more information, like below. This has the added benefit of only showing what the user needs initially, and more information can be added to the accordion when needed/desired.
A PR that closes this issue will employ unit tests that show the feature is functioning as expected. The wasteline list should follow the below expected behavior.
for reference the current waste line table looks like the below
The text was updated successfully, but these errors were encountered: