-
Notifications
You must be signed in to change notification settings - Fork 7
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
Add ApplicationSection
and RecurringReservation
Pindora GraphQL info
#1568
base: add-series-pindora-info-to-admin-panel
Are you sure you want to change the base?
Add ApplicationSection
and RecurringReservation
Pindora GraphQL info
#1568
Conversation
e1d75b5
to
e37e7ef
Compare
fe6768d
to
efddad6
Compare
79f50f9
to
e195ab4
Compare
backend/tilavarauspalvelu/api/graphql/types/application_section/types.py
Outdated
Show resolved
Hide resolved
backend/tilavarauspalvelu/api/graphql/types/recurring_reservation/types.py
Outdated
Show resolved
Hide resolved
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.
Small changes, see comments
- Don't show info from reservations in application sections before they are sent - Add series and reservation ids to validity lists for identifying which series and reservation they correspond to - Filter out which reservations in series/sections need access codes in the PindoraClient
|
|
||
|
||
@freeze_time(local_datetime(2022, 1, 3)) | ||
def test_application_section__query__pindora_info__section_past(graphql): |
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.
Do my eyes fail me or is this identical to the above test (apart from the name)?
🛠️ Changelog
🧪 Test plan
🚧 Dependencies
🎫 Tickets