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

Migrate regex plugin to builtins #749

Closed
2 of 6 tasks
Tracked by #656
jmcook1186 opened this issue May 31, 2024 · 0 comments
Closed
2 of 6 tasks
Tracked by #656

Migrate regex plugin to builtins #749

jmcook1186 opened this issue May 31, 2024 · 0 comments
Assignees
Milestone

Comments

@jmcook1186
Copy link
Contributor

Sub of: #656

What
Move the regex plugin from if-plugins to if/builtins

Why
This is part of our migration of our core plugins into a standard library in if/builtins.

Context
This is a core feature we want to support, so it is migrating into if.

Prerequisites/resources
no

SoW (scope of work)

  • move plugin code into builtins/regex
  • fix any integration issues caused by the migration
  • migrate and fix unit tests
  • update README documentation updated

Acceptance criteria

  • plugin code is migrated to if-builtins
    Given (Setup): The migration has been completed.
    When (Action): A user or developer navigates to if
    Then (Assertion): they will find a folder if/builtins/regex containing the plugin source code and a README.

  • plugin code and unit tests pass and maintain 100% coverage
    Given (Setup): The migration has been completed and a user has downloaded if.
    When (Action): they run npx jest --coverage
    Then (Assertion): they will receive a report showing 100% coverage and 100% passing

@jmcook1186 jmcook1186 self-assigned this May 31, 2024
@jmcook1186 jmcook1186 added this to IF May 31, 2024
@jmcook1186 jmcook1186 moved this to Pending Review in IF May 31, 2024
@zanete zanete added the epic: QA label Jun 3, 2024
@zanete zanete closed this as completed Jun 3, 2024
@github-project-automation github-project-automation bot moved this from Pending Review to Done in IF Jun 3, 2024
@zanete zanete mentioned this issue Jun 3, 2024
28 tasks
@zanete zanete added this to the Improve Trust milestone Jun 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

2 participants