Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (5 months ago)
- Default Branch: develop
- Last Pushed: 2024-10-20T22:20:15.000Z (3 months ago)
- Last Synced: 2024-10-21T02:36:11.478Z (3 months ago)
- Topics: tasks, timelogging
- Language: PHP
- Homepage:
- Size: 1.46 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 (WIP)
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 = [email protected]` and `password = password`---
---
## Milestones
1. ### Version 1.0
- [ ] 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 Buckets2. ### Version 2.0: Multi Tenancy
- __T/B__3. ### Version 3.0: GraphQL API
- __T/B__