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

feat(CARE-27): implement appointment_schedules(doctor) #75

Merged

Conversation

TynPham
Copy link
Contributor

@TynPham TynPham commented Feb 18, 2024

Description

Implement doctor's appointment schedules.

Issue ticket number and link

https://quocduy0322.atlassian.net/browse/CARE-27

Checklist before requesting a review

  • 🐎 My code follows the style guidelines of this project
  • 👌 I have performed a self-review of my own code
  • 🧑‍💻 I have commented my code, particularly in hard-to-understand areas
  • 📚 I have made corresponding changes to the documentation
  • ✨ My changes generate no new warnings

Mobile & Desktop Screenshots/Recordings

https://www.veed.io/view/bed1e845-67fe-4451-a868-5b889df9b184?panel=share

Sorry, something went wrong.

@TynPham TynPham added the enhancement New feature or request label Feb 18, 2024
@TynPham TynPham requested a review from HarryxDD February 18, 2024 19:54
@TynPham TynPham self-assigned this Feb 18, 2024
@TynPham TynPham force-pushed the feature/CARE-27-Doctor's_features_appointment_schedules branch from 4f6ba15 to d8dd371 Compare February 19, 2024 14:22
Comment on lines 36 to 37
if (searchData) {
if (searchData.length > 0) {
Copy link
Collaborator

Choose a reason for hiding this comment

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

are searchData and searchData.length > 0 different?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yes, at first it is undefined

@TynPham TynPham merged commit 828f9a4 into develop Feb 20, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants