-
Notifications
You must be signed in to change notification settings - Fork 2
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
Implement Event Search Endpoint #337
Labels
Milestone
Comments
wade3hamati
added a commit
that referenced
this issue
Feb 22, 2025
wade3hamati
added a commit
that referenced
this issue
Feb 22, 2025
wade3hamati
added a commit
that referenced
this issue
Feb 22, 2025
wade3hamati
added a commit
that referenced
this issue
Feb 22, 2025
wade3hamati
added a commit
that referenced
this issue
Feb 22, 2025
wade3hamati
added a commit
that referenced
this issue
Feb 22, 2025
wade3hamati
added a commit
that referenced
this issue
Feb 22, 2025
wade3hamati
added a commit
that referenced
this issue
Feb 22, 2025
wade3hamati
added a commit
that referenced
this issue
Feb 22, 2025
wade3hamati
added a commit
that referenced
this issue
Feb 22, 2025
wade3hamati
added a commit
that referenced
this issue
Feb 22, 2025
wade3hamati
added a commit
that referenced
this issue
Feb 22, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
As a user, I want to search for events using various filters so that I can find events that match my preferences.
Story Points: 5
Priority: High
Risk: Medium
Child Tasks:
searchEvents
endpoint in the EventController.Acceptance Criteria:
/api/events/search
should support filtering byeventName
,eventType
,sportType
,location
,date
,startTime
,endTime
,maxParticipants
,createdBy
,isPrivate
, andrequiredSkillLevel
.page
andsize
parameters.Task Breakdown:
Implementation Breakdown:
The text was updated successfully, but these errors were encountered: