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
In the "Manual confirmation" table of "Pending Reservations" view, it could be useful to have a calendar widget to change the expiration date. Sometimes, they may ask for some more days because of company payment processes.
I would propose to move the "expiration date" column as the last one of the table, followed by a blue button with the "Postpone" label. It should be placed before the green and red buttons in each row.
When the user clicks on the button a calendar widget popup, to select the date and POST the new date to the server.
What about creating an action url (something like /actions/postpone-pending-tickets) in order to allow for a more complex business logic to validate the operation? (if needed)
thinking of UX:
there should be a "save" button inside the calendar widget to clarify that the change is sent. Additionally if the user clicks "cancel" or outside the widget, it is closed without applying any change.
The new date should immediately be visualized in the gui (without reloading the data from the server)
The text was updated successfully, but these errors were encountered:
In the "Manual confirmation" table of "Pending Reservations" view, it could be useful to have a calendar widget to change the expiration date. Sometimes, they may ask for some more days because of company payment processes.
I would propose to move the "expiration date" column as the last one of the table, followed by a blue button with the "Postpone" label. It should be placed before the green and red buttons in each row.
When the user clicks on the button a calendar widget popup, to select the date and POST the new date to the server.
What about creating an action url (something like /actions/postpone-pending-tickets) in order to allow for a more complex business logic to validate the operation? (if needed)
thinking of UX:
The text was updated successfully, but these errors were encountered: