Skip to content
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

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
Open

Jjdzr14 re 68 #84

wants to merge 12 commits into from

Conversation

GrzegorzAcademy
Copy link
Collaborator

No description provided.

Copy link
Contributor

@szablewski szablewski left a 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. :)


return availableTimes;
}
public boolean isTimeSlotAvailable(Long doctorId, LocalDateTime visitTime) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
public boolean isTimeSlotAvailable(Long doctorId, LocalDateTime visitTime) {
public boolean validateVisit(visit) {

następnie sprawdzić czy wybrana wizyta jest dostępna w kalendarzu

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants