2022-07-29 08:00:45 +02:00
<!--
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
It shall NOT be edited by hand.
-->
2022-07-29 08:00:49 +02:00
# Traggo pour YunoHost
2022-07-29 08:00:45 +02:00
2022-07-29 08:00:49 +02:00
[![Niveau d'intégration ](https://dash.yunohost.org/integration/traggo.svg )](https://dash.yunohost.org/appci/app/traggo) ![Statut du fonctionnement ](https://ci-apps.yunohost.org/ci/badges/traggo.status.svg ) ![Statut de maintenance ](https://ci-apps.yunohost.org/ci/badges/traggo.maintain.svg )
[![Installer Traggo avec YunoHost ](https://install-app.yunohost.org/install-with-yunohost.svg )](https://install-app.yunohost.org/?app=traggo)
2022-07-29 08:00:45 +02:00
*[Read this readme in english.](./README.md)*
2022-07-29 08:00:49 +02:00
> *Ce package vous permet d'installer Traggo rapidement et simplement sur un serveur YunoHost.
2022-07-29 08:00:45 +02:00
Si vous n'avez pas YunoHost, regardez [ici ](https://yunohost.org/#/install ) pour savoir comment l'installer et en profiter.*
## Vue d'ensemble
2022-07-29 08:00:49 +02:00
Traggo is a tag-based time tracking tool. In Traggo there are no tasks, only tagged time spans.
2022-07-29 08:00:45 +02:00
2022-07-29 08:00:49 +02:00
With tags, Traggo tries to be as customizable as possible, for example if you work on different projects you could add a project-tag. If you like to see statistics from the different things you do, you could add a type-tag with values like email, programming, meeting. You can do it just as you like.
2022-07-29 08:00:45 +02:00
2022-07-29 08:00:49 +02:00
### Features
2022-07-29 08:00:45 +02:00
2022-07-29 10:12:30 +02:00
- Easy to setup
- Time tracking (obviously)
- Customizable dashboards with diagrams
- A list and calendar view of the tracked time
- Sleek web ui with multiple themes
- Simple user management
2022-07-29 08:00:45 +02:00
2022-08-15 20:52:03 +02:00
**Version incluse :** 0.2.3~ynh1
2022-07-29 08:00:45 +02:00
## Captures d'écran
2022-07-29 08:00:49 +02:00
![Capture d'écran de Traggo ](./doc/screenshots/traggo_calendar.png )
2022-07-29 08:00:45 +02:00
## Documentations et ressources
2022-07-29 08:00:49 +02:00
* Site officiel de l'app : < https: // traggo . net >
* Documentation officielle de l'admin : < https: // traggo . net / config />
* Dépôt de code officiel de l'app : < https: // github . com / traggo / server >
* Documentation YunoHost pour cette app : < https: // yunohost . org / app_traggo >
* Signaler un bug : < https: // github . com / YunoHost-Apps / traggo_ynh / issues >
2022-07-29 08:00:45 +02:00
## Informations pour les développeurs
2022-07-29 08:00:49 +02:00
Merci de faire vos pull request sur la [branche testing ](https://github.com/YunoHost-Apps/traggo_ynh/tree/testing ).
2022-07-29 08:00:45 +02:00
Pour essayer la branche testing, procédez comme suit.
``` bash
2022-07-29 08:00:49 +02:00
sudo yunohost app install https://github.com/YunoHost-Apps/traggo_ynh/tree/testing --debug
2022-07-29 08:00:45 +02:00
ou
2022-07-29 08:00:49 +02:00
sudo yunohost app upgrade traggo -u https://github.com/YunoHost-Apps/traggo_ynh/tree/testing --debug
2022-07-29 08:00:45 +02:00
```
**Plus d'infos sur le packaging d'applications :** < https: / / yunohost . org / packaging_apps >