Jump to content

RefractTrack Archiving

From Pixel Refraction Studio
Revision as of 23:23, 27 August 2026 by Nerdofepic (talk | contribs) (Created page with "== Archiving == Tasks can be archived off the active board without being deleted. Archiving sets a task's <code><nowiki>archived_at</nowiki></code> timestamp, which is orthogonal to both its stage and its review status — a task can be in any stage, with any review status, and archived or not, independently. === Archiving individual tasks === Any task with <code><nowiki>tasks:archive</nowiki></code> permission can be archived or unarchived from its detail page. ===...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Archiving

Tasks can be archived off the active board without being deleted. Archiving sets a task's archived_at timestamp, which is orthogonal to both its stage and its review status — a task can be in any stage, with any review status, and archived or not, independently.

Archiving individual tasks

Any task with tasks:archive permission can be archived or unarchived from its detail page.

Bulk archiving

The Archived page (archived.php) offers a bulk "archive all done" action — archiving every task currently sitting in a stage flagged is_done (see Stages) in one step, rather than archiving tasks one at a time.

Effect on export/import

Archived status is preserved through Export and Import: a task's archived_at value round-trips through both CSV and JSON export/import, so archived tasks stay archived after being re-imported into another project or instance.