-
- Downloads
Implementation of the my patients and my doctor buttons on the 2 patient and...
Implementation of the my patients and my doctor buttons on the 2 patient and doctor dashboards, dynamic redirection according to role using the AuthController controller for the patients.html and doctors.html templates
Showing
- src/main/java/com/projet/projetIndu/controllers/AuthController.java 34 additions, 0 deletions...ava/com/projet/projetIndu/controllers/AuthController.java
- src/main/java/com/projet/projetIndu/controllers/DoctorController.java 12 additions, 1 deletion...a/com/projet/projetIndu/controllers/DoctorController.java
- src/main/java/com/projet/projetIndu/controllers/PatientController.java 13 additions, 9 deletions.../com/projet/projetIndu/controllers/PatientController.java
- src/main/resources/templates/doctor-dashboard.html 1 addition, 1 deletionsrc/main/resources/templates/doctor-dashboard.html
- src/main/resources/templates/doctors.html 1 addition, 1 deletionsrc/main/resources/templates/doctors.html
- src/main/resources/templates/patient-dashboard.html 1 addition, 1 deletionsrc/main/resources/templates/patient-dashboard.html
- src/main/resources/templates/patients.html 1 addition, 1 deletionsrc/main/resources/templates/patients.html
Please register or sign in to comment