codesydney / marketplace-app-for-good

1 stars 1 forks source link

MA5 - Service Provider Profiles Functionality Update #24

Closed promie closed 4 months ago

promie commented 4 months ago

This PR focuses on the backend functionality for service provider profiles, laying the groundwork for future UI implementation. Key features include:

This is an initial step, with further developments planned for additional profile fields and UI considerations. To manage complexity, subsequent updates will be split into smaller PRs, focusing separately on provider profile updates and customer-facing profile views.

How to Test:

  1. Database Reset: Ensure your database is seeded by running pnpm run supabase:reset. Caution: This will remove existing data.
  2. Provider Signup: Register as a provider at http://localhost:3000/service-providers/sign-up.
  3. Login and Navigation: Log in with your new credentials and navigate to the dashboard.
  4. Profile Updates: Access the profile section via the left navigation pane, make changes to your profile, and save.
  5. Database Verification: Check the database UI to confirm that the changes have been applied (http://127.0.0.1:54323)

Preview: profiles

@davidtaing @washington-shoji once this is all good and merged, I will share the updated .env.local with the AWS credentials.