Skip to content

Deep link doesn't open proper page if a project was not completed and user clicks "Create New Project" #1235

@vic-georgiev

Description

@vic-georgiev

When a user has canceled a project creation and they go to a specific deep link (https://connect.topcoder.com/new-project/watson_chatbot) the system shows the correct "Unfinished screen"

screen shot 5

Upon clicking on "Create a new project" the system ignores the deep link and redirects to the project main screen.

screen shot 6

The system should respect a deep link (direct link) and load an empty form for that URL instead of home screen. Expected to see:

screen shot 7

This is a new case for deep links only. The "Create a new project" should redirect to main screen if we don't have a request for a specific project creation form.

Can we add this logic check to the incomplete project verification? If a request is for a valid project form, load the form. If it is not, load the main project selection page.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions