Skip to content

Releases: tullingedk/booking

v2.4.1

31 Mar 14:06
513ec92
Compare
Choose a tag to compare
  • Fix #8 - Use Google Sign-In for authentication
  • Update dependencies

v2.3.1

11 Mar 19:18
f5ff67b
Compare
Choose a tag to compare
  • Fix #9 - tooltips now hide when opening the seat modal
  • Decapitalize BankID name
  • Make it more clear to users what user data the application stores and for what purposes.
  • Update dependencies

v2.3.0

27 Feb 16:54
8620d39
Compare
Choose a tag to compare
  • Updated copyright years
  • Move backend scripts to backend/scripts directory
  • Update dependencies
  • Fix #12 - show number of available "bc" seats

v2.2.0

08 Feb 19:51
fb675fa
Compare
Choose a tag to compare
  • Fix #10 - misspelling on "brädspelsplatser"
  • Environment variable DEVELOPMENT removes CORS-policy on backend
  • Add konami-code easteregg on frontend

v2.1.2

07 Feb 20:58
27babda
Compare
Choose a tag to compare
  • Update Bootstrap version (from 4.3.1 to 4.4.1).
  • Use pipenv for backend
  • Update dependencies

v2.1.1

22 Jan 14:13
4824318
Compare
Choose a tag to compare
  • Improve Access-Control-Allow-Origin header policy on backend.

v2.1.0

07 Dec 23:04
c33771e
Compare
Choose a tag to compare
  • Solve issue #6 - admin/frontend: optimize for mobile usage
  • Solve issue #5 - backend: rate limit API calls, backend now requires redis in order to run
  • Update dependencies (housekeeping)
  • Add GitHub workflow (test backend application using flake8 and black).
  • Solve issue #7 - backend: re-organize and re-structure (refactoring), move routes into separate blueprints
  • Add docker-compose configuration for development.
  • Use code formatter prettier on frontend and admin.
  • Use code formatter black on backend.

v2.0.1

29 Nov 20:00
f3e2d8c
Compare
Choose a tag to compare
  • Solve issue #3 - passwords cannot be longer than 50 characters. Length has been limited to 200 characters.
  • Solve issue #4 - admin area redirects to normal user interface

v2.0.0

29 Nov 19:30
dc0a765
Compare
Choose a tag to compare
  • Major rework
  • Split project into three (backend, frontend, admin)
  • Backend now only returns JSON responses
  • Frontend has been rewritten in React
  • Admin area has been split into a separate React application to be served under a different rout

v1.0.0 - Initial release

28 Nov 19:16
31d5c8f
Compare
Choose a tag to compare
  • Initial release of application in preperation of the new re-work/overhaul