buerokratt / Analytics-Module

0 stars 12 forks source link

Publish data in Open Data Portal #3

Open rasmusei opened 2 years ago

rasmusei commented 2 years ago

AS AN Analytic module user I WANT TO be able to create single or templates of datasets to (recurringly) send selected anonymized data to the Open Data Portal SO THAT I can follow Estonia's Open Data publishing customs

Acceptance Criteria

DSL

GUI

Tooltip

List of metrics

Recurring services

Misc

Other

BUG REPORT

All ACs that have not been ticked, are considered as bugs

turnerrainer commented 2 years ago

Regarding to required developments, DSLs are needed to produce in order to get the correct datasets to publish. Ruuter, DMapper, Resql definitely are involved here.

@PaulaMerle does it make sense business-wise to allow everyone to publish any kind of data as public data?

turnerrainer commented 2 years ago

Publishing datasets to Open Data Portal would be done by using our central REST service for that (does not yet exist). Creating such base service would not be part of this issue, only using it / calling it out would be.

PaulaMerle commented 1 year ago

@turnerrainer I have made some changes to the ACs, pls check if everything now makes sense considering your latest comment on separate REST service.

1AhmedYasser commented 1 year ago

@turnerrainer pending ruuter ability to support PUT & DELETE requests and the ability to pass variables in the url without them being in the constants.ini

ValterAro commented 12 months ago

Ahmed will create a PR and this goes into acceptance testing.

ValterAro commented 11 months ago

As @1AhmedYasser wrote under the issue #89: " @turnerrainer Now This still needs ruuter changes to add the cronjob ability to run scheduled uploads for datasets as mentioned here Possibility to set interval for automatic data uploads to Open Data Portal (daily, weekly, monthly) in https://github.com/buerokratt/Analytics-Module/issues/3 and it will be addressed in development here https://github.com/buerokratt/Analytics-Module/issues/121

PR is up https://github.com/buerokratt/Analytics-Module/pull/118 Thank you, "

turnerrainer commented 11 months ago

As @1AhmedYasser wrote under the issue #89: " @turnerrainer Now This still needs ruuter changes to add the cronjob ability to run scheduled uploads for datasets as mentioned here Possibility to set interval for automatic data uploads to Open Data Portal (daily, weekly, monthly) in #3 and it will be addressed in development here #121

PR is up #118 Thank you, "

No Ruuter developments, just adding a cronjob to call out appropriate Ruuter endpoints making requests to ODP.

ValterAro commented 10 months ago

[BUG] short description: The list of metrics("Lisavalikud") on the ODP page are not unselectable. Expected result: When clicking on the check mark in front of the list item it deselects it. Real result: Nothing happens, no error. How to reproduce: Log in and go to https://admin.dev.buerokratt.ee/analytics/reports . Then try do unselect any item from the "Lisavalikud" list.

image

ValterAro commented 10 months ago

Waiting for cronjob update to be completed by Alar until this can be considered completed.

rasmusei commented 9 months ago

Blocked by https://github.com/buerokratt/Analytics-Module/issues/131

1AhmedYasser commented 8 months ago

Blocked by https://github.com/buerokratt/Analytics-Module/issues/131#issuecomment-1903860466

ValterAro commented 7 months ago

Short summary: when on https://admin.dev.buerokratt.ee/analytics/reports and trying to download the csv then the request goes through and you get a proper response, but it does not download a file. Expected result: When you press download csv, then you get the file Real result: It does the correct request and gets the response, but no file is saved to the computer. How to reproduce: go to https://admin.dev.buerokratt.ee/analytics/reports and try to download a csv Pic: image

ValterAro commented 7 months ago

Seems to work as intended