Skip to content

HackRVA/memberdashboard

Repository files navigation

Member Dashboard

Introduction

The Member Dashboard allows us to register members for use with HackRVA's RFID system. It will track whether they are active by pulling their subscription status from our payment provider.

High level Orchestration

  • The server pulls payment information from paypal (and stores in the db) so we can tell who is currently an active member
  • The server will maintain access lists and periodically push those access lists to the RFID Readers on the network
  • The RFID reader stores its access list locally so it's not dependant on the network when someone wants to access the space

Run locally

# install frontend deps
make deps-frontend
make

note that this doesn't setup the mqtt server and it doesn't communicate with any mqtt devices

Documentation

Documentation can be found here

About

Member Dashboard is the source of truth for who has access to what at the makerspace.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages