Ticket Template - explore-siargao/es-main GitHub Wiki
🌈 Objective
As a Guest
I want to be able to use the Property Access Register on no-coverage areas
So that I'll be able to ensure the system functions correctly without breaking existing features or causing regressions.
✅ Acceptance Criteria
Requirements
- All existing endpoints should function correctly after modifying the activity schema.
- Endpoints that rely on the activity schema should be tested to ensure no regressions.
- The user should be able to interact with the endpoints without any schema-related errors.
Design Workflow
- If you found some error during testing fix that error.
🚨 Out of Scope
- Front-end changes that do not directly rely on the activity schema modifications.
- Any new features not directly related to the activity schema update.
👩🏻💻 Wikis
- Link to API Testing Guidelines
- Link to Mongoose Schema Validation
🗒️ Other notes
- Ensure that the new schema does not introduce breaking changes in existing microservices or database interactions.
- Document any known limitations or potential future adjustments for the modified schema.