Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@Uttkarsh-raj
Copy link
Contributor

PR Desc

This pr is regarding the bug hunt api's required for integrating this feature in the ui.

  • search bug hunt by name
  • made changes to the response needed for the frontend
  • one of the fields for the companies was missing so added that too here

This pr fixes #2424 issue.

Routes

  • /api/v1/hunt/ -> to get all the hunts
  • /api/v1/hunt/?search=name - > search the bug hunt by name or with similar names
  • /api/v1/hunt/?activeHunt=true -> get active hunts
  • /api/v1/hunt/?previousHunt=true -> get previous hunts
  • /api/v1/hunt/?upcomingHunt=true -> get upcoming hunts

@Uttkarsh-raj Uttkarsh-raj requested a review from arkid15r July 11, 2024 14:36
Copy link

@arkid15r arkid15r left a comment

Choose a reason for hiding this comment

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

Looks good!

Co-authored-by: Arkadii Yakovets <[email protected]>
@DonnieBLT DonnieBLT merged commit 026fe40 into OWASP-BLT:main Jul 11, 2024
CodeWithBishal pushed a commit to CodeWithBishal/OWASP-BLT that referenced this pull request Jul 15, 2024
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.

Create Api's for the bug hunt feature

3 participants