When assets inside a maintenance plan fail to be reset, a red bar should be displayed under the maintenance plan indicating the user that the selected items in this maintenance plan are due for inspection.
We should have the colors green, yellow and red and assets should honor this color. If an item is in good status, it should display green. if the item is within a fixed day limit ( should be configured from the backend ), the item should show up as yellow. Eg, If the user has configured the term_limit to be 3 days, then when the item is 3 days away from maintenance due date, it should show up as yellow. Once that term_limit has passed, audience members can configure grace_period where it will show up as light red. After that time is over, it should display as red.
The concept of grace period and colors are new. We should accommodate this feature to make our plans more robust.
Acceptance Criteria
green
,yellow
andred
and assets should honor this color. If an item is in good status, it should displaygreen
. if the item is within a fixed day limit ( should be configured from the backend ), the item should show up asyellow
. Eg, If the user has configured theterm_limit
to be 3 days, then when the item is 3 days away from maintenance due date, it should show up asyellow
. Once thatterm_limit
has passed, audience members can configuregrace_period
where it will show up aslight red
. After that time is over, it should display asred
.