Open ElenaCherpakova opened 3 months ago
Add Contracts Field to User Schema
Contracts
Extend the User schema/model to include a new field for contact details. This field will store contracts-related information for partner Model schema
Acceptance Criteria:
[] The User schema/model is updated to include contracts field. [] The contacts field is correctly validated and stored in the database.
contracts
contacts
Is it new field name contacts or contracts? please confirm.
@swathivt it should be contacts according to schema.
Add
Contracts
Field to User SchemaExtend the User schema/model to include a new field for contact details. This field will store contracts-related information for partner Model schema
Acceptance Criteria:
[] The User schema/model is updated to include
contracts
field. [] Thecontacts
field is correctly validated and stored in the database.