csc302-spring-2021 / proj-DaTeam

CSC302 course project for DaTeam
https://dateam-frontend.herokuapp.com/
5 stars 2 forks source link

refactor: pluralize endpoint names #98

Closed umar-ahmed closed 3 years ago

umar-ahmed commented 3 years ago

Description

Checklist

QA Steps

  1. npm run build
  2. npm run dev:backend
  3. npm run dev: frontend
  4. Verify all endpoints in openapi are pluralized
  5. Verify frontend still works correctly
DiademShoukralla commented 3 years ago

QA Steps

  1. npm run build
  2. npm run dev:backend
  3. npm run dev: frontend
  4. Verify all endpoints in openapi are pluralized ✔️
  5. Verify frontend still works correctly ✔️
  6. Very existing backend API endpoint tests still work ✔️ ((All API endpoints appear updated in the test file and the current working test is verified to be updated.)) QA Pass