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

Update data importer to import with updated "types" #19

Closed
ronaldtse opened this issue Feb 3, 2022 · 1 comment · Fixed by #20
Closed

Update data importer to import with updated "types" #19

ronaldtse opened this issue Feb 3, 2022 · 1 comment · Fixed by #20
Assignees
Labels
enhancement New feature or request

Comments

@ronaldtse
Copy link
Contributor

ronaldtse commented Feb 3, 2022

The resolution model now provides extra types:
metanorma/cipm-resolutions@f52ffc8

ConsiderationType:

   accepts
   observing
   referring
   acting
   empowers
   reaffirming

ActionType:

   declares
   elects
   authorizes
   charges
   states
   remarks
   judges
   sanctions
   abrogates
   empowers

Please refer to the changes in the following commits:

@ronaldtse ronaldtse added the enhancement New feature or request label Feb 3, 2022
@webdev778 webdev778 mentioned this issue Feb 19, 2022
4 tasks
@webdev778
Copy link
Collaborator

reaffirming

Is already there

empowers

Happens in both considerations and actions:

        /(?:empowered by|habilité par)/i => "empowers",
        /(?:empowers|habilite)/i => "empowers",

Maybe a consideration can be better called "empowered by"?

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

Successfully merging a pull request may close this issue.

2 participants