social-sonar / Socialsonar

https://socialsonar.vercel.app/
GNU Affero General Public License v3.0
1 stars 0 forks source link

Implement "Add New Contact" Functionality in Menu Tab #18

Open agrasso-azumo opened 3 months ago

agrasso-azumo commented 3 months ago

Develop the functionality to manually add a new contact in the system through a dedicated menu tab labeled "Add New Contact". This feature aims to allow users to seamlessly input detailed information about contacts into the system.

Requirements:

Menu Tab: Create a new tab labeled "Add New Contact" in the main menu interface. Input Fields: The following fields should be available for input when adding a new contact: Name Surname Phone Notes (optional) Email Job Title Company Birthday Address Additional Email(s) (optional, with the ability to add multiple) Additional Phone Number(s) (optional, with the ability to add multiple) Validation: Implement validation checks for mandatory fields such as name, email, and phone number to ensure data integrity. validate email format validate phone format Save Functionality: Allow users to save the entered contact details into the system upon completion.

agrasso-azumo commented 3 months ago

@raffi-bedoyan-azumo @christian-herrera-azumo we should separate name and surname, right now we have it on the same field. this could cause issues with syncing with other accounts

Natisolar commented 2 months ago

Test made 06/20/24

Image