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

ENH: Use Skills ID in lieu of Name #52

Open
BobGlicksman opened this issue Sep 7, 2023 · 0 comments
Open

ENH: Use Skills ID in lieu of Name #52

BobGlicksman opened this issue Sep 7, 2023 · 0 comments

Comments

@BobGlicksman
Copy link
Collaborator

Amilia skills are objects with attributes "Id", "Name" and "AwardDate". The RFID system has been using the Name field for legacy compatibility with EZ Facility. Mustache filters parse the json response to return the skill name. However, we limit the number of skills returned in order to keep the filtered response within the limits of one packet (600+ bytes). The RFID system could accept far more skills if we used the Id in lieu of the Name to identify the skills for a member. In addition, this change would give the Education team complete freedom to rename skills to whatever they choose. This enhancement does not require any change to the RFID station firmware. It involves only a simple change to the webhook and to the location-skills access control list in the FDB.

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

No branches or pull requests

1 participant