Welcome to the VS Code Java world. Here is a guideline to help you get started to write Java code in Visual Studio Code.
HostelManagementSystem/
│
├── src/
│ ├── controller/
│ │ ├── Administrator/
│ │ │ └── Admin_controller.java
│ │ ├── MaintenanceStaff/
│ │ │ └── MaintenanceStaff_controller.java
│ │ ├── Student/
│ │ │ └── Student_controller.java
│ │ └── other_controllers... (if any)
│ │
│ ├── model/
│ │ ├── Complaint_model.java
│ │ ├── MaintenanceRequest_model.java
│ │ ├── Notification/
│ │ │ └── Notification.java
│ │ ├── PaymentGateway/
│ │ │ └── PaymentGateway_model.java
│ │ ├── Room_model.java
│ │ ├── User/
│ │ │ ├── Administrator_model.java
│ │ │ ├── MaintenanceStaff_model.java
│ │ │ ├── Student_model.java
│ │ │ └── user_model.java
│ │ └── other_models... (if any)
│ │
│ ├── view/
│ │ ├── Administrator/
│ │ │ └── Admin_view.java
│ │ ├── MaintenanceStaff/
│ │ │ └── MaintenanceStaff_view.java
│ │ ├── Student/
│ │ │ └── Student_home.java
│ │ └── other_views... (if any)
│
├── other_directories... (resources, assets, etc.)
├── README.md
└── .gitignore
The JAVA PROJECTS
view allows you to manage your dependencies. More details can be found here.
- add new hostel page
- add user hostel
- add user to leave hostel
- implement submit maintainace request
- implement admin page