bluewave-labs / bluewave-uptime

BlueWave Uptime Monitor application
https://bluewavelabs.ca/products
GNU Affero General Public License v3.0
248 stars 26 forks source link

Naming Convention - Request body params #312

Closed ajhollid closed 1 month ago

ajhollid commented 1 month ago

Request body parameters should all be in camel case to be consistent with the rest of the project

firstName lastName

So on and so forth.

This should be updated on the frontend, backend, and db

Skorpios604 commented 1 month ago

Whenever I come across this when doing refactors I will correct it.