Gaya Kessler

Results 14 issues of Gaya Kessler

It would be nice if you'd be able to add an entry per day / per half day without having to enter a start and end time. This should also...

enhancement

Right now Thyme uses `type=date` and `type=time` for dates and times. Look into replacing these with consistent inputs for all browsers.

enhancement
UX

This one might require further planning, but for now try and refactor lifecycle methods used to use hooks instead.

optimisation

TypeScript is getting more and more popular. Since we're using Flow it might be quite easy to convert to TypeScript and be more "developer friendly".

optimisation
technical dept

When releasing a new version of the app the "Refresh to load page." does not work in Firefox. Figure out how to force skipWait

bug
help wanted

Thyme has plugin functionality, but has no documentation on it. Write about: - [x] registerSettingsPanel, registerInjectable, registerTableColumn (to be changed!) - [ ] different places you can register injectables to...

documentation

It would be nice to add tags to time entries so you can filter them on reports.

enhancement

Also keep in mind that languages have to be bundled in separate files and loaded as chunks for it to correctly work.

enhancement
optimisation

It would be good to have a little icon in the system tray where you can start, stop, pause tracking of time. This way you don't always have to go...

enhancement

There are situations where pre-rendering variants in PHP will not work when there are caching plugins involved. The caching mechanism would be the one determining the variant instead of the...

enhancement
help wanted