pramod_Task#295 : Create Contact Modal for Directory #116

Merged
pramod.mahajan merged 7 commits from pramod_Task#295 into Feature_Directory 2025-05-16 15:15:59 +00:00
Collaborator

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.

_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.
pramod.mahajan added 7 commits 2025-05-16 15:15:28 +00:00
pramod.mahajan merged commit 431a541a89 into Feature_Directory 2025-05-16 15:15:59 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: admin/marco.pms.web#116
No description provided.