Commit Graph

10 Commits

Author SHA1 Message Date
rui hildt 6cc19211c1 Fix rendering of events in Availability & refactor
- Possible dates were not ordered by dates, which in turn crashed
the rendering of Availability component
- Token was not added to headers after login
- Refactor Schedule by removing useless UseEffect
- Simplify rendering of events in Selected Dates (for now)
2020-09-02 23:08:41 +02:00
rui hildt 545a265a27 Update components to latest database changes 2020-08-28 15:29:06 +02:00
rui hildt 1e85a8423d Implement availibility to the backend 2020-08-28 11:50:22 +02:00
rui hildt f9193d460a Connect Availability to backend
This commit is in a non-working state. To post an availability we need
to have a participant created in db, which is yet to be implemented
2020-08-27 15:51:23 +02:00
rui hildt 714a631896 Format availibility to post 2020-08-27 14:51:58 +02:00
rui hildt 850921eb25 Connect TimezonePicker/TimePicker in Availability
- create TimePicker, import and connect it in Availability to state
- create 'times' assets for TimePicker
- connect TimezonePicker to state
2020-08-26 20:13:12 +02:00
rui hildt bbc9a3c12c Post PossibleDates, add them with id to state 2020-08-23 16:30:25 +02:00
rui hildt bc245eff51 Connect Schedule to Availability screen 2020-08-23 00:28:05 +02:00
rui hildt 017f6e3869 Connect Schedule to API and 2020-08-22 22:49:03 +02:00
rui hildt 672044e905 Reorganize and cleanup 2020-08-22 01:08:18 +02:00