We now have a kiosk in the space which currently is only used for enrolling tags. We can add more functionality to this.
Current ideas for development are:
Granting permissions to users after attending an induction (inductor taps in, selects a permission to grant, inductees then tap in and are then given the permission)
Payment for items purchased in the space (e.g. laser shop, electronics shop etc)
Member photo printing
Tool status updating (mark a tool as out of order or back in working order)
Transport dashboard whilst idle (nearby bus and train departures)
If anyone else has any interesting ideas say so here, and we can think about putting them onto the backlog.
It’s a Pi3 with ACR122U NFC reader attached, running a node.js application using express and a browser which connects to it for the UI. socket.io is being used to send async messages to the browser (like when a tag is read).
It’s actually extremely similar in construction to the membership-system itself, except entirely self-contained.
Correct, nodejs is server-side javascript (basically), with a very big ecosystem of community created code which allows you to very quickly glue things together and get prototypes running, and with a bit more effort produce production ready applications that (can) scale very well.
Also what Node-RED uses in the back end (if you’re familiar with that).
Thanks to everyone who has worked on this! Feature suggestion - printing storage labels. (that may involve wider decisions about a storage request system, of course!)
Im not a developer but getting better at putting code together, would love to help out however i can.
Im an IT Manager of sorts by trade and have experience with on-prem & cloud servers and web-apps.
Hope to catch @unknowndomain at one of the open nights soon to talk more about what is needed and how i could help.
Another thought was to incorporate a wishlist for things people would like to see in the space.
Half of the idle screen could list these items, the member can touch their tag and input items and vote on current items.
Can then guage interest and either purchase said item from space funds or the relevant people can pool together.