KineticBloom / KineticBloom/Project_TRT

KPI Tracking Playtest Updates

Open
#383 0 comments 0 reactions 1 assignee Claimed by @tblagarrett View on GitHub
Dominant language
C#
Stars
5
Forks
0
PR merge metrics
No merged PRs in 30d

Description

Update the KPI tracking so that it can track data per playtest rather than per device.
Feel free to ignore this, but I'm imagining:
* `Reset()` writes the data to a CSV file and then clears it
* This should create the file and headers if it doesn't exist
* Then just sloppily goes through the `MetricsData` struct and manually writes each value with CSV formatting to a file.
* `HardReset()` would do the same thing as `Reset()` currently does just so we can reset the data without writing to the CSV file
* Call `Reset()` on new game
* If you feel like it you can add it to the DevMenu reset function as well.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.