Add Highlighting and Button Functionality Based on State #7
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Potlatch-Loggers/ComputerKeeper#7
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
As I think about this more, we can do some other intelligent things:
Disable Buttons Based on State
If we have check-in and check-out buttons, and we know the present state of whether a computer should be checked in, or checked out, then we should be able to enable or disable the buttons according to whether the laptop is currently available for check-out, or not.
Highlight the Table with Colors, Indicative of Availability
We should be able to highlight the individual rows of the table, based on whether or not they're laptops which are available to be checked out. Should be simple enough...
Originally posted by @engineerjoe440 in #6 (comment)