membermatters / MemberMatters

An open source membership, access and payments portal for makerspaces and community groups.
https://membermatters.org
MIT License
43 stars 23 forks source link

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

Closed proffalken closed 12 months ago

proffalken commented 1 year ago

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