YCPRadioTelescope / RT-Contracts

Back-end architecture for the Radio Telescope Senior Software Design Project for the 2018-2019 academic year
3 stars 1 forks source link

Standardize Endpoint Name Styles #30

Closed jhorne98 closed 3 years ago

jhorne98 commented 4 years ago

The HTTP endpoint names have varying styles. This leads to confusing design and can be confusing to those using the backend. Best practice would be renaming the endpoints in camelCase style. This also requires updating the SwaggerHub docs.

lgartrell commented 4 years ago

Possible Plan

  1. Find HTTP endpoints
  2. Update naming conventions accordingly
  3. Test endpoints to make sure they still work
  4. Create list of updated endings and forward to teams impacted

Teams Impacted

Front-End

vmaresca commented 3 years ago

I looked through the code and found no examples of this so I will be closing it without making any changes.