This repository has been archived by the owner on Oct 2, 2022. It is now read-only.
v0.1.0
Features
- client: add booking via workspaces (c6d060f)
- client: add bootstrap css framework (da9d225)
- client: add filter and update to form (9452cb8)
- client: add frontend login & logout (e6c9f42)
- client: add http-proxy for internal requests (db2ecaf)
- client: add room view (813caae)
- client: add views for rooms, workplaces, bookings and profile (0cc81bf)
- client: create client with create-react-app (182b8b1)
- client: first design implementations (c83af0a)
- server: add express server (41ba8d5)
- server: add new routes (4d9ee1d)
- server: add routes for booking (4d2aee2)
- improve workspaces routes and views (d4a671a)
- init base structure (42d830e)
- server: add username & password input check (5e677c5)
- server: change bookings model (a20d341)
- server: extended routes for bookings, rooms and workplaces (b7879e9)
- server: imporve init data import to mongoose (a118406)
Bug Fixes
- client: final fix of redux dispatch on navlinks (d5cb178), closes #1
- client: fix dispatch on navlink (85fa5bb)
- client: fix password crypt (c9e3ce0)
- client: fix redux routing (e716fff)
- server: fix booking filter (4b488e3)
- server: fix exeption on specific user (81ad74c)
- server: fix initalization of workspaces (c2467eb)
- server: fix password check on login (56109bc)
- server: fix reset password route (03e6e47)
- remove booking error on modal close (da1cbfc)
- server: fix return on error (8278274)
- remove Container from logout view (da4dd28)