Workflow template

Offline Field Work Board for Nextcloud Deckas a normal Nextcloud Deck board.

Download the JSON, preview the stacks/cards, or use Deckloud's template flow when it is available. The created result is a regular board on your own Nextcloud server.

Board preview

Offline Field Work

Prepare

Capture Offline

Needs Sync

Follow-up

Done

OfflineNeeds SyncFollow-up

JSON

Portable v1 template schema.

Download
{
  "schema": "deckloud-template-v1",
  "schemaVersion": 1,
  "slug": "offline-field-work-nextcloud-deck",
  "locale": "en",
  "title": "Offline Field Work Board for Nextcloud Deck",
  "description": "A board for preparation, offline capture, sync review, follow-up, and done work in unreliable networks.",
  "category": "field-work",
  "tags": [
    "offline",
    "field-work",
    "sync"
  ],
  "quickCreateStackKey": "capture-offline",
  "compatibility": {
    "requiresBoardCreate": true,
    "includesAttachments": false,
    "includesComments": false
  },
  "board": {
    "title": "Offline Field Work",
    "color": "10B981"
  },
  "labels": [
    {
      "key": "offline",
      "title": "Offline",
      "color": "10B981"
    },
    {
      "key": "needs-sync",
      "title": "Needs Sync",
      "color": "F59E0B"
    },
    {
      "key": "follow-up",
      "title": "Follow-up",
      "color": "3B82F6"
    }
  ],
  "stacks": [
    {
      "key": "prepare",
      "title": "Prepare",
      "order": 1
    },
    {
      "key": "capture-offline",
      "title": "Capture Offline",
      "order": 2
    },
    {
      "key": "needs-sync",
      "title": "Needs Sync",
      "order": 3
    },
    {
      "key": "follow-up",
      "title": "Follow-up",
      "order": 4
    },
    {
      "key": "done",
      "title": "Done",
      "order": 5
    }
  ],
  "cards": [
    {
      "stack": "prepare",
      "title": "Open boards before leaving network",
      "description": "Load the workspace once while online so the device has the board context it needs.",
      "labels": [
        "offline"
      ]
    }
  ]
}

01

What this creates

5 stacks, 3 board labels, and 1 starter cards. Attachments and comments are intentionally omitted so the template stays portable.

02

Why it fits Deckloud

The template is just a recipe for standard Deck objects. No hosted workflow account, no relay backend, and no Deckloud-only object model.

03

Safe import rules

IDs are not stored. Stack and label keys are remapped at creation time, and due dates use relative offsets instead of stale fixed dates.

FAQ

Practical questions

Does this change my Nextcloud server schema?

No. It creates ordinary boards, stacks, labels, and cards through the normal Deck model.

Does the template include comments or attachments?

No. V1 templates are text-only because comments imply authorship and attachments vary by server/version.

Can I edit the board after creating it?

Yes. After creation it is just a normal Nextcloud Deck board.