Skip to content

kud1ing/freundchen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description or website provided.

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published