Digital system for conference room handling, also its my first project this big, expecting few bugs ;). As you can see I am not the fastest at solving issues.
Robert
Check their projects out: Xamarin Messenger, Boat Sailing in MAUI, StudentJournal_WF, Simple Password Manager
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
I finished the rating system it ensures each user can only submit one rating per room and it shows all the ratings as well as the score and the number of ratings its based on
I decided to add also rating system to the rooms as a fun additional funcionality.
I started by thinking of the database structure and I couldnt figure out the best but I finished on this one. I also started doing the design on the website by creating additinal button at every room to open the page with reviews I will be finishing it in next devlog.
So I finished the statistics page also with the function to export data to csv files. Thats all I can think for this project I am just going to check for bugs. so probably one more devlog and I will be shipping it.
I was working on the statistics page for the admin with all the details and data. It consists of:
total number of reservations
average time of reservation
the graph shows usage of rooms in time
I am also planning to add exporting the data to spreadsheet for example but thats for another devlog(maybe I will something diffrent too)
I added a page to menage the reservations so when the user makes a reseravation the admin has to aprove it, to make it visible for the rest of the users
I forgot to mention it yesterday but the admin page yesterday was only the looks today I started on the actual functionality. By adding list of the rooms and the list of reservations for quick acces.
Today I was working on the page for the admin so he can do stuff like:
menage the rooms
menage the users
menage the reservations
etc...
As I said I finished the filters on calendar and I am working on notfications tab where the user is notfied for example of their reservations coming up
Today I was working on the calendar view. I used fullcalendar. I coudn't menage to make the filters work yet but thats for tomorow.
I finished up the reservations so there are no edge cases with the 2 reservations at the same time. I was working on the page so the user can edit their profile.
Today I added so the user can add reservations and also see the details of each room and if its occupied indicated by the green or red circle. It still has some things not working but I will fix it later
I implemented loging in and registration and basic looks of the main screen where the rooms will be displayed