EnAccess / EnAccess/micropowermanager
[Feature Request]: Unlocked, Repossessed, Active & Inactive Customers color codes in List view/Unit View
- Dominant language
- PHP
- Stars
- 27
- Forks
- 19
- Avg merge
- 1d 18h
- Merged PRs (30d)
- 27
Description
### Preflight Checklist
- [x] I have read the [Contributing Guidelines](https://github.com/EnAccess/micropowermanager/blob/main/CONTRIBUTING.md) for this project, if it exists.
- [x] I agree to follow the [Code of Conduct](https://github.com/EnAccess/micropowermanager/blob/main/CODE_OF_CONDUCT.md) that this project adheres to.
- [x] I have searched the [issue tracker](https://github.com/EnAccess/micropowermanager/issues) for a feature request that matches the one I want to file, without success.
### Problem Description
Currently we are unable to see quickly if a device is active, inactive, unlocked or repossessed in a visual manner (color coded).
### Proposed Solution
Present each device status either on list view or customer view with a specific color code which would quickly allow for us to see if the customer's unit(s) is active, inactive, unlocked or repossessed.
Suggested color coding:
- Unlocked: Orange (#FFA500)
- Repossessed: Gray (#898989)
- Active: Green (#008000)
- Inactive: Red (#FF2C2C)
### Alternatives Considered
Currently on MPM we can see if one of the customer's devices is active por inactive on the list view, with a simple Yes/No text.
### Additional Information
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.