feedingamerica / freshtrak-client

3 stars 2 forks source link

Update URLs to enhance tracking options #127

Open davidpickering opened 4 years ago

davidpickering commented 4 years ago

@sarath-yerra are we able to make each step in the registration process have a unique URL? For example, the current URLs that a user hits throughout this process are:

/events/list
/events/register/:id (shows event details)
/events/register/:id (shows registration form)
/events/register/confirm

Could we instead have unique URLs, such as:

/events/list
/events/details/:id
/events/register/:id
/events/confirm

From @thompson2091

sarathyerra14 commented 3 years ago

This is Fixed