Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow writing a comment to capture new insights gained after completing a lifewheel reflection - and what to focus on for the next week #24

Open
Greenheart opened this issue Oct 31, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@Greenheart
Copy link
Owner

Greenheart commented Oct 31, 2023

  • From a UX perspective, this feature could add much more depth and value to each reflection. It would also make it more fun to look back on historical reflections, and understand what happened at that point in life. Why did you feel a certain way? What do you want to focus on in the coming week?

Implementation

  • Implementing this would require a new protocol version, since the data format changes.
  • We would also need to update the encoding to handle variable length data. Either write a custom implementation, or look into other solutions for this. Should be doable, since we know the length of each variable length field, and could encode that as an int32 (2 M characters) or int16 (32 k characters), depending on what should be the max length of the text entered by the user.

implementation ideas

@Greenheart Greenheart added the enhancement New feature or request label Oct 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant