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

fix(lib-classifier): record classification times between the first and last annotation #6449

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Nov 18, 2024

  1. test(lib-classifier): test classification timestamps

    - [x] Add tests for classification `started_at` and `finished_at` timestamps.
    - [ ] fix the failing test for classification start times.
    eatyourgreens committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    f41911f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09e4229 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d4562d3 View commit details
    Browse the repository at this point in the history
  4. Set started_at when annotation._inProgress changes

    A new, empty annotation is created when the subject first loads, so wait until `annotation._inProgress` is true before setting the classification start time.
    eatyourgreens committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    e1cf963 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8bed133 View commit details
    Browse the repository at this point in the history