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
Hi,
It could be useful to enable the possibility to book an equipment from the kiosk overnight.
It would require to add a new field in NEMO/apps/kiosk/templats/kiosk/tool_reservation.html and modify `NEMO/apps/kiosk/view.py#reserve_tool.
Would a PR be accepted?
If so, could it be enabled by default? I was thinking to auto-fill end_date when start_date is selected, in order not to modify default user experience (end_date=start_date).
The text was updated successfully, but these errors were encountered:
sure. this will also required changing/fixing the unavailable_times implementation so that it works with different dates (the idea there is that we want to gray out all already reserved times)
Hi,
It could be useful to enable the possibility to book an equipment from the kiosk overnight.
It would require to add a new field in
NEMO/apps/kiosk/templats/kiosk/tool_reservation.html
and modify `NEMO/apps/kiosk/view.py#reserve_tool.Would a PR be accepted?
If so, could it be enabled by default? I was thinking to auto-fill end_date when start_date is selected, in order not to modify default user experience (end_date=start_date).
The text was updated successfully, but these errors were encountered: