Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 625 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 625 Bytes

Getting Things Done (GTD) Backend for Clarion

A Laravel package implementing a Getting Things Done backend. This package provides a RESTful API for managing actions, projects, and contexts, allowing users to integrate and manage their tasks effectively.

Features

  • Create, Read, Update, and Delete (CRUD) operations for:
    • Actions
    • Projects
    • Contexts
  • Support for hierarchical project structures (sub-projects).
  • Soft deletes for projects and actions.

License

This project is licensed under the MIT License.

Author