Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SMA-22: Add endpoint that returns upcoming events #21

Merged
merged 5 commits into from
Feb 1, 2024

Conversation

Johna91
Copy link
Collaborator

@Johna91 Johna91 commented Jan 30, 2024

added GET /upcoming-events endpoint and formated all classes
Onlz EvetnController, EventService and EventRepository need to be reviewed, other classes was only formated

ivamach
ivamach previously approved these changes Feb 1, 2024
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello, for this one these parts should be kept because I rename the endpoint from authenticate to login so its consistent for our use. so these part should be kept. the annotations are for the swagger

  @PostMapping("/login")
  @Tag(name = "Login")
  @Operation(
      summary = "Login user",
      description = "Login a user by providing their email and username.")
  public ResponseEntity<?> login(

MatejFrnka
MatejFrnka previously approved these changes Feb 1, 2024
@Johna91 Johna91 dismissed stale reviews from MatejFrnka and ivamach via 91af22b February 1, 2024 18:34
@Johna91 Johna91 merged commit 91c3322 into develop Feb 1, 2024
6 checks passed
@Johna91 Johna91 deleted the SMA-22-Add-endpoint-that-returns-upcoming-events branch February 1, 2024 18:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants