Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 18 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,13 @@ This was an academic group project completed for CMPG 311. The goal was to desig

The system allows users to browse movies, view show schedules, select seats, make bookings, and complete a simulated payment flow. It also includes role-based dashboards for customers, cinema managers, and administrators.

## My Role / Contribution
## Team Project Note

My role focused mainly on project coordination, integration support, documentation support, and selected database/backend-related work.
CineBook was completed as a CMPG 311 group project at North-West University. This repository represents combined team work, with different members contributing to the database design, backend routes, frontend pages, UI components, authentication, booking flow, documentation, and integration.

My contribution included:
I include this project in my portfolio as evidence of collaborative software engineering experience, database-backed application development, and exposure to full-stack project integration.

- Helping coordinate the project structure and integration planning.
- Supporting database schema work and table constraints for the Oracle submission.
- Supporting final integration between database, backend, frontend, and documentation files.
- Improving README and setup documentation.
- Supporting backend integration work around server setup, database connection configuration, role-based routing, environment configuration, and related documentation.
- Helping keep team contributions organised through branch and file ownership planning.

This was not an individual project. The repository contains work contributed by multiple team members.
The `.github/CODEOWNERS` file was used as a project review and ownership guard during integration. It should not be read as individual authorship of the entire system.

## Features

Expand Down Expand Up @@ -135,16 +128,21 @@ These are sample local development credentials, not production credentials.

## Screenshots

Screenshots will be added after the interface is reviewed and tested.

| Screen | Status |
| Screen | Preview |
|---|---|
| Home page | To be added |
| Movie details | To be added |
| Seat booking | To be added |
| Customer profile | To be added |
| Admin dashboard | To be added |
| Manager dashboard | To be added |
| Home page | ![Home page](screenshots/01_homepage.png) |
| Now showing | ![Now showing](screenshots/02_now_showing.png) |
| Coming soon | ![Coming soon](screenshots/03_coming_soon.png) |
| Sign in | ![Sign in](screenshots/04_sign_in.png) |
| Create account | ![Create account](screenshots/05_create_account.png) |
| Admin operations dashboard | ![Admin dashboard](screenshots/06_admin_operations_dashboard.png) |
| Movie details & booking | ![Movie details](screenshots/07_movie_details_booking.png) |
| Seat selection & checkout | ![Seat selection](screenshots/08_seat_selection_checkout.png) |
| Payment & confirm order | ![Payment](screenshots/09_payment_confirm_order.png) |
| Ticket confirmation email | ![Email confirmation](screenshots/10_ticket_confirmation_email.png) |
| Member profile & bookings | ![Member profile](screenshots/11_member_profile_bookings.png) |
| Cinema manager dashboard | ![Manager dashboard](screenshots/12_cinema_manager_dashboard.png) |
| Theatre bookings table | ![Theatre bookings](screenshots/13_theatre_bookings_table.png) |

## What I Learned

Expand Down
Empty file added screenshots/.gitkeep
Empty file.
Binary file added screenshots/01_homepage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/02_now_showing.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/03_coming_soon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/04_sign_in.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/05_create_account.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/06_admin_operations_dashboard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/07_movie_details_booking.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/08_seat_selection_checkout.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/09_payment_confirm_order.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/10_ticket_confirmation_email.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/11_member_profile_bookings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/12_cinema_manager_dashboard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/13_theatre_bookings_table.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.