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

fix(components): refactored the Regex Components #121

Merged
merged 5 commits into from
Apr 24, 2023

Conversation

BeierKevin
Copy link
Contributor

@BeierKevin BeierKevin commented Apr 22, 2023

PR description

Describe your changes in detail here

We had 3 components for the regex (value, before, after) definition. They shared alot of the same code. Therefore a split into one component with props etc. was neccessary and was here by done. It should work properly now but test it please so that i didn't miss anything.

Definition Of Done (DoD)

This PR can be squashed / merged if

  • a developer is assigned
  • the PR is NOT estimated
  • the PR is labeled
  • the PR is NOT assigned to the current sprint
  • a meaningful title has been set according to https://www.conventionalcommits.org/
  • the PR is described in detail
  • the PR links to an issue
  • the PR has been reviewed

Add additional conditions here if necessary for this PR
Fix: #97

@BeierKevin BeierKevin requested review from Claiyc and roman533 April 22, 2023 10:57
@BeierKevin BeierKevin self-assigned this Apr 22, 2023
@BeierKevin BeierKevin added improvement Some layout / structure / performance optimization UC: Regex Definition Regex Definition Use Case and removed bug Something isn't working labels Apr 22, 2023
@BeierKevin BeierKevin requested a review from 2000eBe April 22, 2023 17:44
Copy link
Member

@Claiyc Claiyc left a comment

Choose a reason for hiding this comment

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

lgtm

@BeierKevin BeierKevin merged commit 1691082 into main Apr 24, 2023
@BeierKevin BeierKevin deleted the fix/97-capture-area-component-refactoring branch April 24, 2023 10:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Some layout / structure / performance optimization Phase: Construction RUP: Implementation UC: Regex Definition Regex Definition Use Case
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Refactor capture-area components
2 participants