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

ID card backend #1660

Closed
wants to merge 2 commits into from
Closed

ID card backend #1660

wants to merge 2 commits into from

Conversation

jellybob
Copy link
Contributor

This allows volunteer managers to issue ID cards for volunteers to use
as name badges, which also include a year prefixed ID number for
future use. We'll need something to associate those with users in future
years, this year it's sufficient to look up a user because it maps
directly to their user ID.

Admin users can also issue ID cards for orga, orga leads, and role
specific ID cards for things like photographers.

The print queue is consumed by some (currently unreleased) software
which pulls queued jobs using `PRINTER_KEY` configuration variable to
authenticate, which then pushes those jobs to ID card printers
on site.

This allows volunteer managers to issue ID cards for volunteers to use
as name badges, which also include a year prefixed ID number for
future use. We'll need something to associate those with users in future
years, this year it's sufficient to look up a user because it maps
directly to their user ID.

Admin users can also issue ID cards for orga, orga leads, and role
specific ID cards for things like photographers.

The print queue is consumed by some (currently unreleased) software
which pulls queued jobs using `PRINTER_KEY` configuration variable to
authenticate, which then pushes those jobs to ID card printers
on site.
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.

2 participants