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

Data Access: Add fields for Vendor User to Community and ServiceTicket schemas #343

Open
nnoce14 opened this issue Dec 11, 2024 · 0 comments · May be fixed by #344
Open

Data Access: Add fields for Vendor User to Community and ServiceTicket schemas #343

nnoce14 opened this issue Dec 11, 2024 · 0 comments · May be fixed by #344
Assignees

Comments

@nnoce14
Copy link
Contributor

nnoce14 commented Dec 11, 2024

On the Community schema, we want to add a new field called approvedVendors on the root of the schema.
This field will be typed as an array of VendorUser records. Refer to the ApplicantUser schema definition in AHP project for a reference on how to implement this type of field. It's not something Mongoose support directly but we were able to get it working in AHP.

On the ServiceTicket schema, add a new field called assignedVendor which is a reference field for the VendorUser type.

Make the necessary changes for the new fields to the domain context files, domain adapters, graphql types, and application services as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress
2 participants