- Create a order list that show all orders
- Add a dashboard that show the best seller
- Show details of orders
- Create a monitong system for the staff on kitchen
- Add G-cash
- Create categories for the menu and order list
- Add a search bar for the menu and order list
- Improve the menu UI
- Add food images to the menu
- Add a category input field in Menu Management
- Fetch correct data from the database to display on the dashboard
- ADD refresh function to fetch the updated data
- Add a register form for creating a new account
- Display all the user/(staff and admin), full name and username
- show role in sidebar(Staff/Owner)
- Add order status filter
- Add order history
- Add order receipt print
- Improve authentication security for login
- Add roles for the user (admin and staff)
- Hash passwords using
password_hash() - Prevent SQL injection using prepared statements
- Fix order status update bug on dashboard
- Fix sidebar CSS loading issue
- ADD database_structure.sql
- Add roles
- learn how to use Docker
- Use Docker setup for easier local development
- Connect the Category table to Menu Management
- Allow uploading/assigning a category when adding a menu item
- Add Lenis library for smooth scroll