Skip to content

Enable new fields in database to backend #6

@spboyer

Description

@spboyer

Update the backend API to expose additional fields that may be needed for enhanced functionality in the Octopets application.

Context
The current backend API provides basic listing and review endpoints. As the application evolves, there may be a need to expose additional fields from the data models to support new features in the frontend.

Tasks

  • - Review existing data models (Listing.cs, Review.cs) for fields that aren't currently exposed
  • - Identify which additional fields should be included in API responses
  • - Update repository interfaces and implementations if needed
  • - Update endpoint responses to include new fields
  • - Test API endpoints to verify new fields are returned correctly
  • - Update OpenAPI documentation to reflect the changes

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions