Eric Goller

Results 122 issues of Eric Goller

Instead of having this as part of the client, the code should live with `hamsterlib.helpers` similar to `complete_timeframe`.

ready
easy

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....

ready

This could be triggered by a flag. [Original idea/issue](https://github.com/projecthamster/hamster/issues/277)

enhancement
ready

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...

enhancement
easy

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...

question
research needed

When no categories are to be returned, still show a short and friendly feedback message.

easy

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...

easy

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...

enhancement