CosmicJay2k / grupp-a-java

0 stars 1 forks source link

Park slot entity #24

Closed aamin75 closed 1 year ago

aamin75 commented 1 year ago

The branch has tested and ready to review Extra tested cases with Insomnia

  1. get all
  2. get one by id
  3. get all available (available boolean is true)
  4. get all occupied (available boolean is false)
  5. change the available condition false to true and vice versa
FredricNordin commented 1 year ago

Routes have been changed to plural form

Capital A on record AddParkSlotReq is recommended. See this link: https://github.com/CosmicJay2k/grupp-a-java/issues/10

aamin75 commented 1 year ago

Routes have been changed to plural form

Capital A on record AddParkSlotReq is recommended. See this link: #10

Done