Skip to content

Improve how data is displayed in each type #17

@Astatin3

Description

@Astatin3

The following is how each type of field is currently implemented / needs to be implemented

Checkbox:

  • Internal data type: true or false
  • Individual: Red / green box
  • Compiled: Pie chart
  • Histogram: Red/Green squares in bar graph (need to implement)
  • By data type: Red/Green squares in bar graph (need to implement)
  • CSV Export: "true" / "false"

Dropdown:

  • Intenal data type: String array for options names, integer for selected value
  • Individual: String value of option
  • Compiled: Pie chart
  • Histogram: Colored bar graph with key (need to implement)
  • By data type: Colored bar graph with key (need to implement)
  • CSV Export: String value of option

Field Position:

  • Intenal data type: X and Y positions
  • Individual: Dot on field image
  • Compiled: Many dots on field image
  • Histogram: Graph of y value (FIND BETTER SOLUTION)
  • By data type: FIND SOLUTION
  • CSV Export: X any Y value (FIND BETTER SOLUTION)

Number (integer):

  • Intenal data type: integer
  • Individual: Number as string
  • Compiled: Distribution of diffrent numbers on number line.
  • Histogram: Graph of number over time
  • By data type: Candlestick chart (need to copy from TallyType)
  • CSV Export: Number as string

Tally:

  • Intenal data type: integer
  • Individual: Tally count as string
  • Compiled: Distribution of diffrent numbers on number line.
  • Histogram: Tally count over time
  • By data type: Candlestick chart (need to copy from TallyType)
  • CSV Export: Tally count as string

Text:

  • Intenal data type: String
  • Individual: Text content
  • Compiled: Average text sentiment value (FIND BETTER SOLUTION)
  • Histogram: Sentiment over time (FIND BETTER SOLUTION)
  • By data type: FIND SOLUTION
  • CSV Export: Text content

Metadata

Metadata

Assignees

No one assigned

    Labels

    Data AnalysisThings related to data analysisScoutingThings related to the scouting processUIThings protaining to the UI of this app

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions