kud1ing / freundchen

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

freundchen

A little buddy, written in Rust, using guiver.

Bildschirmfoto 2022-10-11 um 14 53 50

Since guiver is a fairly new project itself, not everything may work smoothly.

Currently only a mood tracker is provided. It's possible to add other helpful functionality, like:

  • a habit tracker alongside the mood tracker, so that correlations can be identified
  • ways to question thoughts (inspired by CBT, The Work etc.)
  • the possibility to store and display inspiring quotes

All your data stays with you. Nothing is shared with anyone. This is not a commercial product and will never be.

Backlog

  • publish Crate
    • this is blocked by a release of guiver, which is blocked by a release of Druid
  • add a habit tracker alongside the mood tracker
  • add views
    • current_view
    • dashboard_view
    • add a header/toolbar to switch between views
  • comment on the adjusted mood?
  • add a way to configure a username the user would like to be addressed with
  • persist the data encrypted
  • Ctrl+C handler should call ApplicationState::save_and_quit()
    • how?
      • call ApplicationState::handle_event(Event::RequestClose) somehow?
  • add internationalization

License

Licensed under either of

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you shall be dual licensed as above, without any additional terms or conditions.

About

License:Apache License 2.0


Languages

Language:Rust 99.5%Language:Shell 0.5%