What's Changed
- Timer still running email (#134)
- Change component structure to be more independent from data (#129)
- Feature/member id bugfix (#146)
- fix formatting for hours (#152)
- Fixed error when sending unknown fields in request (#155)
- move ui and api to seperate packages and add npm actions for them (#153)
- Added export (Backend) (#154)
- add update notification to sidebar, fix aborted requests on navigate (#160)
- Fix billiable rate in updateMultiple time entries (#164)
- Add billable rate calculation to project member (create/delete) (#145)
- Auditing (#165)
- Removed default healthcheck in prod Dockerfile (#170)
Full Changelog: v0.1.0...v0.2.0
After Upgrade
In addition to running the migrations, we advise recalculating the billable_rate
computed field in the time entries.
php artisan computed-attributes:generate TimeEntry:billable_rate
This can take a while, depending on how many time entries are in the database. Running this command is not required so that the applications runs correctly. It just recreates a cache that might not be correct anymore because of the new billable rate feature.