ecrin-github / rms-portal-new

RMS Portal with Python backend
MIT License
0 stars 0 forks source link

DO dates: use calendar rather than 3 fields #3

Open sergiocontrino opened 1 year ago

sergiocontrino commented 1 year ago

at the moment Start date Start month Start year should be substitute with calendar input, header: Start date

and the equivalent for end date

sergiocontrino commented 1 year ago

could a calendar be used also for study, start month/start year?

Swarnalathaa commented 1 year ago

@sergiocontrino In the backend currently no key exist to save the whole date. Do we still need to change it to single field? If so then i have to split the date in the frontend and the values separately.