Eric Goller
Eric Goller
Instead of having this as part of the client, the code should live with `hamsterlib.helpers` similar to `complete_timeframe`.
legacy hamster-cli basically has no notion of options. Only arguments which can be omitted. This is at times semantically ambiguous and should be replaced by proper use of click options....
This could be triggered by a flag. [Original idea/issue](https://github.com/projecthamster/hamster/issues/277)
Right now the export path is equal the `work_dir`. The resulting files extension is given by the export format. Its name is static: `report`. It would be nice to allow...
A significant part of the config related code may be general enough to be usefull for other clients as well. Is it feasible to move it to `hamsterlib`? Maybe in...
When no categories are to be returned, still show a short and friendly feedback message.
Initial tests offen use 'foobar'-like strings for random content. This should be substitured by apropiate faker instances. Times will not be trivial to change due to internal logic, but at...
Right now `start` does two distinct things. - Add a new _complete_ fact to the backend. - Start tracking a new _ongoing_ fact. Both functionalities should be represented by distinct...