I think favorites would be a cool feature. This requires a new a field for each TWD called fav -- a boolean flag representing the favorite state. Favorites should only be used in the TUI since there's no advantages when only using the CLI. The save subcommand will take a flag -f to save a TWD as a favorite. Meaning I will first implement the favorite handling in the data.py file, then later display that properly in the TUI. Default value for this flag will be false.
I think favorites would be a cool feature. This requires a new a field for each TWD called
fav-- a boolean flag representing the favorite state. Favorites should only be used in the TUI since there's no advantages when only using the CLI. The save subcommand will take a flag-fto save a TWD as a favorite. Meaning I will first implement the favorite handling in the data.py file, then later display that properly in the TUI. Default value for this flag will be false.