-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Data AnalysisThings related to data analysisThings related to data analysisScoutingThings related to the scouting processThings related to the scouting processUIThings protaining to the UI of this appThings protaining to the UI of this app
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Data AnalysisThings related to data analysisThings related to data analysisScoutingThings related to the scouting processThings related to the scouting processUIThings protaining to the UI of this appThings protaining to the UI of this app