Skip to content
This repository has been archived by the owner on Oct 2, 2022. It is now read-only.

Releases: elanum/workspace-booking

v1.0.1

20 Feb 21:06
Compare
Choose a tag to compare

1.0.1 (2021-02-20)

Bug Fixes

  • hotfix multiple bookings are occupied bug (6ec654e)

v1.0.0

20 Feb 20:33
Compare
Choose a tag to compare

1.0.0 (2021-02-20)

Features

  • add filter for workspaces (a744d4b)
  • change new booking modal (11264b6)

BREAKING CHANGES

  • complete new design of workspaces

v0.3.0

07 Feb 16:08
Compare
Choose a tag to compare

0.3.0 (2021-02-07)

Bug Fixes

  • fix undefined user id on new bookings (13df46c)

Features

Performance Improvements

v0.2.1

29 Jan 16:35
Compare
Choose a tag to compare

0.2.1 (2021-01-29)

Bug Fixes

  • fix update_develop workflow (68cb7e9)

v0.2.0

29 Jan 16:15
Compare
Choose a tag to compare

0.2.0 (2021-01-29)

Bug Fixes

  • add working directories to workflow (3931b93)
  • change server port to heroku config vars (fa318c0)
  • fix no-unused-vars error (a28a6a6)
  • fix proxy function due to update (dbf687d)
  • fix workspace initialization (1b3b0c1)

Features

Reverts

v0.1.0

03 Jan 12:14
Compare
Choose a tag to compare

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)