Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • C cosmos-backend
  • Project information
    • Project information
    • Activity
    • Labels
    • Planning hierarchy
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Cosmos
  • cosmos-backend
  • Merge requests
  • !16

Merged
Created Oct 11, 2024 by Paulo Ricardo Carnovale Cardoso@paulo.cardosoDeveloper

Feature/us 16 event details

  • Overview 0
  • Commits 6
  • Changes 3

This merge request introduces the functionality to display detailed information about an event on the Cosmos platform, as required by User Story 16. The backend now provides all necessary details about a specific event, including the title, institution, date, time, location, modality, and description. Additionally, this merge fixes an import issue related to Param, which was causing an error when trying to capture route parameters in the event controller. Key changes include the creation of a new GET endpoint that fetches full event details by ID. The response includes the event title, organizing institution, date and time, location (if the event is in-person), modality (online or offline), and a full description. It also pulls related event categories and associated projects, if any. To test, start the server and access the new endpoint at GET /event/:id, replacing :id with a valid event ID. Verify that all the expected details are returned. Also, test with invalid IDs to ensure proper error handling.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: feature/US_16_event_details