Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

roadmap update #59

Merged
merged 1 commit into from
Oct 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 24 additions & 21 deletions docs/contribute/roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,34 +4,37 @@ The roadmaps below are rough outlines of our objectives. We operate by milestone
## Wildbook
We are working on a improve-and-refresh objective. We want to improve on the user experience of Wildbook platform users with each release while also making the technology more accessible to the development community and indepedent installers. As such, we trade off a major feature release with a timeboxed tech debt release. We plan to continue this cadence through the end of 2024.

### 10.3.0
### 10.5.0
Feature focused release.
* Improve encounter search through OpenSearch integration. Better indexing for large scale platforms, and integration open source technology allows for continuous improvement rather than our home-spun search.
* Feedback from 10.2.0 indicates that we need to smooth the transition for the React changeover. We'll start by matching the header between react and jsp, giving a consistent navigation experience on all pages.
* Fix Wildbook docker update so it updates on every release. Has been broken for several years, just needs the attention on it.
* Documentation is currently spread out between different formats and locations. Consolidated Wildbook/Scout/contributor documentation release that allows for direct contribution will reduce overhead for all doc management.
* New submission page
* New components, including image uploader and location ID selector
* Docker deployment

### 10.4.0
Tech debt release.
* Remove adoptions functionality, which is a support burden and does not function as a revenue stream.
* Setup the default Wildbook information to be site-neutral, allowing users to set up their own Wildbooks more easily.
### Final Sunset of Codex
* No planned development work, but time is set aside if needed in support of final migration.

### 10.5.0
### 10.6.0
Feature focused release.
* One search. Index Sighting and Individual information using OpenSearch
* Custom field support.
* All objects indexing in open search
* All filters available for all search formats
* Manual annotation and rotation

### 10.6.0
### 10.7.0
Tech debt release.
* Transition platform fields to custom field structure.
* Decouple WBIA
* Generated API documentation
* Weblate setup

### 10.7.0
### 10.8.0
Feature focused release.
* Bulk import refresh. Leverage an open source technology that allows for column mapping and provides clear validation before submission.

## Scout
Because Scout started as a tool to support a single project, We are working to broaden the usage by making it a more generalized tool. We want to improve the workflow management and annotation interface.
* Custom fields support and data migration

### 2.2.0
### And Beyond
This work is planned for development, but is not set for an immediate release. Note that this list does not include minor changes and updates, some of which may be done iteratively.

### 2.3.0
* Bulk Import transition
* Permissions: staff role, collaboration and projects impact, org access
* Data integrity tools
* Projects
* Surveys
* In-product data analysis and visualization
Loading