certmichelin / PTART

MIT License
36 stars 5 forks source link

behavior after a project creation #75

Closed noraj closed 2 years ago

noraj commented 2 years ago

When a new project was added (http://127.0.0.1:8000/projects/new/) instead of just displaying a success alert and reset the form, it should redirect to the project list page (http://127.0.0.1:8000/projects/) or to the newly created template (http://127.0.0.1:8000/project/1/summary).

image

noraj commented 2 years ago

Same for assessments

Fisjkars commented 2 years ago

It was implement for projects, however assessment is often created in bulk, so we keep the current behavior for them.