ArthurGuy / BBMembershipSystem

A membership management system for the Maker Space Build Brighton
https://arthurguy.co.uk/portfolio/bbms
GNU General Public License v3.0
20 stars 16 forks source link

Access 'trained' attribute of `inductions` table via API? #287

Closed nes0 closed 1 year ago

nes0 commented 1 year ago

There doesn't appear to be a way to find out whether a user should have access to an item of equipment via the API.

For a given device ID and keyfob (or user ID) it would be useful to know whether that user is permitted to use that machine. Currently when POSTing to acs/activity, only a UID and the user info record is returned.

nes0 commented 1 year ago

MR #288 seems to resolve the issue. I think this can be closed now.