Skip to content

Latest commit

 

History

History
60 lines (43 loc) · 2.01 KB

File metadata and controls

60 lines (43 loc) · 2.01 KB

Task Breakdown

This task list tracks the documentation and implementation path from CO-001 through CO-033.

Sprint 1: Documentation Foundation

  • CO-001: Add initial project documentation foundation.
  • CO-002: Review public wording and README navigation.
  • CO-003: Add initial release note skeleton.
  • CO-004: Add examples directory notes for future service files.

Sprint 2: PostgreSQL Schema Baseline

  • CO-005: Add PostgreSQL schema README updates.
  • CO-006: Add shared ingestion metadata schema.
  • CO-007: Add DEFRA/DESNZ initial table group schema.
  • CO-008: Add GHG Protocol initial table group schema.
  • CO-009: Add IPCC EFDB initial table group schema.
  • CO-010: Add schema setup and reset notes.

Sprint 3: Python Source Discovery Baseline

  • CO-011: Add Python project skeleton.
  • CO-012: Add Python configuration model.
  • CO-013: Add source registry structure.
  • CO-014: Add source discovery command shell.
  • CO-015: Add DEFRA/DESNZ discovery output format.

Sprint 4: Python Startup and Archive Baseline

  • CO-016: Add Python database provider validation.
  • CO-017: Add Python PostgreSQL startup check.
  • CO-018: Add Python schema availability check.
  • CO-019: Add raw archive path structure.
  • CO-020: Add hash calculation utility.

Sprint 5: First DEFRA/DESNZ Ingestion Slice

  • CO-021: Add DEFRA/DESNZ source version check.
  • CO-022: Add DEFRA/DESNZ raw download and archive flow.
  • CO-023: Add DEFRA/DESNZ parser mapping.
  • CO-024: Add DEFRA/DESNZ validation rules.
  • CO-025: Add DEFRA/DESNZ persistence and import summary.

Sprint 6: .NET Worker Baseline

  • CO-026: Add .NET Worker Service skeleton.
  • CO-027: Add .NET configuration model.
  • CO-028: Add .NET database provider validation.
  • CO-029: Add .NET PostgreSQL startup check.
  • CO-030: Add .NET source schedule skeleton.

Sprint 7: Additional Source Discovery

  • CO-031: Add GHG Protocol discovery baseline.
  • CO-032: Add IPCC EFDB discovery baseline.

Sprint 8: v0.1.0 Preparation

  • CO-033: Prepare v0.1.0 release notes and final documentation review.