This project was developed to serve as the hackPHS 2019 check in/out system. The program allows the user to add, update, and delete entries to Google Firebase database through a web application.
Intended functionalities include:
[ ] Check in entry
[ ] Check out entry
[ ] Update and delete previous entries
[ ] Query for location with participant name
[ ] Data on how many people at the hackathon at a given time
- [ ] Update collection name for team@hackphs db in code
- [ ] Switch to environment.prod.ts (update app.module.ts)
- [ ] Variable for where user is (boolean atPHS?)
- [ ] Array? for user check ins/outs
- [ ] Check in/out option as single choice buttons instead of text
- [ ] Make time date object rather than string
- [ ] Add search function for lookup by name (atPHS variable display)
- [X] Update and delete buttons instead of double click delete
- [ ] Split screen display (6 columns for entering data, 6 columns for searching)
This project was generated with Angular CLI version 8.1.1.
Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.
Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.
To get more help on the Angular CLI use ng help or go check out the Angular CLI README.