Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add/Edit Phone Numbers in Member Profile 🔢 #471

Open
Tracked by #473
tomas-salgado opened this issue Aug 23, 2024 · 1 comment · May be fixed by #482
Open
Tracked by #473

Add/Edit Phone Numbers in Member Profile 🔢 #471

tomas-salgado opened this issue Aug 23, 2024 · 1 comment · May be fixed by #482
Assignees
Labels
Feature 🚀 A new feature or improvement. Full-Stack 📚 Requires frontend and backend work.

Comments

@tomas-salgado
Copy link
Collaborator

tomas-salgado commented Aug 23, 2024

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 tomas-salgado added Feature 🚀 A new feature or improvement. Full-Stack 📚 Requires frontend and backend work. labels Aug 23, 2024
@Hamza-Mos
Copy link
Contributor

@tomas-salgado can you assign this to moi?

@Hamza-Mos Hamza-Mos linked a pull request Aug 24, 2024 that will close this issue
9 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature 🚀 A new feature or improvement. Full-Stack 📚 Requires frontend and backend work.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants