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

[Feature Request] Add additional challenge-specific endpoints #27

Closed
1 of 16 tasks
mattmanley opened this issue May 5, 2020 · 0 comments · Fixed by #45
Closed
1 of 16 tasks

[Feature Request] Add additional challenge-specific endpoints #27

mattmanley opened this issue May 5, 2020 · 0 comments · Fixed by #45
Labels
enhancement New feature or request
Milestone

Comments

@mattmanley
Copy link
Collaborator

mattmanley commented May 5, 2020

Is your feature request related to a problem? Please describe.
No. Looking to add support for new challenge-specific API endpoints

Describe the solution you'd like
I would like support for the following endpoints to be added:

  • GET /data/challenge/{id} - Retrieves task action statistics (available, fixed, already fixed, ...)
  • DELETE /challenge/{id} - Deletes an existing Challenge
  • PUT /challenge/{id} - Updates a Challenge
  • GET /project/{id}/challenge/{name} - Retrieves an already existing Challenge
  • DELETE /challenge/{id}/tasks - Deletes all Challenge Tasks
  • GET /challenges/listing - List challenges in specified projects
  • GET /challenge/{id}/children - Retrieves children for Challenge
  • GET /challenge/view/{id} - Retrieves Challenge GeoJSON
  • PUT /challenge/{id}/updateTaskPriorities - Update Task Priorities
  • PUT /challenge/{id}/resetTaskInstructions - Reset Task Instructions
  • GET /challenge/{id}/comments - Retrieve all comments for Challenge
  • GET /challenge/{id}/comments/extract - Retrieve all comments for Challenge
  • POST /challenge/{id}/tasks/extract - Retrieve summaries of all tasks for Challenge
  • GET /challenge/{id}/tasks/extract - Retrieve summaries of all tasks for Challenge
  • POST /virtualchallenge - Create a Virtual Challenge
  • GET /virtualchallenge/{id} - Retrieves an already existing Virtual Challenge

Describe alternatives you've considered
N/A

Additional context
Additional tests and examples should be created with each endpoint

@mattmanley mattmanley added the enhancement New feature or request label May 5, 2020
@mattmanley mattmanley added this to the v1.0.0 milestone May 14, 2020
@mattmanley mattmanley linked a pull request Jun 16, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant