cifonauta icon indicating copy to clipboard operation
cifonauta copied to clipboard

Marine biology image database by CEBIMar/USP

Results 64 cifonauta issues
Sort by recently updated
recently updated
newest added

- [GBIF](https://www.gbif.org/tool/OlyoYyRbKCSCkMKIi4oIT/pygbif-gbif-python-client) - [EOL](https://eol.org/docs/what-is-eol/data-services) - [ITIS](https://www.itis.gov/web_service.html) - [OBIS](https://api.obis.org)

feature

Geolocation is an informative metadata, but it's not always embedded in the image. Users can input the latitude and longitude in the form, but it's time-consuming to switch to another...

feature

Now that users can add new taxa to the database, we need a way to only show in the public taxonomic tree taxa that are “public” (i.e., taxa that have...

improvement

The logic for querying, adding, and handling taxonomic information from WoRMS exists since March 2023 via [`update_taxa.py`](https://github.com/bruvellu/cifonauta/blob/develop/meta/management/commands/update_taxa.py) management command. I adapted this code into a general library named [`taxa.py`](https://github.com/bruvellu/cifonauta/blob/develop/utils/taxa.py) with...

bug

The associated curators and specialists involved with the publishing pipeline of an image need to be displayed in the media page. The same for the acknowledgments.

improvement

**Describe what's not optimal** Size is a generic name that can be mistaken for file size (MB) or image resolution (2000px). **Describe what could be done to improve (optional)** Change...

improvement

Video processing works since 1b2726a9c5b6a7ec391bacef8d0e71038268c642. But it takes a long time. When a user uploads a video, it shouldn't have to wait for the processing to finish. The only required...

improvement

Metadata reading and saving is only working for images. If the media is a video, an `InvalidImageDataError` error occurs when trying to write the metadata. I have a few suggestions...

bug

Each Media instance now needs to be associated with a user. The model also has new image fields which will replace the old sitepath and coverpath. While newly uploaded images...

feature

The new server is ready (for a while already). It'll host the staging version of the website until it becomes the production server. For now, I need to set up...

feature