Is your feature request related to a problem? Please describe.
A user sometimes wants to select best detections based on classification_id, and sometimes may include both (and best detections by day as well)
Describe the solution you'd like
Add more columns to the best_detections table:
classification_id
stream_ranking, // exists
stream_daily_ranking, // now is daily_ranking
classification_ranking, // to add
classification_daily_ranking, // add
stream_classification_ranking, // add
stream_classification_daily_ranking, // add
Additional context
Add any other context or screenshots about the feature request here.
Is your feature request related to a problem? Please describe. A user sometimes wants to select best detections based on classification_id, and sometimes may include both (and best detections by day as well)
Describe the solution you'd like Add more columns to the best_detections table: classification_id stream_ranking, // exists stream_daily_ranking, // now is daily_ranking classification_ranking, // to add classification_daily_ranking, // add stream_classification_ranking, // add stream_classification_daily_ranking, // add
Additional context Add any other context or screenshots about the feature request here.