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 new Regex pattern to the database #59

Closed
4 tasks
Tracked by #58
kunnark opened this issue Oct 28, 2022 · 3 comments · Fixed by #80 or #110
Closed
4 tasks
Tracked by #58

Add new Regex pattern to the database #59

kunnark opened this issue Oct 28, 2022 · 3 comments · Fixed by #80 or #110

Comments

@kunnark
Copy link
Contributor

kunnark commented Oct 28, 2022

AS A Data Management Interface user
I WANT TO add a new Regex pattern to the database
IN ORDER TO recognize new entities.

Acceptance Criteria:

  • Single Regex pattern can be added to the Postgres database via Ruuter POST /regex and ReSQL POST /insert_regex
  • I can map the pattern with the entity given.
  • I can add the pattern via input text box
  • I can map the pattern with appropriate entity from the drop-down selection via Ruuter GET /entity and ReSQL POST /list_entity

Additional Info
Database consists of column with Regex and mapped entity.

Schema
diagram (4)

@kunnark kunnark mentioned this issue Oct 28, 2022
9 tasks
@kunnark kunnark moved this to ✅ Done in Data Anonymizer Oct 31, 2022
@kunnark kunnark moved this from ✅ Done to 🏗 In progress in Data Anonymizer Oct 31, 2022
@turnerrainer
Copy link
Contributor

@kunnark @alimuhammadahmer

  1. Is this just DSL or GUI development as well?
  2. ACs must contain API endpoints for both Ruuter and Resql.

@alimuhammadahmer
Copy link
Contributor

alimuhammadahmer commented Nov 10, 2022

Create Regex Mapping Ruuter Endpoint:
POST /regex
Create Regex Mapping Resql Endpoint:
POST /insert_regex

@kunnark kunnark moved this from 🏗 In progress to 📋 Backlog in Data Anonymizer Nov 11, 2022
@kunnark
Copy link
Contributor Author

kunnark commented Nov 11, 2022

@turnerrainer

  1. GUI AC's also added
  2. Endpoints added. BPMN schema added.

@alimuhammadahmer alimuhammadahmer linked a pull request Nov 17, 2022 that will close this issue
Repository owner moved this from 📋 Backlog to ✅ Done in Data Anonymizer Nov 17, 2022
@alimuhammadahmer alimuhammadahmer linked a pull request Jan 12, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: ✅ Done
3 participants