melizalab / django-bird-colony

Bird colony management tool
BSD 3-Clause "New" or "Revised" License
4 stars 2 forks source link

Add table for recordings #5

Closed dmeliza closed 7 years ago

dmeliza commented 7 years ago

It should be possible to associate data files with birds so that users can browse and query by available data. The data itself would not be stored in django, just a canonical identifier that would be used to retrieve the file through some other interface (e.g., neurobank).

It may make sense to store some additional fields, like the type of data (neural or acoustic) and timestamp. These would be duplicates of the canonical data, but would allow many basic queries to be made through django.