https://github.com/ismaail/task-pilot
The primary goal of Task Pilot is to track time spent on a projet.
https://github.com/ismaail/task-pilot
tasks timelogging
Last synced: 3 months ago
JSON representation
The primary goal of Task Pilot is to track time spent on a projet.
- Host: GitHub
- URL: https://github.com/ismaail/task-pilot
- Owner: ismaail
- License: mit
- Created: 2024-08-16T17:13:16.000Z (almost 2 years ago)
- Default Branch: develop
- Last Pushed: 2026-03-13T20:10:50.000Z (4 months ago)
- Last Synced: 2026-03-14T08:23:47.636Z (4 months ago)
- Topics: tasks, timelogging
- Language: PHP
- Homepage:
- Size: 1.82 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Task Pilot
The primary goal of **Task Pilot** is to track time spent on a projet.
This project is build with **Laravel Livewire** & **Alpinejs**.
[](https://github.com/ismaail/task-pilot/actions/workflows/run-tests.yml)

## Steps to test
1. Clone the projet
2. cd into the project folder
3. Install dependencies with `composer install`
4. Copy `env.example` to `.env` and adjust as needed
5. Populate the database with `php artisan migrate --seed`
6. Install assets with `yarn` or `npm i`
7. Start the server with `php artisan serve`
8. Open the Browser and go to url `http://localhost:8000/boards/1`
9. Login with `email = test@example.com` and `password = password`
---
---
## Milestones
1. ### Version 1.0
- [x] List & Create Boards
- [X] Run/Stop a Task
- [x] Create/Delete Tasks
- [x] Move/Sort Tasks Tasks
- [ ] Assign Members to a Task
- [ ] CRUD Buckets
- [ ] Move/Sort Buckets
2. ### Version 2.0: Multi Tenancy
- __T/B__
3. ### Version 3.0: GraphQL API
- __T/B__