Commit Graph

16 Commits

Author SHA1 Message Date
rui hildt 495b60935d Add MeetingList and Dashboard 2020-09-04 18:30:36 +02:00
rui hildt 8edd9ce651 Add data for email to participant POST 2020-09-04 12:39:09 +02:00
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 2aefdefb77 Post participant as part of creating a new meeting 2020-08-27 16:31:09 +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 bbc9a3c12c Post PossibleDates, add them with id to state 2020-08-23 16:30:25 +02:00
rui hildt 017f6e3869 Connect Schedule to API and 2020-08-22 22:49:03 +02:00
rui hildt 3356c380d7 Add currentUser and isAuthenticated to authcontext 2020-08-22 18:33:42 +02:00
rui hildt 672044e905 Reorganize and cleanup 2020-08-22 01:08:18 +02:00
rui hildt 52e04006df Maintain token after browser refresh 2020-08-22 00:08:42 +02:00
rui hildt 51ec69a3cb Refactor authentication with Context 2020-08-21 11:51:52 +02:00
rui hildt ec65c3b9dd Implement public/private routing 2020-08-19 20:04:52 +02:00
rui hildt cd1e23f2ea Add basic Login component 2020-05-11 18:39:04 +02:00
rui hildt 36a4448ffe Add basic create-react-app 2020-05-11 11:47:56 +02:00