coralnet
coralnet copied to clipboard
Development of CoralNet.
It's a pain to track down these plugins individually. Having a unified way to track them, similar to pip for Python packages, could save a fair bit of effort in...
In the annotation tool: be able to re-assign points. Click a point and "re-assign" it. This means that the point is removed and a new one is generated using the...
Branched off from issue #308. 'Duplicate points' means points with the same row, column in the same image. Our random point-generation algorithm up to now has generated points without regard...
Right now we ask users to specify the annotation area right from the start. I think it would be nicer to delay this if possible for two reasons 1) We...
(This used to be a bug issue which needed more information. I'm repurposing it into a unit-test issue.) As CoralNet gets bigger, it becomes more important to handle non-ASCII and...
- [ ] CPC export: The CPC prefs form should be hidden or not based on prev-CPC status (moved from issue #157). (Note: there is already an `assert_cpc_prefs_in_browse` test that...
It'd be nice to settle on answers for the following: - Do we display dates in the server's local time? UTC time? In the user's timezone? - What's the best...
Export image covers error: 'NoneType' object has no attribute 'get_locals_ordered_by_group_and_code'
Example: `AttributeError at /source//export/image_covers/ 'NoneType' object has no attribute 'get_locals_ordered_by_group_and_code'` This server error was seen 4 times this year. I've neglected to investigate it at all, so that needs doing.
Branched from #190. Currently this isn't that important because we only have 4 API endpoints (with deploy being the only supported workflow). But if we add many more in the...
Branched from issue #190. We currently only have curl examples. That was good enough for Tony, but not sure about the NOAA programmers or any other potential API users yet....