Matt A
Matt A
This issue builds on #41. You should be able to add custom metadata to frames. You can then use the metadata in reports. ``` # add custom meta fields hours...
Using Travis is a huge pain. Allowing access for @hours-bot so releases can be created is complicated and time consuming. Github actions makes the auth a lot simpler. https://github.com/features/actions
**Is your feature request related to a problem? Please describe.** I'd like to be able to use this tool for [evidence based scheduling](https://www.joelonsoftware.com/2007/10/26/evidence-based-scheduling/). To do that I need to be...
You should be able to easily edit frames and do things like: - change the start time - change the stop time - change tags - change notes - delete...
See https://laravel-zero.com/docs/build-a-standalone-application/
Given: - I am using a 12 hour clock format - I call the `add` command - I specify the `--from` option with am or pm - I don't specify...
It would be useful to render reports as PDF so you could attach them to invoices. I would probably use [dompdf](https://github.com/dompdf/dompdf) and blade templates for this. Blade isn't included with...
It would be cool to add a chart renderer using [PHP-colored-ascii-linechart](https://github.com/noximo/PHP-colored-ascii-linechart). The chart would plot time spent (x axis) per day (y axis), with a separate line per project. This...
This PR adds an extension 'AutoHeadingAnchorLinks' that can be used to automatically add an anchor link to each header. This is used to generate HTML similar to these examples: -...
The validateClient method is called for public clients when using the refresh_token and password grant type and the interface allows passing a null secret, so it's not necessary to skip...