-
Notifications
You must be signed in to change notification settings - Fork 0
Migrate to new Pretalx API #133
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
Merged
Merged
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
681c167
Remove outdated query '?questions=all'
NMertsch acb2899
Use '?expand=...' to request nested resources
NMertsch 1334997
Deserialization: speaker.avatar -> speaker.avatar_url
NMertsch 1b708dd
Deserialization: Localization 'en' -> 'name.en'
NMertsch a3e667f
Deserialization: Schedule slots
NMertsch 2eb8b2c
Deserialization: Don't expect embedded submission.speakers
NMertsch 27c1892
Deserialization: Handle non-expanded submission.resources
NMertsch 628090d
Chore: Fix typing
NMertsch d462963
Include submission resources in session export
NMertsch File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,26 +2,16 @@ | |
{ | ||
"code": "A8CD3F", | ||
"speakers": [ | ||
{ | ||
"code": "F3DC8A", | ||
"name": "A Speaker", | ||
"biography": "This is a biography of F3D speaker", | ||
"avatar": "https://pretalx.com/media/avatars/picture.jpg", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"code": "ZXCVBN", | ||
"name": "ZXC Speaker", | ||
"biography": "This is a biography of ZXC speaker", | ||
"avatar": "https://pretalx.com/media/avatars/picture.jpg", | ||
"email": "[email protected]" | ||
} | ||
"F3DC8A", | ||
"ZXCVBN" | ||
], | ||
"title": "This is a test talk from a test speaker about a test topic.", | ||
"submission_type": "Talk (long session)", | ||
"submission_type_id": 3961, | ||
"track": { | ||
"en": "Software Engineering & Architecture" | ||
"name": { | ||
"en": "Software Engineering & Architecture" | ||
} | ||
}, | ||
"track_id": 4493, | ||
"state": "confirmed", | ||
|
@@ -125,19 +115,15 @@ | |
{ | ||
"code": "B8CD4F", | ||
"speakers": [ | ||
{ | ||
"code": "G3DC8A", | ||
"name": "Another Speaker", | ||
"biography": "This is a biography of F3D speaker", | ||
"avatar": "https://pretalx.com/media/avatars/picture.jpg", | ||
"email": "[email protected]" | ||
} | ||
"G3DC8A" | ||
], | ||
"title": "A talk with shorter title", | ||
"submission_type": "Talk", | ||
"submission_type_id": 3961, | ||
"track": { | ||
"en": "PyData: LLMs" | ||
"name": { | ||
"en": "PyData: LLMs" | ||
} | ||
}, | ||
"track_id": 4493, | ||
"state": "confirmed", | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.