topcoderinc / dsp-app

Topcoder Drone Series Front End
3 stars 3 forks source link

[$250] Add existing service to swagger doc #30

Open kbowerma opened 7 years ago

kbowerma commented 7 years ago

Requirements

For this challenge we have a nice swagger doc created for our drone api service however we already had some endpoints for creating and updating the drones location that never made it into the swagger doc. You job is to update the swagger doc to include the /drones services.

You should write to the swagger.yaml file in the root doc not the swagger.json (I will generate that file with swagger-codegen generate -i swagger.yaml -l swagger when you are done.

Project Background

For this series we are creating a Drone Service Platform (DSP) which consist of a marketplace where customers can request drone services for providers/operators. Examples of the services would be drone delivery, mapping, monitoring and many other tasks. In addition to delivering drone services we will also provide a level of traffic management.

Other notable challenges in this series

Maps React and REST React Map Mission Plan Mission Plan fixes part 1 WEBAPI - Consumer to DSP API Product Catalog - swagger API design

Links

[front end src: topcoderinc/dsp-app](http://github.com/topcoderinc/dsp-app] [back end src: topcoderinc/dsp-app](http://github.com/topcoderinc/dsp-server]

Submission Guidelines

  1. Ensure good test coverage on all modules
  2. Upload documentation for how to run your submission
  3. Upload all your source code as a zip for review
  4. Winner will be required to submit a pull request with their winning code.
  5. Please include a video with your submission. If you are not comfortable with spoken english feel free to annotate with text.
kbowerma commented 7 years ago

Challenge created successfully Challenge Url: https://www.topcoder.com/challenge-details/30055820/?type=develop&noncache=true