Skip to content

Latest commit

 

History

History
95 lines (66 loc) · 3.12 KB

File metadata and controls

95 lines (66 loc) · 3.12 KB

Documentation Index

This repo uses Markdown “living docs” stored alongside the code.

This directory contains current architecture docs and intentional design docs for TaskMaster.

TaskMaster – Docs Map

Recommended start

These docs exist so work stays:

  • correct (matches current implementation)
  • planned (future work is intentional)
  • consistent (shared patterns + boundaries)

🧭 Planning Docs:

These documents define what gets built, and when.

  • ROADMAP.md: Overall direction and sequencing of work.
  • MILESTONES.md: Phase-based checkpoints (MVP → Post-MVP → Offline).

Start with these before diving into implementation details.

If something feels “missing,” it’s probably deferred — not forgotten.

📘 Offline Mode (Planned):

File: offline-mode-design.md
Status: Not implemented

Describes the complete offline-capable architecture, including:

  • Zustand as client source of truth
  • GraphQL as server source of truth
  • IndexedDB caching
  • Offline mutation queue
  • Sync + conflict resolution
  • UX expectations while offline

This document should be followed when offline mode is implemented.

Philosophy

  • MVP favors correctness and simplicity
  • Advanced features are designed first, built later
  • Docs exist to reduce future cognitive load

If a feature feels “missing,” check here before assuming it was forgotten.


Tutorials / onboarding

Testing / QA

How-to guides

Admin

Reference

Explanations

Planning

Checklists