specollective / insights-agent-web-app

Web client for the Insights Agent application.
2 stars 1 forks source link

Update survey endpoint to survey_result #68

Closed mjtribble closed 1 year ago

mjtribble commented 1 year ago

Ticket Description

Description of Changes

Before and After for UI Updates n/a

To Test

  1. Checkout backend branch
  2. open shell and create a survey.
    from api.models import Survey
    Survey.objects.create()
  3. Navigate to localhost, register name and phone
  4. Retrieve magic link from server console logs
  5. Paste magic link
  6. Assert redirected to survey/1
  7. Fill out survey, and submit

For PR Reviewer Does this file change the yarn.lock, package.json or package-lock.json file? If so, why? If this pr contains mobile and desktop changes, did you test on IphoneXr and desktop views? Does this file match the related tickets linked figma file, or does it pass the visual smell test? If this file contains javascript, does the javascript pass the smell test? If you don't feel super confident in your review, did you assign someone more senior to double check?