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

9775 appointments openapi #19037

Merged
merged 8 commits into from
Oct 23, 2024
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,5 @@ data:
friendly_location_name: null
locationId: '938'
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Location id is not in our serializer. I think this may have been added when we were working on appointment scheduling, but it doesn't seem to apply to the index.

meta:
errors: null
checkinWindow:
minutesBefore: 45
minutesAfter: 15
upcomingAppointmentsCount: 1
upcomingDaysLimit: 7
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,5 @@ data:
friendly_location_name: 'DAYTSHR -Dayton VA Medical Center'
locationId: '938'
meta:
errors: null
checkinWindow:
minutesBefore: 45
minutesAfter: 15
upcomingAppointmentsCount: 1
upcomingDaysLimit: 7
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,5 @@ data:
locationId: '938'
meta:
errors: [{source: "VA Service"}]
checkinWindow:
Copy link
Contributor Author

Choose a reason for hiding this comment

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

All of these checkin window references are deprecated.

minutesBefore: 45
minutesAfter: 15
upcomingAppointmentsCount: 1
upcomingDaysLimit: 7
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,5 @@ data:
friendly_location_name: null
locationId: '938'
meta:
errors: null
checkinWindow:
minutesBefore: 45
minutesAfter: 15
upcomingAppointmentsCount: 1
upcomingDaysLimit: 7
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,5 @@ data:
friendly_location_name: 'CHYSHR-Cheyenne VA Medical Center'
locationId: '938'
meta:
errors: null
checkinWindow:
minutesBefore: 45
minutesAfter: 15
upcomingAppointmentsCount: 1
upcomingDaysLimit: 7
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,5 @@ data:
friendly_location_name: null
locationId: '938'
meta:
errors: null
checkinWindow:
minutesBefore: 45
minutesAfter: 15
upcomingAppointmentsCount: 1
upcomingDaysLimit: 7
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,5 @@ data:
friendly_location_name: null
locationId: '938'
meta:
errors: null
checkinWindow:
minutesBefore: 45
minutesAfter: 15
upcomingAppointmentsCount: 1
upcomingDaysLimit: 7
8 changes: 6 additions & 2 deletions modules/mobile/docs/index.html

Large diffs are not rendered by default.

Loading
Loading