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

Visualizing Annotations #6

Closed
5 tasks done
BryonLewis opened this issue Dec 21, 2023 · 1 comment
Closed
5 tasks done

Visualizing Annotations #6

BryonLewis opened this issue Dec 21, 2023 · 1 comment
Assignees

Comments

@BryonLewis
Copy link
Collaborator

BryonLewis commented Dec 21, 2023

  • Species Table
    • Species Code(char)
    • family (char)
    • genus (char)
    • species (char)
    • common_name (char)
    • species_code_6 (char)
  • Annotation Table (Annotation)
    • Recording (foreign key)
    • User (foreign Key)
    • start_time (milliseconds offset)
    • end_time (milliseconds offset)
    • low_freq (low frequency offset)
    • high_freq (high frequency offset)
    • Species (ManyToManyField(Species)
    • comments (text-field)
  • GET /recording/{id}/annotations
    • returns a list of all annotations for a file
  • GET /recording/{id}/annotations?user=userId
    • returns a list of all annotation for a file by a specific user. This endpoint will be used more frequently
  • Client Side
    • Viewing annotations in the GeoJS image view
    • Ability to see the annotations displayed on the spectrogram
    • Either a toggle or quick hover of an annotation will show the X/Y dimensions. I.E. the time range in ms and the frequency range from low to high
    • Individual Annotations should be able to be clicked and will be referenced by their Id.
@BryonLewis
Copy link
Collaborator Author

mostly completed in #13 will add the hover state information to another issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant