Plugin Version
0.4.6
Proposed functionality
Add a way to show a Custom Object Field of Type Date or Date & time in a different color in the UI (as a badge), depending on how the set date compares to now. This could be an optional custom color, that can be set for "before", "after", or "is in less than X days". This way, a Field such as "expires at" or "starts at" can catch the user's eye in the UI (appears in green, then appears in orange when the Field "Expires At" is in 15 days or less, then in red when the date is passed, etc.).
The goal is to have some kind of date threshold data presentation (account expiration, certificate NotBefore/NotAfter, etc.).
Note: this feature is UI only. API or ORM calls do not need this to filter objects by date.
Use case
User experience. This is purely eye candy.
A detailed use-case is described by @mathieued in #431 (comment).
External dependencies
No response
Plugin Version
0.4.6
Proposed functionality
Add a way to show a Custom Object Field of Type
DateorDate & timein a different color in the UI (as a badge), depending on how the set date compares tonow. This could be an optional custom color, that can be set for "before", "after", or "is in less than X days". This way, a Field such as "expires at" or "starts at" can catch the user's eye in the UI (appears in green, then appears in orange when the Field "Expires At" is in 15 days or less, then in red when the date is passed, etc.).The goal is to have some kind of date threshold data presentation (account expiration, certificate NotBefore/NotAfter, etc.).
Note: this feature is UI only. API or ORM calls do not need this to filter objects by date.
Use case
User experience. This is purely eye candy.
A detailed use-case is described by @mathieued in #431 (comment).
External dependencies
No response