Project-Stage-Academy / UA_1155_alpha

UA-1155.Python Project Stage alpha group
3 stars 0 forks source link

Implementing Investor Profile Functionality #34

Closed NovitskaMariia closed 5 months ago

NovitskaMariia commented 5 months ago
  1. Check the Investor model in the users directory.

  2. Use correct API endpoints from task #24

  3. Ensure proper validation of investor data (like email format, phone number) during the registration process.

  4. Create all necessary functions and classes for POST method

  5. Save the investor data in the database upon successful registration.