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

Expose RESTful reporting methods for data collections (dc) module #1499

Open
MehdioKhan opened this issue May 19, 2019 · 2 comments
Open

Expose RESTful reporting methods for data collections (dc) module #1499

MehdioKhan opened this issue May 19, 2019 · 2 comments

Comments

@MehdioKhan
Copy link

It is better to add some reporting features and analysis to data collection like survey module.
Survey has reporting and charts but form builder does not work properly where data collection has good form builder but no reporting features.

@nursix
Copy link
Member

nursix commented May 19, 2019

The whole idea with the data collection module is that you can use standard RESTful reporting methods, such as /report, /timeplot and /map, on the dynamic tables - instead of needing module-specific report functions.

Of course, some work would probably be required to expose those methods in the UI (in particular menus), so I'll change the headline here.

@nursix nursix changed the title Data Collection module has no reporting section Expose RESTful reporting methods for data collections (dc) module May 19, 2019
@nursix
Copy link
Member

nursix commented May 19, 2019

One way to expose these methods would be via the dynamic table's own controller, e.g. /eden/default/table/[dynamic_table_name]/report - but a better way would be to integrate that into DC itself, so that proper labels can be applied and the user doesn't need to switch to another module.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants