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

Add configuration options for regex #56

Closed
11 tasks done
Claiyc opened this issue Dec 8, 2022 · 1 comment · Fixed by #67
Closed
11 tasks done

Add configuration options for regex #56

Claiyc opened this issue Dec 8, 2022 · 1 comment · Fixed by #67
Assignees
Labels

Comments

@Claiyc
Copy link
Member

Claiyc commented Dec 8, 2022

Issue description

Describe your issue in detail here
Add different configuration options for regex matching to UI.

Update capture area in backend when changing the inputs in the UI

These include(per regex):

  • slicing option (all substrings, at spaces, entire string)
  • matching (default: approximate (constraint regex), default: exact (value regex))
  • generated matches (integer) -> only for approximate matching
  • similarity conversions (None, NumberToLetter, LetterToNumber)
  • Properly add a logging to the run view

Properly assign Value Regex to capture area value from UI
aswell as assigning the correct enums from selecting <- dont use combobox rather use a select box (https://next.vuetifyjs.com/en/components/selects/) then only the proper values can be matched

Definition Of Ready (DoR)

This issue can be worked on if

  • a developer is assigned
  • the issue is labeled
  • the issue is assigned to the current sprint
  • the issue is estimated
  • a meaningful title has been set
  • the issue is described in detail
@Claiyc
Copy link
Member Author

Claiyc commented Dec 8, 2022

Hey team! Please add your planning poker estimate with Zenhub @BeierKevin @roman533

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants