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

  1. All existing endpoints should function correctly after modifying the activity schema.
  2. Endpoints that rely on the activity schema should be tested to ensure no regressions.
  3. The user should be able to interact with the endpoints without any schema-related errors.

Design Workflow

  1. If you found some error during testing fix that error.

🚨 Out of Scope

  1. Front-end changes that do not directly rely on the activity schema modifications.
  2. Any new features not directly related to the activity schema update.

👩🏻‍💻 Wikis

  1. Link to API Testing Guidelines
  2. Link to Mongoose Schema Validation

🗒️ Other notes

  1. Ensure that the new schema does not introduce breaking changes in existing microservices or database interactions.
  2. Document any known limitations or potential future adjustments for the modified schema.