A point/attendance system for colleges - winner of the 2019 UNSW Inter-College Hackathon. Currently hosted on https://pointr.live.
Created by: Ivan Velickovic, Harrison Steyn, JunYang Sim, Oltan Sevic, Steven Shen and William de Dassel. (From left to right)
UNSW Colleges have a point system called room points. The more you do for the colleges the more room points you get and at the end of the year you can apply for a better room. This is currently a massive hassle for the Deans to organise and this software solution aims to alleviate the pressure on them. This also aims to let the Deans and college staff see how people from diverse cultural and linguistic backgrounds are adapting to college life and integrating with the community and whether they need help or not.
- Ability for owner to create 'events'- specifying the name, and the point value of attending the event.
- Ability for user to attend an event - either by typing an ID and name into event creators laptop or by scanning a QR code.
- Ability for owner to see all people to attend an event and remove or add points to their attendance or remove them altogether.
- Ability for user to see a receipt of all events attended and current point score.
- Install Docker here
- (For linux machine) Remember to follow through after the "post-installation steps"
- Run
docker-compose up
and see the magic
- Install Docker
- Run additional docker file for test:
$ docker-compose -f .\docker-compose.yml -f .\docker-compose.test.yml up