-
- Downloads
Change of routes for appointment security, change so that appointments are...
Change of routes for appointment security, change so that appointments are retrieved according to the authenticated patient or doctor. Doctors can now only book appointments in their own name
parent
d93387c4
Branches
No related tags found
Showing
- src/main/java/com/projet/projetIndu/controllers/DoctorAppointmentController.java 21 additions, 24 deletions...t/projetIndu/controllers/DoctorAppointmentController.java
- src/main/java/com/projet/projetIndu/controllers/PatientAppointmentController.java 33 additions, 0 deletions.../projetIndu/controllers/PatientAppointmentController.java
- src/main/java/com/projet/projetIndu/repositories/AppointmentRepository.java 2 additions, 0 deletions...projet/projetIndu/repositories/AppointmentRepository.java
- src/main/java/com/projet/projetIndu/services/AppointmentService.java 4 additions, 1 deletion...va/com/projet/projetIndu/services/AppointmentService.java
- src/main/java/com/projet/projetIndu/services/DoctorService.java 10 additions, 16 deletions...in/java/com/projet/projetIndu/services/DoctorService.java
- src/main/java/com/projet/projetIndu/services/PatientService.java 12 additions, 0 deletions...n/java/com/projet/projetIndu/services/PatientService.java
- src/main/resources/templates/appointments.html 1 addition, 1 deletionsrc/main/resources/templates/appointments.html
- src/main/resources/templates/create-appointment.html 6 additions, 10 deletionssrc/main/resources/templates/create-appointment.html
- src/main/resources/templates/doctor-dashboard.html 1 addition, 1 deletionsrc/main/resources/templates/doctor-dashboard.html
- src/main/resources/templates/patient-dashboard.html 1 addition, 1 deletionsrc/main/resources/templates/patient-dashboard.html
Please register or sign in to comment