Danger0101 / Blossom_Haven_CI_PP5

A full ecommerce website based on a theoretical florist website.
0 stars 1 forks source link

USER STORY: Create Account #14

Closed Danger0101 closed 6 months ago

Danger0101 commented 7 months ago

As a user, I want to create an account to track my orders and save my shipping information for future purchases.

AC1 - Registration page allows users to create an account with a unique username and password. AC2 - User profile page displays order history and options to update shipping information. AC3 - Registered users can log in to their accounts to access order history and update profile details. AC4 - Users receive email when creating an account to verify AC 5 - Users receive emails when updating data related to their accounts

Danger0101 commented 7 months ago

This is covered using django all auth but I will need to implement an email sending methodology like I did with sendgrid in burger blast. Although I have a few sprints prior this is a note to my future self.

Danger0101 commented 6 months ago

All AC is met marking as complete.