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

[mindlogger] Implementation ML integration POC1 #8989

Open
wants to merge 9 commits into
base: 25.0-release
Choose a base branch
from

Commits on Nov 27, 2023

  1. WIP: Added Mindlogger module to handle ML applet schemas. Updated NDB…

    …_BVL_Instrument to handle mindlogger schemas. Added NDB_BVL_Instrument_Mindlogger to handle ML applet schemas stored in the DB and filling data dictionary. Added SQL patches.
    yagurdmitriy committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    300e072 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. Updated SQL migrations and patch. Added permission to access mindlogg…

    …er module, added local dev support migrations. Updated mindlogger module.
    yagurdmitriy committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    73164be View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. Style fixes.

    yagurdmitriy committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    7a4a8b1 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. Configuration menu
    Copy the full SHA
    c72022c View commit details
    Browse the repository at this point in the history
  2. Removed local dev code.

    yagurdmitriy committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    8bd28d0 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

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

Commits on Dec 22, 2023

  1. Updated mindlogger instrument class: Added overriding usesJSONdata me…

    …thod. Updated logic of creation data dictionary fields names for geolocation and rows fields. Small fixes.
    yagurdmitriy committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    f5e3730 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2023

  1. Ovverided 'getDictionaryValue' method in the ML instrument class to p…

    …rocess spicific ML dictionary field names
    yagurdmitriy committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    fcf246d View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. Updated mapping of the 'select' ML fields with the Loris data diction…

    …ary fields enumeration. Updated start indexes of options to 1 from 0.
    yagurdmitriy committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    bd08e0e View commit details
    Browse the repository at this point in the history