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

Computer Name Regex Validation #13

Open
timothyd09 opened this issue Jan 23, 2020 · 0 comments
Open

Computer Name Regex Validation #13

timothyd09 opened this issue Jan 23, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@timothyd09
Copy link

Is your feature request related to a problem? Please describe.
For HST, we have a very standard naming convention for our devices that can follow a regex pattern. It would be nice to have the option to use a regex pattern for the naming convention model rather than the current rule set.

Describe the solution you'd like
In the AppSettings.json and AppSettingsPE.json files, please add new options called "ruleRegexPattern" and "ruleRegexPatternEnabled". In the front end, have this rule be evaluated to look at the computer name field to determine if the value meets the regex expression. If it does, allow the next button to be available.

Describe alternatives you've considered
We can use the existing rules for now, but they are limited in their functions.

@timothyd09 timothyd09 added the enhancement New feature or request label Jan 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant