Cynthesize/cynthesize-frontend

Use Project name as well in the URL

Closed this issue · 1 comments

Currently any project can be viewed as /view/project/<project-id>. This should not be the case. The project name should be /view/project/<project-id>-<project-name>.

Eg: The URL for the Cynthesize project is currently /view/project/191, it should be /view/project/191-Cynthesize.

This needs to be completed in two parts:

  • Modifying query to match for project name as well.

  • Modifying API call.