You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will be used as a bug reporting ticket -- anytime you come across a bug, edit this ticket and add it in!
High-Priority Bugs
Bugs that entail potential security vulnerabilities/things that drive up cloud costs.
Set the role of the user on the backend, not the client-- at the moment a user could just sign up and assign themselves an admin role if they know how to modify the source code of the client
Set up firebase security rules for storage to only allow authenticated users to upload files to our storage bucket
Refactor the video uploads to use AWS glacier + Cognito
Include a times failed on the user verification log (after failing the user verification 10 times, we should make the log invalid and generate a new one for the user; else someone could spam numbers till they get the right number and verify themselves even if they do not own that specific email)
Unverify the firebase user when they create an account and verify it when they verify their email -- use this for firebase storage rules
Medium Priority Bugs
Bugs that are related to the functionality of the application
Add a thumbnail property to training log + add functionality to get + save thumbnails in Firebase
Add an explicit date field in the create training logs
Change the training log negative behavior note to a dropdown + add an additional note field for negative behavior notes if they choose "Other" in the dropdown
unable to add training log; next button remains disabled in AddTrainingLogScreen.tsx after adding appropriate fields
Low-Priority Bugs
Bugs that are related to the user interface and limit accessibility/hinder usage of the app
Fix the million "any" types that we have throughout the app
Back button (null prop propagation) from ViewAllLogScreen to ViewSingleLogScreen
Description
This will be used as a bug reporting ticket -- anytime you come across a bug, edit this ticket and add it in!
High-Priority Bugs
Bugs that entail potential security vulnerabilities/things that drive up cloud costs.
Medium Priority Bugs
Bugs that are related to the functionality of the application
Low-Priority Bugs
Bugs that are related to the user interface and limit accessibility/hinder usage of the app
The text was updated successfully, but these errors were encountered: