Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Conversation

@pavolum
Copy link
Contributor

@pavolum pavolum commented Feb 20, 2021

Description

Various small items for the new creation experience are handled in this PR. More details outline in each task item below

Task Item

@pavolum
Copy link
Contributor Author

pavolum commented Feb 20, 2021

TODO: handle strong typing of runtime selection (azureWebApp and azureFunction), currently it is just passing the string from the front end, to the server, to the yeomen generators

@pavolum pavolum changed the title Pavolum/handle creation failure fix: error message specificity, tempalteID state management, runtime selection data handling Feb 20, 2021
const handleCreateNext = async () => {
setCreationFlowStatus(CreationFlowStatus.NEW_FROM_TEMPLATE);
navigate(`./create/${data}`);
navigate(`./create/template`);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder if some of this could have been avoided by doing an encodeURIcomponent on the name value...

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I confirmed this was the case.

@benbrown
Copy link
Contributor

DO NOT MERGE.

This PR is replaced by 3 smaller ones:
#5865
#5880
#5881

@benbrown benbrown closed this Feb 23, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

4 participants