csc302-spring-2021 / proj-DaTeam

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

refactor: responses page to update url when selecting form/response #145

Closed umar-ahmed closed 3 years ago

umar-ahmed commented 3 years ago

Description

Checklist

QA Steps

  1. npm run dev:frontend
  2. Go to /responses page
  3. Click on a form
  4. Verify that the url is now /responses/<form id>
  5. Click on a response
  6. Verify that the url is now /responses/<form id>/<response id>
  7. Click each of the close buttons
  8. Verify that the URL updates appropriately