colorstackorg / oyster

Monorepo that houses ColorStack's core product software.
MIT License
241 stars 109 forks source link

Add/Edit Phone Numbers in Member Profile 🔢 #471

Open tomas-salgado opened 2 weeks ago

tomas-salgado commented 2 weeks ago

Description

We want to implement the ability to add/edit phone numbers from the Member Profile. Specifically, this should appear as a field under /profile/general.

Acceptance Criteria

To implement this issue, the following is required:

Additional Context

You can add a new field to the database using a database migration. See the docs!

Note that this will also require updating the loader and action functions within this file to ensure that any previously entered number is properly loaded, and any added/edited phone number is updated.

Hamza-Mos commented 2 weeks ago

@tomas-salgado can you assign this to moi?