Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flow ID editing UI messages and error state #413

Open
lukestanley opened this issue Nov 21, 2023 · 0 comments
Open

Flow ID editing UI messages and error state #413

lukestanley opened this issue Nov 21, 2023 · 0 comments

Comments

@lukestanley
Copy link
Member

lukestanley commented Nov 21, 2023

We want to:

  1. Warn when a Flow ID is uppercase (warning UI style).
  2. Suggest lowercase kebab style names for new Flow ID's, using the Lodash kebab case function (informative UI style).
  3. Show an error for ID's that use characters that are not in an allowed list. The allowed list of characters are: lowercase letters, uppercase letters, dashes, numbers characters. Characters such as space, emojis or anything else are not allowed. This should cause an error style UI. We need to enforce that when trying to uploading a new or existing Flow, that users cannot progress until the ID complies with the allowed character rules.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant