Giter Club home page Giter Club logo

Comments (4)

ChrisBeeley avatar ChrisBeeley commented on June 19, 2024 1

Incidentally @milanwiedemann I'm going to try to build the data module so that it runs live off the pinned data, pulling in the data as needed (based on the date range selected) rather than pulling all 10 years through which is what it does now. This may be hideously unstable or slow, but may as well give it a try and see what happens, and it may be useful elsewhere like with clinical data

from experiencesdashboard.

ChrisBeeley avatar ChrisBeeley commented on June 19, 2024 1

This is pretty large and complicated and depends on work elsewhere. It's not as necessary for prototyping as I thought it was. I'm going to move it to 0.3.0 so it doesn't hold things up

from experiencesdashboard.

ChrisBeeley avatar ChrisBeeley commented on June 19, 2024

I've started on something else a bit smaller for some staff data and I think I will build part of the data module in that work.

The data module will output a dataframe with:

  • 0 or more free text boxes
    • with 0 or more theme categories
    • with 0 or more criticality categories
  • 0 or more location variables
  • 0 or 1 date variables
  • 0 or more Likert type questions

I was wondering about the structure. Might be better as a dataframe containing list variables in some places. So each free text question would be a list like this:
question1 <- list(
text = "This is the actual text",
code1 = "XX",
code2 = "CC",
...[arbitrary number of category codes]
crit = n where -5 <= n <= 5
)

Then we could write modules that are capable of processing dataframes defined in this way, as long as we pass them a few lookup tables for Question names, theme categories, and criticality levels.

Any thoughts @milanwiedemann ?

from experiencesdashboard.

ChrisBeeley avatar ChrisBeeley commented on June 19, 2024

Sort of closed enough by #50

from experiencesdashboard.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.