UoaWDCC / passport

WDCC Passport project. Established in 2024.

Home Page:https://wdcc-passport.fly.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Date Picker on QR Generator form

derogative404 opened this issue · comments

Description

As an admin
I want to select the start and end dates of an event when I generate a new QR code
So that I can set the duration of that event

Proposed Solution

https://www.figma.com/file/tvnkfOcsSfp21oouz9Lbqy/Initial-Design?type=design&node-id=354%3A194&mode=design&t=BrsD7blHwgplzN3c-1

Acceptance Criteria

  • Date Field added for the start date
  • Date Field added for the end date
  • Validation rule added for the start date so users cannot select dates before the current date (end date can either be the same as the start date or greater than the start date)
  • Upon selecting (either the end date or start date field), a calendar pop-up is shown for the user to select the dates

Notes

https://mui.com/x/react-date-pickers/date-picker/

completed already