Social buttons
Repo metadata
Released under GNU 2.0 by @gotoyuriko, @Xavvyro and @christjandra15.
Visual Studio Windows Form Application
As a Group Assignment for the Introduction to Object Oriented Programming, we are assigned to create a room reservation system that will be used by students and managed by the admin. The systems allow the students to be able to pick from 20 different discussion room which consists of Amber, Black Thorn, Cedar, and Daphne. The students only allowed to reserve a room 2 days prior to the desired schedule, under 2 days our system will automatically reject the request. The students also not allowed to register a room more than 6 hours, our system will automatically reject the requested date.
After registration, the students able to see the reserved room by them in the Your Reservation menu where the students able to cancel a certain room and change the room reservation time. The cancellation can be directly cancelling by the student by selecting the desired room. The change room reservation will need the admin to be able to approve and reject the change request from the student.
After the student menu, the admin menu will have 3 main form which consists of Daily Report, Monthly Report, and Pending Request. The daily report will allow the admin to search a specific date and the search system will only display the requested date of the database and displayed in the data grid view. The system also works the same with the monthly room report but instead of a specific date it uses monthly search. The last menu is the pending request, which the admin able to approve and reject a certain room change request that has been made from the students. The system will approve the change if the requested change time and date is available. The system will automatically reject if the requested time and date have already been reserved or have an overlapping time with a certain reservation.
Contributors:
- @gotoyuriko Yuriko Goto
- @Xavvyro Aurelio Darren Savero
- @christjandra15
Go to the link and get Visual Studio.
Select
- ASP.NET and web development
- .NET desktop development
- Data storage and processing
Clone the repo
git clone git@github.com:gotoyuriko/IOOFI.git
To open the Applciation, go to /IOOFI/DisucussionRoomReservationSystem/bin/Release
and open DiscussionRoomReservationSystem
Application.
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Yuriko Goto - email: gotoyuriko95@gmail.com