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

feat: add checks #39

Draft
wants to merge 8 commits into
base: main
Choose a base branch
from
Draft

feat: add checks #39

wants to merge 8 commits into from

Commits on Aug 5, 2022

  1. Add checks

    On taxonomy:
    - number of root entries
    - list of root entries
    - list of the 50 entries with the greatest number of direct children and their number of children
    
    On an entry:
    - list of translations present on children but not on the entry
    - shortest and longest path to a root : path en length
    - number of descendants
    - list of properties that are defined on a parent
    - list of properties that are already defined on a parent and redefined on the entry
    - list of children than redefine one of the property of this entry
    - number of children that use a synonym instead of a main id to link to this parent
    
    For a language,
    create a “languages” node:
    - % of translated entries with at least 3 languages
    - list of entries that miss translation (<3)
    storing results in sub-node for each language:
    - % of translated entries
    BryanH01 committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    7a57b78 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2022

  1. Add check synonyms

    BryanH01 committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    43fe6b3 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2022

  1. Update parser.py

    BryanH01 committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    3b056f8 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2022

  1. Update parser.py

    Check if a tag is used multiple times and add it to its language node
    BryanH01 committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    3bb3392 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72f2c18 View commit details
    Browse the repository at this point in the history
  3. Update parser.py

    Used black
    BryanH01 committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    8f03b97 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2022

  1. Configuration menu
    Copy the full SHA
    cae3b81 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. Configuration menu
    Copy the full SHA
    3783f2b View commit details
    Browse the repository at this point in the history