sameershaik-coder / SOD

StockODiary Website
Apache License 2.0
1 stars 11 forks source link

Add a feature for user profile #3

Open sameershaik-coder opened 5 months ago

sameershaik-coder commented 5 months ago

Add a page for user profile, this must go under app - Accounts Use below model under accounts/model : UserProfile(models.Model)

  1. if the profile is not created or does not exist, display empty form to user, allow user to add profile info and save it to DB
  2. if the profile already exists, display existing data to user and allow user to edit his profile details
  3. Do not allow user to create/edit subscription_type
  4. Create unit tests for all above code with 100% coverage