Skip to content

Commit

Permalink
Merge pull request #926 from kobotoolbox/archive-repo
Browse files Browse the repository at this point in the history
Update README for KoboCAT archiving
  • Loading branch information
jnm authored Aug 8, 2024
2 parents 2dd751f + 6397cf8 commit 0356bf6
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# KoboCAT

## Important notice when upgrading from any release older than [`2.024.19`](https://github.com/kobotoolbox/kobocat/releases/tag/2.024.19)

`2.024.19` is the latest release for KoboCAT as a separate Django project.

Starting from version [2.024.25](https://github.com/kobotoolbox/kpi/releases/tag/2.024.25),
KoboCAT has been consolidated into KPI as an application called [**openrosa**](https://github.com/kobotoolbox/kpi/blob/django-kobocat-app/kobo/apps/openrosa/MIGRATION_AS_DJANGO_APP.md).


## Important notice when upgrading from any release older than [`2.020.18`](https://github.com/kobotoolbox/kobocat/releases/tag/2.020.18)

Up to and including release [`2.020.18`](https://github.com/kobotoolbox/kobocat/releases/tag/2.020.18), this project (KoboCAT) and [KPI](https://github.com/kobotoolbox/kpi) both shared a common Postgres database. They now each have their own. **If you are upgrading an existing single-database installation, you must follow [these instructions](https://community.kobotoolbox.org/t/upgrading-to-separate-databases-for-kpi-and-kobocat/7202)** to migrate the KPI tables to a new database and adjust your configuration appropriately.
Expand All @@ -17,7 +25,9 @@ please refer to

As features are migrated, we will list them here along with the last
release where each was present:

- Starting from version [2.024.25](https://github.com/kobotoolbox/kpi/releases/tag/2.024.25),
the ability to import submissions in CSV to KoboCAT was
removed.
- On 14 June 2021, the ability to upload forms directly to KoboCAT was
removed, and it was announced that the legacy KoboCAT user interface would
be preserved for "a few more months". After more than two years, we have
Expand Down
8 changes: 8 additions & 0 deletions REMOVALS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# KoboCAT endpoint removals as of release 2.024.25

## Already Unused or Non-functional

URL Pattern | View Class or Function | Available in KPI
-- | -- | --
`/api/v1/forms/<form_id>/csv_import` | `onadata.apps.api.viewsets.xform_viewset.csv_import` | No

# KoboCAT endpoint removals as of release 2.023.37

The entire KoboCAT user interface has been removed.
Expand Down

0 comments on commit 0356bf6

Please sign in to comment.