pramod_Task#295 : Create Contact Modal for Directory #116
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "pramod_Task#295"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
src/components/Directory/manageDirectory.jsx
Added form logic and submission flow to create a new contact.
On successful contact creation, the contact is appended to the contact list in the UI.
Modified TagInput Component
/src/components/comman/GlobalModal.jsx
Updated to support both:
array of objects (e.g. { id, name, ... })
Previously it only supported an array of strings.
Directory Repository Updates
src/repository
Implemented CreateContact API function to handle contact creation.
Added getBuckets API function to fetch project/bucket metadata used in the form.