2022-07-29 08:00:45 +02:00
|
|
|
<!--
|
2024-03-29 07:26:15 +01:00
|
|
|
N.B.: This README was automatically generated by <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
|
2022-07-29 08:00:45 +02:00
|
|
|
It shall NOT be edited by hand.
|
|
|
|
-->
|
|
|
|
|
2022-07-29 08:00:49 +02:00
|
|
|
# Traggo for YunoHost
|
2022-07-29 08:00:45 +02:00
|
|
|
|
2024-07-31 03:46:56 +02:00
|
|
|
[![Integration level](https://dash.yunohost.org/integration/traggo.svg)](https://ci-apps.yunohost.org/ci/apps/traggo/) ![Working status](https://ci-apps.yunohost.org/ci/badges/traggo.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/traggo.maintain.svg)
|
2023-05-21 12:57:57 +02:00
|
|
|
|
2022-07-29 08:00:49 +02:00
|
|
|
[![Install Traggo with 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
|
|
|
|
2024-04-07 17:49:21 +02:00
|
|
|
*[Read this README in other languages.](./ALL_README.md)*
|
2022-07-29 08:00:45 +02:00
|
|
|
|
2024-03-29 07:26:15 +01:00
|
|
|
> *This package allows you to install Traggo quickly and simply on a YunoHost server.*
|
|
|
|
> *If you don't have YunoHost, please consult [the guide](https://yunohost.org/install) to learn how to install it.*
|
2022-07-29 08:00:45 +02:00
|
|
|
|
|
|
|
## Overview
|
|
|
|
|
2024-03-17 01:11:44 +01:00
|
|
|
Traggo is a tag-based time tracking tool.
|
|
|
|
In Traggo there are no tasks, only tagged time spans.
|
|
|
|
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
|
2024-03-17 01:11:44 +01:00
|
|
|
|
2024-04-07 17:49:21 +02:00
|
|
|
|
2024-07-31 03:46:56 +02:00
|
|
|
**Shipped version:** 0.4.5~ynh1
|
2022-07-29 08:00:45 +02:00
|
|
|
|
|
|
|
## Screenshots
|
|
|
|
|
2022-07-29 08:00:49 +02:00
|
|
|
![Screenshot of Traggo](./doc/screenshots/traggo_calendar.png)
|
2022-07-29 08:00:45 +02:00
|
|
|
|
|
|
|
## Documentation and resources
|
|
|
|
|
2024-03-15 02:55:04 +01:00
|
|
|
- Official app website: <https://traggo.net>
|
|
|
|
- Official admin documentation: <https://traggo.net/config/>
|
|
|
|
- Upstream app code repository: <https://github.com/traggo/server>
|
|
|
|
- YunoHost Store: <https://apps.yunohost.org/app/traggo>
|
|
|
|
- Report a bug: <https://github.com/YunoHost-Apps/traggo_ynh/issues>
|
2022-07-29 08:00:45 +02:00
|
|
|
|
|
|
|
## Developer info
|
|
|
|
|
2024-03-29 07:26:15 +01:00
|
|
|
Please send your pull request to the [`testing` branch](https://github.com/YunoHost-Apps/traggo_ynh/tree/testing).
|
2022-07-29 08:00:45 +02:00
|
|
|
|
2024-03-29 07:26:15 +01:00
|
|
|
To try the `testing` branch, please proceed like that:
|
2022-07-29 08:00:45 +02:00
|
|
|
|
2024-03-15 02:55:04 +01:00
|
|
|
```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
|
|
|
or
|
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
|
|
|
```
|
|
|
|
|
2024-03-15 02:55:04 +01:00
|
|
|
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|