User Guide and System Manual of UniDorm Management System
The UniDorm Management System is a web-based platform designed for dormitory booking and management. It allows students to browse available rooms and submit booking requests while enabling admins to manage room records and booking approvals. The system features role-based access for students and admins, ensuring a streamlined user experience.
- ▪The system allows students to browse rooms and send booking requests.
- ▪Admins can manage room records and review booking requests.
- ▪Students can only book one room at a time and track their booking status.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3903959) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Yolk-Again Posted on Apr 29 User Guide and System Manual of UniDorm Management System #documentation #software #tutorial #web UniDorm Management System User Guide 1. System Overview UniDorm Management System is a web-based dormitory booking and management platform that allows students to browse rooms, send booking requests, and track booking status. Admins can manage rooms, review requests, and approve or reject bookings. The system supports two roles: Student Admin 2.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).