kumify/TODO.md
Kumi 89dc526a69
feat: Enhance data security and introduce heatmap UI
Reinforced user data access rules to bolster security and reorganized distribution files into separate directories for cleaner structure. Added a new heatmap visualization for mood statistics on the dashboard, making user engagements more interactive and insightful. Implemented a JSON view to support the heatmap feature, fetching mood entries within a specified time range.

This change responds to the need for improved data security and a more engaging user interface, directly addressing user feedback for clearer insights into their mood patterns over time.
2024-05-17 15:03:20 +02:00

1,009 B

To-Do List

General

  • [_] Make extra sure users can't access other users' data
  • [_] User profiles / names / gateway config / time zone settings
  • [_] Implement a proper logging system
  • [_] Implement a proper API
  • [_] Move dist files to separate directories
  • [_] Turn this into issues

cbt module

  • [_] Complete thought record creation
  • [_] Thought record editing (?)
  • [_] Thought record deletion

msgio module

  • [_] Implement Telegram webhooks
  • [_] Implement Matrix messaging

health module

  • [_] Implement medication tracker
  • [_] Implement supply / refill system

habits module

  • [_] Implement regular habit tracker

friends module

  • [_] Implement basic personal relationship manager

Frontend

  • [_] Fix / improve the existing frontend
  • [_] Fix buttons on mobile devices (?)

environment module

  • [_] CO2 accounting
  • [_] CO2 offsetting

mood module

  • [_] Revisit statistics / graphs
  • [_] Make statistics work properly on mobile devices
  • [_] Better pagination