CodeForPhilly / prevention-point

Current Functional Product
MIT License
30 stars 15 forks source link

enhance front end visit router to check params for particpant id #459

Closed MikeyManoguerra closed 3 years ago

MikeyManoguerra commented 3 years ago

This makes the existing participant path a little more resilient, and can handle a a refresh without redirecting away from the path.

This adds the participant id, and visit id, into the front end paths.

I also changed the path from /existingParticipant/ to /participants/:participantId/ to be more RESTful

443

The visitTable changes are just Lorem Ipsum filler, the big changes are the router paths