diff --git a/pages/07.blog/deck/it/app_order.gif b/pages/07.blog/deck/it/app_order.gif new file mode 100644 index 00000000..97f032ce Binary files /dev/null and b/pages/07.blog/deck/it/app_order.gif differ diff --git a/pages/07.blog/deck/it/deck_android_app.jpg b/pages/07.blog/deck/it/deck_android_app.jpg new file mode 100644 index 00000000..8d67190c Binary files /dev/null and b/pages/07.blog/deck/it/deck_android_app.jpg differ diff --git a/pages/07.blog/deck/it/deck_web_interface.jpg b/pages/07.blog/deck/it/deck_web_interface.jpg new file mode 100644 index 00000000..87e07add Binary files /dev/null and b/pages/07.blog/deck/it/deck_web_interface.jpg differ diff --git a/pages/07.blog/deck/it/f-droid.png b/pages/07.blog/deck/it/f-droid.png new file mode 100644 index 00000000..439089e7 Binary files /dev/null and b/pages/07.blog/deck/it/f-droid.png differ diff --git a/pages/07.blog/deck/it/navbar.png b/pages/07.blog/deck/it/navbar.png new file mode 100644 index 00000000..f70d5b11 Binary files /dev/null and b/pages/07.blog/deck/it/navbar.png differ diff --git a/pages/07.blog/deck/it/navbar_deck.png b/pages/07.blog/deck/it/navbar_deck.png new file mode 100644 index 00000000..7ba2103d Binary files /dev/null and b/pages/07.blog/deck/it/navbar_deck.png differ diff --git a/pages/07.blog/deck/item.it.md b/pages/07.blog/deck/item.it.md new file mode 100644 index 00000000..f2f2d82d --- /dev/null +++ b/pages/07.blog/deck/item.it.md @@ -0,0 +1,97 @@ +--- +title: 'Uso di Nextcloud Deck' +media_order: deck_web_interface.jpg +published: true +date: '12-09-2020 00:00' +taxonomy: + category: + - news + tag: + - nextcloud + - deck + - tutorial + - users experiences +body_classes: 'single single-post' +--- + +**Cari Disrooters**: + +Dopo un utilizzo privato di diversi mesi di **Nextcloud Deck** e dopo che i bug più gravi sono stati corretti (c'erano alcuni problemi di interazione con la nuovissima app di **Android**), questo è certamente un buon momento per dare alla comunità una breve panoramica delle funzionalità di **Nextcloud Deck**. +--- + +# What is Deck? +**Nextcloud Deck** is a **KANBAN** style organization tool. So to begin with, what is KANBAN? + +Its origins come from the process control of production in industry and it was developed by **Toyota** in **1947** to increase the insufficient productivity of the company. It is basically based on lists in which tasks are placed as cards. + +While agile methods are becoming more and more common in software development, KANBAN is still the absolute standard method in all production facilities around the world. + +## How does it look like? + +![](en/deck_web_interface.jpg) + +## What features does it provide? + +* Add your tasks to cards and put them in order +* Assign user to cards +* Assign labels for even better organization +* Write down additional notes in markdown +* Share with your team, friends or family +* Attach files and embed them in your markdown description +* Discuss with your team using comments +* Keep track of changes in the activity stream + +# Getting started + +In **Disroot**’s default setup the **Deck** app isn't present in the app navigation bar. + +![](en/navbar.png) + +To add it, click on your profile picture on the top right corner and choose “Settings”.
+Then go to “App order” and tick the **Deck** checkbox. + +![](en/app_order.gif) + +Tip of the day: take the opportunity to change the app order to your needs via drag'n'drop. + +![](en/navbar_deck.png) + +Here is a tutorial that shows the most important functions of **Deck**.
+- [Deck functions tutorial](https://deck.readthedocs.io/en/latest/User_documentation_en/) (The UI is from an older Nextcloud version, but nevertheless it's helpful.) + +## Android companion app + +With the **Android** app you can access and organize your projects even when you are on the road.
+It offers almost all functions that are available in the web interface. + +![](en/deck_android_app.jpg) + +**Get it on** + +![https://f-droid.org/en/packages/it.niedermann.nextcloud.deck/](en/f-droid.png) + + +## What's missing? + +Not much actually. For larger and more complex projects, the possibility to tweak notification setting more specifically would of course be desirable.
+ - [Ability to choose to be notified per board](https://github.com/nextcloud/deck/issues/713)
+ +It would also be great if cards with a due date were shown in the calendar.
+ - [Integrate with Nextcloud CalDAV API](https://github.com/nextcloud/deck/issues/15) + + +## Final words + +I've been using **Deck** for half a year now to coordinate smaller projects and tasks in my daily life. This works very well for me and this app is definitely worth a look. + +**Best regards,
+avg_joe** + + +### Sources and links: + +- [Nextcloud Apps](https://apps.nextcloud.com/apps/deck) +- [Nextcloud Documentation](https://deck.readthedocs.io/en/latest/User_documentation_en/) +- [Nextcloud Deck Source code](https://github.com/nextcloud/deck) +- [F-Droid Android App](https://f-droid.org/en/packages/it.niedermann.nextcloud.deck/) +- [KANBAN on **Wikipedia**](https://en.wikipedia.org/wiki/Kanban)