Skip to content

Releases: TheFutureLegends/Movie-Booking-System

v1.0

18 Sep 11:43
Compare
Choose a tag to compare

Functionalities

  1. Register account
  2. Login / Logout
  3. Delete reservation (User)
  4. CRUD for movies (Admin)
  5. CRUD for employees (Admin)

Enhancements

  1. Docker
  2. Iterator design pattern
  3. Filtering
  4. Better error messages

v0.2

29 Aug 12:35
15cde6d
Compare
Choose a tag to compare

In addition to basic functions in v0.1-alpha, all CRUD functions can now work with the database:
CRUD User
CRUD UserProfile
CRUD Movie
CRUD Reservation

We also refactored 2 functions to work with the database:
User profile
Movie description

And we added 2 new features:
Edit Profile
Search for a movie

Milestone 1

08 Aug 16:08
7c5ef6c
Compare
Choose a tag to compare
Milestone 1 Pre-release
Pre-release

This release includes the majority of functions from both the front-end and back-end.

For front-end, important features are completed:

  1. View a list of movies
  2. Viewing the details of 1 specific movie
  3. Reserving a movie ticket
  4. Dummy payment
  5. Dummy login

For the backend, except for a few small bugs, most of the APIs are working correctly.