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

API: Add barcodes to participants #2380

Merged
merged 1 commit into from
Mar 24, 2024
Merged

API: Add barcodes to participants #2380

merged 1 commit into from
Mar 24, 2024

Conversation

tienne-B
Copy link
Member

@tienne-B tienne-B commented Dec 28, 2023

This commit adds participants' checkin barcodes to the participants' list and detail endpoints to allow for them to be easily exported without needing to make one request per participant.

This field is private, and currently read-only, but can be opened up.

It also fixes the type for the barcode in the main checkin serializer, as barcodes are strings rather than numbers (e.g. allowing "000001").

Fixes #2087
Fixes #2353

This commit adds participants' checkin barcodes to the participants'
list and detail endpoints to allow for them to be easily exported
without needing to make one request per participant.

This field is private, and currently read-only, but can be opened up.

It also fixes the type for the barcode in the main checkin serializer,
as barcodes are strings rather than numbers (e.g. allowing "000001").
@tienne-B tienne-B merged commit 09201fc into develop Mar 24, 2024
4 checks passed
@tienne-B tienne-B deleted the task/2353 branch March 24, 2024 03:18
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.

API: More straightforward access to checkin statuses Add method to export checkins
1 participant