[ ] dark branding/colors //ocean
[ ] “run it” button //ocean
[ ] “let me edit” button? //ocean
[ ] show results somewhere //ocean
[ ] what analytics are we getting and how do we get it //nico (stachu mentoring)
type AnalyticsAction =
| CodeExecuted
| ThumbsUp
| ThumbsDown
| CodeExecuted of hasInputVariables: bool
[<DB("Analytics")>]
type Analytics =
{ SessionID: Uuid
DarkPrompt: String
UserPrompt: String
GeneratedCode: String
// TODO: Will this work? UserEnums probably don't work in
// user DBs at this point I think
Action: AnalyticsAction }
I think, from the above, we’ll have enough context gathered to learn things and we’ll be able to interpret things like “is the prompt changed?” implicitly
Older notes:
[ ] give us feedback! (box that emails us) //ocean