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

Commits on Nov 19, 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 19, 2024
    Configuration menu
    Copy the full SHA
    f6e7aa3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e1a3d3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9783e54 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 19, 2024
    Configuration menu
    Copy the full SHA
    f0177f7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5637ca1 View commit details
    Browse the repository at this point in the history