Developer Logs: 5/18/2024
- Insertion of record name to the Firebase RT DB
- Validation: user will be denied access to create a new record if it already existed. Only one record exist per day.
- Navigations from MainActivity to AddRecordActivity to DisplayRecordActivity all good.
- Recyclerview on AddRecordActivity correctly displays the tallies from a certain record.
- Display of tally information to the DisplayRecordActivity works.
To Implement:
- Delete and update feature
- Search a record or tally feature