colorstackorg/oyster

Add/Edit Phone Numbers in Member Profile ๐Ÿ”ข

Closed this issue ยท 1 comments

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:

  • add a field phone_number to the database
  • add a new field to /profile/general after the field CurrentLocationField here
  • verify that the value entered in the field is a 10-digit int

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.

@tomas-salgado can you assign this to moi?