Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oneplc/plc_x_task
Manage your tasks with onePlace! Also used for oneplace development organization. Module for onePlace X
https://github.com/oneplc/plc_x_task
oneplace oneplace-module task-management task-management-system todolist todolist-application
Last synced: 19 days ago
JSON representation
Manage your tasks with onePlace! Also used for oneplace development organization. Module for onePlace X
- Host: GitHub
- URL: https://github.com/oneplc/plc_x_task
- Owner: OnePlc
- License: bsd-3-clause
- Created: 2020-01-24T21:49:20.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-06T23:44:38.000Z (almost 5 years ago)
- Last Synced: 2024-05-05T11:03:47.393Z (8 months ago)
- Topics: oneplace, oneplace-module, task-management, task-management-system, todolist, todolist-application
- Language: PHP
- Size: 55.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# oneplace-task
[![Build Status](https://travis-ci.com/OnePlc/PLC_X_Task.svg?branch=master)](https://travis-ci.com/OnePlc/PLC_X_Task)
[![Coverage Status](https://coveralls.io/repos/github/OnePlc/PLC_X_Task/badge.svg?branch=master)](https://coveralls.io/github/OnePlc/PLC_X_Task?branch=master)
![Packagist Downloads](https://img.shields.io/packagist/dt/oneplace/oneplace-task)
![Stable Version](https://img.shields.io/packagist/v/oneplace/oneplace-task)
![GitHub Release Date](https://img.shields.io/github/release-date/oneplc/plc_x_task)
![Open Issues](https://img.shields.io/github/issues-raw/oneplc/plc_x_task)
![Discourse status](https://img.shields.io/discourse/status?server=https%3A%2F%2Fdiscourse.1plc.ch)## Introduction
This is the Task Module for onePlace Software Framework based on Laminas Project (former Zend Framework)
Create your web based apps on the fly! onePlace brings you extended Entity and Table Models,
View Helpers and much more - so you can build your Webapp to manage database based data,
in almost any layout you can image.onePlace is built for maximum freedom of choice for your app, and so only small
parts of laminas mvc are utilized. a lot is done from scratch to give you more freedom / customization.## Task Module
This task module is a starting point for your own onePlace modules.
It expands on [oneplace-core](https://github.com/OnePlc/PLC_X_Core) and uses the onePlace / Laminas MVC layer and module systems.## Installation
The easiest way to install onePlace Task is via composer
```shell script
composer require oneplace/oneplace-task
```## Getting started
how to utilize user manager
how to create own modules
## Documentation
Documentation will be extended soon.