Due to limited time I had (work and other projects):
- Task has no in-depth validation, such as, limiting tracking start to be outside of any existing tracked time intervals.
- Views are primitive
- Notifications are non-existent: deleting someone else's tracking won't say "you can't do that", it just won't delete
- No DDD
- No TDD
- Optional tasks not done
./vendor/bin/sail up
docker-compose exec laravel.test bash -l
su sail
composer install;
./artisan migrate;
npm i;
npm run dev;
ACCESS AT http://localhost