2020-12-12 18:10:50 +01:00
# TaskBoard pour YunoHost
2021-06-01 21:31:34 +02:00
[![Niveau d'intégration ](https://dash.yunohost.org/integration/taskboard.svg )](https://dash.yunohost.org/appci/app/taskboard) ![](https://ci-apps.yunohost.org/ci/badges/taskboard.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/taskboard.maintain.svg)
[![Installer TaskBoard avec YunoHost ](https://install-app.yunohost.org/install-with-yunohost.svg )](https://install-app.yunohost.org/?app=taskboard)
2020-12-12 18:10:50 +01:00
2021-06-01 21:31:34 +02:00
*[Read this readme in english.](./README.md)*
*[Lire ce readme en français.](./README_fr.md)*
2020-12-12 18:10:50 +01:00
2021-06-01 21:31:34 +02:00
> *Ce package vous permet d'installer TaskBoard rapidement et simplement sur un serveur YunoHost.
Si vous n'avez pas YunoHost, regardez [ici ](https://yunohost.org/#/install ) pour savoir comment l'installer et en profiter.*
2020-12-12 18:10:50 +01:00
## Vue d'ensemble
2021-08-30 17:13:03 +02:00
A Kanban-inspired app for keeping track of things that need to get done.
The goal of TaskBoard is to provide a simple and clean interface to a functional and minimal application for keeping track of tasks. It's not trying to be the next Trello or LeanKit.
2020-12-12 18:10:50 +01:00
2021-06-01 21:31:34 +02:00
**Version incluse :** 1.0.2~ynh2
2020-12-12 18:10:50 +01:00
2021-06-01 21:31:34 +02:00
**Démo :** https://taskboard.matthewross.me/demo
2020-12-12 18:10:50 +01:00
2021-06-01 21:33:20 +02:00
## Captures d'écran
![](./doc/screenshots/screenshots.png)
2021-06-01 21:31:34 +02:00
## Documentations et ressources
2020-12-12 18:10:50 +01:00
2021-06-01 21:31:34 +02:00
* Site officiel de l'app : http://taskboard.matthewross.me/
* Documentation officielle utilisateur : https://yunohost.org/apps
* Documentation officielle de l'admin : https://yunohost.org/packaging_apps
* Dépôt de code officiel de l'app : https://github.com/kiswa/TaskBoard
* Documentation YunoHost pour cette app : https://yunohost.org/app_taskboard
* Signaler un bug : https://github.com/YunoHost-Apps/taskboard_ynh/issues
2020-12-12 18:10:50 +01:00
## Informations pour les développeurs
Merci de faire vos pull request sur la [branche testing ](https://github.com/YunoHost-Apps/taskboard_ynh/tree/testing ).
Pour essayer la branche testing, procédez comme suit.
```
sudo yunohost app install https://github.com/YunoHost-Apps/taskboard_ynh/tree/testing --debug
2021-06-01 21:31:34 +02:00
ou
2020-12-12 18:10:50 +01:00
sudo yunohost app upgrade taskboard -u https://github.com/YunoHost-Apps/taskboard_ynh/tree/testing --debug
```
2021-06-01 21:31:34 +02:00
**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps