Add multiple dataset versions
Add versioning to view multiple versions of a dataset:
-
Backend updates:
- index datasets in elasticsearch with index names
datasetkey-version
anddatasetkey-groups-version
- tiles directory structure is changed to contain dataset version as
tiles/datasetkey/version/...
- bitmaps directory structure is changed to contain dataset version as
bitmaps/datasetkey/version/...
- index datasets in elasticsearch with index names
-
Frontend updates:
- update dataset model to add
versions
array andcurrent
for selected version of dataset - Fix routing on angular side, now dataset path is defined as
/map/key/version
- Add version dropdown to map dashboard view
- Default version is set as
latest
which redirects to the latest indexed version of the dataset - Update map history to keep history for dataset key and dataset version
- Add popper.js to scripts before bootstrap to make dropdown work correctly
- update dataset model to add
Edited by Gözükan Hande
Merge request reports
Activity
Filter activity
requested review from @fekete
assigned to @hgozukan
added 2 commits
added 1 commit
- 26010abe - try fixing chrome headless with --headless=new
added 1 commit
- 3ae1dd02 - remove --no-sandbox and add --disable-web-security
added 2 commits
mentioned in commit fb1ada31
mentioned in issue #13 (closed)
Please register or sign in to reply