Skip to content

ismaail/task-pilot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

run-tests


board!


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
    • Run/Stop a Task
    • Create/Delete Tasks
    • 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

About

The primary goal of Task Pilot is to track time spent on a projet.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published