-
# Problem or idea
Currently there is no landing page for Akvo Lumen. Users must know how to access a particular tenant. This is not particularly user-friendly.
# Solution or next step
Before …
-
# Context
Users end up with datasets that are in pending mode
# Problem or idea
There are issues when importing them and they stay in pending mode.
# Solution or next step
We need to make su…
-
When looking at changes with @tangrammer in https://github.com/akvo/akvo-lumen/issues/3070#issuecomment-737051186_ I realised we should check how the transformation column picker dropdowns work in th…
-
# Context
A user's browser history lists pages they have visited recently. In the case of Lumen this history only shows the title `Akvo Lumen` regardless of the different pages accessed. See the sc…
-
# Context
Flow supports two ways of exporting data: (1) a dataset with all the raw data, (2) a more structured dataset. If a user picks (2), dataset columns will have question IDs as titles instead…
-
# Context
right now we capitalize group names by default in dataset view data-group
![Screenshot 2021-01-12 at 10 52 44](https://user-images.githubusercontent.com/731829/104298490-53221d80-54c4-11eb…
-
# Context
Code cleanup, technical debt, correctness
# Problem or idea
There are places where we use `read-string` for creating objects e.g.
https://github.com/akvo/akvo-lumen/blob/4fd9e7c168a4cf…
-
When testing today on dark-demo, I noticed that a new dataset that I import from Flow does not recognise that there is a repeated group in it. Existing datasets, that I used the days before are fine. …
-
# Context
To support repeated question groups, on the backend we have a new version of datasets called "dataset_version_2" which includes the concepts of "data groups". We need to add the transformat…
-
# Context
We don't persist POLYGON with less than 3 points thus on the contrary we get a Postgres exception
https://github.com/akvo/akvo-lumen/blob/07137a27cf9f1d7b932243a3ba3b0adff21085b5/backend/s…