You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The scope of this issue is to create a PR for adding the expiration date to the rendedDeviceItem component in the Rented Devices view. The feature has these parts:
The expiration date is stored in the public device model. This information is automatically retrieved from the server and populated into the Vuex store in the state.ownedDevices object when the user logs in. That information is for devices owned by the user. The logic for that feature can be copied to retrieve data on devices rented by user.
The expiration date should be displayed prominently, in the location indicated by the screenshot below. It would be nice if the expiration date changed color, based on the amount of time till the expiration date is reached. An idea: red for less than 24 hours, orange for less than 4 days, and green for anything greater than 4 days.
The text was updated successfully, but these errors were encountered:
The scope of this issue is to create a PR for adding the expiration date to the
rendedDeviceItem
component in the Rented Devices view. The feature has these parts:The expiration date is stored in the public device model. This information is automatically retrieved from the server and populated into the Vuex store in the
state.ownedDevices
object when the user logs in. That information is for devices owned by the user. The logic for that feature can be copied to retrieve data on devices rented by user.The expiration date should be displayed prominently, in the location indicated by the screenshot below. It would be nice if the expiration date changed color, based on the amount of time till the expiration date is reached. An idea: red for less than 24 hours, orange for less than 4 days, and green for anything greater than 4 days.
The text was updated successfully, but these errors were encountered: