Sprint_1 - amirul-zq/CFMS-Cafeteria-Management-System GitHub Wiki
This section will contain the project updation.
Sprint_1 - Scrum Updates
Scrum | Date | Task Description | Status | Errors | Solution |
---|---|---|---|---|---|
Scrum_1 | 11-04-2025 | Set up Laravel project and database | Completed | Faced database related issue in setting laravel | Modified .env file,updated database name and changed port. |
Scrum_2 | 15-04-2025 | Created user dashboard/interface,imported templates and modified them | Completed | No error faced | |
Scrum_3 | 20-04-2025 | Create login and register interface and add data to the database by user register. | Complete | Faced route and controller view related issue | Created RouteServiceProvide and updated AuthenticatedSessionController |
Scrum_4 | 27-04-2025 | Created admin dashboard. | Completed | No error faced | |
Scrum_5 | 03-05-2025 | Modified Admin Dashboard(get registered user's data from db that updates user's info and send item's details to the database by admin that will update the menu ). | Completed | Faced route, controller, database related issues. | Added routes to web.php, Updated AdminController and updated blade files. |
Scrum_6 | 07-05-2025 | Display Data in Home View from Database | Completed | Faced view related issues | Added routes in web.php. |
Scrum_7 | 16-05-2025 | Delete data (Food item) from admin panel and update menu from admin panel | Completed | All data (Food item) that added to database, was not showing in admin dashboard. | Changed div style properties. |