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

generate customisable reports #7

Closed
milanwiedemann opened this issue Jan 21, 2021 · 5 comments · Fixed by #103
Closed

generate customisable reports #7

milanwiedemann opened this issue Jan 21, 2021 · 5 comments · Fixed by #103
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@milanwiedemann
Copy link
Contributor

I'd like to be able to generate customisable reports in the app:

  1. first make some selections (e.g. date range, division, ...)
  2. then apply all these selections to differents parts of the shiny app that the user selects e.g.,
  • user1 selects these elements from the shiny app

    • generate table from tab1 (e.g. patient experiences)
    • generate plot from tab2 (e.g. staff experiences)
    • generate text summarising tab3 (e.g. complaints)
  • user2 selects these elements from the shiny app

    • generate plot from tab1 (e.g. patient experiences)
    • generate table from tab2 (e.g. staff experiences)
    • generate text summarising tab4 (e.g. compliments)

do you think this is a good idea @ChrisBeeley ? and do you think it's possible?

@milanwiedemann milanwiedemann added the question Further information is requested label Jan 21, 2021
@ChrisBeeley
Copy link
Member

Absolutely. It sounds like you would be knitting with child documents, essentially. The UI could be pretty simple:

Patient experience: select table/ plot/ text/ no output
Staff experience: select table/ plot/ text/ no output
Etc...

And probably some good defaults without them having to select:

Patient experience: print all output from PX, high level summary from staff
Staff experience: print all output from SX, highl level summary from patients
Quarterly report: Staff/ patient/ both (this would print various "default" selections for each
Etc...

@milanwiedemann
Copy link
Contributor Author

good ideas, I like the defaults options for reports

@milanwiedemann
Copy link
Contributor Author

@milanwiedemann milanwiedemann added this to the 0.3.0 milestone Feb 4, 2021
@milanwiedemann milanwiedemann added enhancement New feature or request and removed question Further information is requested labels Feb 23, 2021
@ChrisBeeley
Copy link
Member

ChrisBeeley commented Jun 21, 2021

Following functionality to be built (most content optional, report modular):

  • Date range- qly, yearly, custom date range
  • Give total response numbers and individual team numbers
  • FFT scores and graph
  • Summary of %s of each theme
  • Verbatim comments, optionally a subset tagged to a theme
  • Any plot
  • Demographic characteristics of sample
  • Comparison of FFT scores across demographics

@ChrisBeeley ChrisBeeley modified the milestones: 0.3.0, 0.4.0 Jun 25, 2021
@ChrisBeeley ChrisBeeley modified the milestones: 0.4.0, Year 2 Aug 22, 2021
@ChrisBeeley
Copy link
Member

Links to #91

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants