You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@
28
28
29
29
# CCSync
30
30
31
-
CCSync is a web UI and API solution designed to facilitate the retrieval and synchronization of tasks from a [`taskchampion-sync-server`](https://github.com/GothenburgBitFactory/taskchampion-sync-server) container. It provides a seamless experience for managing tasks across all Taskwarrior 3.0 (and higher) clients, whether using the Taskwarrior CLI, the web frontend, or the Taskwarrior Flutter app.
31
+
CCSync is a web UI and API solution designed to facilitate the retrieval and synchronization of tasks from a [`taskchampion-sync-server`](https://github.com/GothenburgBitFactory/taskchampion-sync-server) container. It provides a seamless experience for managing tasks across all Taskwarrior 3.0 (and higher) clients, whether using the Taskwarrior CLI, the web frontend, or the Taskwarrior Flutter app. It can either be used as a standalone Web frontend to manage or view your Taskwarrior Tasks, or along with [the Taskwarrior Flutter App](https://github.com/CCExtractor/taskwarrior-flutter).
32
32
33
33
## Table of Contents
34
34
@@ -44,7 +44,7 @@ During the development of CCSync, the primary focus was placed on creating a bac
44
44
45
45
## Features
46
46
47
-
-**Task Management**: Create, read, update, and delete tasks using Taskwarrior CLI, a web UI, or the Taskwarrior Flutter app.
47
+
-**Task Management**: Create, read, update, and delete tasks using Taskwarrior CLI, the web UI frontend, or the Taskwarrior Flutter app.
48
48
-**Cross-Platform Synchronization**: Synchronize tasks across all Taskwarrior 3.0+ clients.
49
49
-**API Integration**: RESTful API to interact with tasks programmatically.
50
50
-**User-Friendly Web UI**: Manage tasks through a web-based user interface.
@@ -56,7 +56,7 @@ During the development of CCSync, the primary focus was placed on creating a bac
56
56
CCSync comprises three main components:
57
57
58
58
1.**Backend**: The main server-side component that interfaces with Taskwarrior clients, performs operations, and provides a RESTful API.
59
-
2.**Web Frontend**: A user-friendly web interface built for task management, and credentials retreival.
59
+
2.**Web Frontend**: A user-friendly web interface built for task management, and credentials retreival. It manages all the tasks in your browser's storage, while the taskchampion syncserver acts as a central point of sync between the frontends, and your CLI clients.
60
60
3.**Taskwarrior Flutter App**: The mobile app that allows users to manage tasks on the go, fully integrated with the CCSync API.
61
61
62
62
For more details, please check out the [documentation](https://its-me-abhishek.github.io/ccsync-docs/).
0 commit comments