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

Add a view to get member details by screen name #212

Merged

Conversation

proffalken
Copy link
Contributor

@proffalken proffalken commented Sep 4, 2023

Fixes #211

This code provides a new endpoint /api/admin/member/<str:screen_name> that allows us to look up an RFID tag (and whatever other information we choose to add in future!) based on a screen name.

The assumption is that the screen name will the username on the calling platform, and as a result we will be able to associate RFID tags (and therefore memberbucks) across disparate systems.

Example:

image

@proffalken proffalken force-pushed the feature/get_single_user_profile branch from e35cc9e to dce96e9 Compare October 5, 2023 15:51
@jabelone jabelone merged commit 719e54a into membermatters:dev Oct 7, 2023
2 checks passed
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