-
Notifications
You must be signed in to change notification settings - Fork 5
Description
Summary
In #902, we designed new UI views for the project quick start. This task is about implementing them.
Background
It’s currently too complicated for users to test out Antenna. To setup a project, multiple steps are involved and we are also missing documentation about these steps. We want an easy way for users to upload a few trap images and quickly see what Antenna can do with them.
To address this problem, a project quick start was designed in #902. Antenna is a data management platform and we want to highlight also these features, not just the algorithm output. We also think a “project quick start” can benefit both current and new users.
Implementation Details
See design sketches and more comments here: https://docs.google.com/presentation/d/1U_trejvDxVZVyG9GnTjn3XJvlvqRSlLzLRLvI8py_J4/edit?usp=sharing
For the frontend parts, Anna estimates she needs about 1 week of work to implement the interface, the logic and connect this to the backend. In practice this means 2 weeks since Anna is working 50% on Antenna.
Related Issues
The implementation of this depends on a few backend tasks:
- Support for private drafts (Support for draft/scratch projects #899)
- Extended support for automation (to make it possible to do a setup in one step as the design suggests) (Automate processing with current interface (prototype) #901)