-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Jjdzr14 re 68 #84
base: main
Are you sure you want to change the base?
Jjdzr14 re 68 #84
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Kilka rzeczy do poprawy, pomysł ogólnie dobry, ale trzeba troszkę bardziej popracować na realizacją.
W samym kodzie tego nie widzę, ale najlepszym rozwiązaniem jest wyświeltanie na kalendarzu dostępnych terminów, chyba, że to metoda (generateAvailableTimes) robi.
Troszkę nie widzę sensu, aby użytkownik najpierw wybierał datę wizyty, a następnie dokonywała się walidacja, aczkolwiek mam świadomość, że takie rozwiązanie jest bardzo trudne i moze nie być możliwe do wykonania w javie, a javaScripcie. nigdy nie wykonywałem takiej walidacji, więc cieżko mi cokolwiek powiedzieć na temat konkretnego rozwiązania. :)
ClinicWeb/src/main/java/pl/infoshare/clinicweb/visit/VisitService.java
Outdated
Show resolved
Hide resolved
ClinicWeb/src/main/java/pl/infoshare/clinicweb/visit/Visit.java
Outdated
Show resolved
Hide resolved
ClinicWeb/src/main/java/pl/infoshare/clinicweb/visit/VisitRepository.java
Show resolved
Hide resolved
ClinicWeb/src/main/java/pl/infoshare/clinicweb/visit/VisitController.java
Outdated
Show resolved
Hide resolved
ClinicWeb/src/main/java/pl/infoshare/clinicweb/visit/VisitService.java
Outdated
Show resolved
Hide resolved
|
||
return availableTimes; | ||
} | ||
public boolean isTimeSlotAvailable(Long doctorId, LocalDateTime visitTime) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
public boolean isTimeSlotAvailable(Long doctorId, LocalDateTime visitTime) { | |
public boolean validateVisit(visit) { |
następnie sprawdzić czy wybrana wizyta jest dostępna w kalendarzu
No description provided.