mike-webster / pet-tracker

Track Pet Activities Throughout the Day
0 stars 0 forks source link

User - Audit #36

Closed mike-webster closed 4 years ago

mike-webster commented 4 years ago

Description

Go through the user functionality and take down what works and what doesn't.

Technical Details

mike-webster commented 4 years ago

No test coverage - at this point, we don't have much to unit test.

mike-webster commented 4 years ago

Settings page in the nav goes to new_pet_path because the settings page hasn't actually been implemented yet.

Settings page requirements:

Updates:

Delete account functionality - erase all user data.

mike-webster commented 4 years ago

Forgot password flow

mike-webster commented 4 years ago

Implement sharing with social media? Super low priority - let's try to make something people want to share before building the ability to do it.

mike-webster commented 4 years ago

Implement user tracking: Add tracking table to the database to track where users came to from.

mike-webster commented 4 years ago

Bad sign-in blocker - only allow a user x attempts to sign in before their account gets locked.

In order to get unlocked, they just need to interact with an email.

Requirements: