Skip to content

Commit a760361

Browse files
committed
chore: Reorganize task management structure across core modules
- Replace legacy task files with standardized readme.md tracking system across derive_tools, diagnostics_tools, former, strs_tools, and workspace_tools modules - Move completed tasks to organized completed/ directories and active tasks to backlog/ structure for better project management - Relocate documentation files to dedicated docs/ subdirectories improving organization and discoverability - Add component_model task management structure establishing consistent task tracking patterns - Standardize task file naming conventions from ad-hoc formats to structured numbering system for better maintenance
1 parent e3f4151 commit a760361

22 files changed

+133
-531
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Task Management
2+
3+
This document serves as the **single source of truth** for all project work.
4+
5+
## Tasks Index
6+
7+
| Priority | ID | Advisability | Value | Easiness | Effort (hours) | Phase | Status | Task | Description |
8+
|----------|-----|--------------|-------|----------|----------------|-------|--------|------|-------------|
9+
| 1 | 012 | 2500 | 10 | 5 | 4 | Documentation | ✅ (Completed) | [Enum Examples in README](completed/012_enum_examples_in_readme.md) | Add enum examples to README documentation |
10+
11+
## Phases
12+
13+
*[Enum Examples in README](completed/012_enum_examples_in_readme.md)
14+
15+
## Issues Index
16+
17+
| ID | Title | Related Task | Status |
18+
|----|-------|--------------|--------|
19+
20+
## Issues
File renamed without changes.
File renamed without changes.
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Task Management
2+
3+
This document serves as the **single source of truth** for all project work.
4+
5+
## Tasks Index
6+
7+
| Priority | ID | Advisability | Value | Easiness | Effort (hours) | Phase | Status | Task | Description |
8+
|----------|-----|--------------|-------|----------|----------------|-------|--------|------|-------------|
9+
| 1 | 001 | 3136 | 8 | 7 | 6 | Bug Fix | 🔄 (Planned) | [Fix From Derive Macro Issues](001_fix_from_derive_macro.md) | Fix compilation errors and type mismatches in the From derive macro in derive_tools |
10+
| 2 | 002 | 400 | 4 | 5 | 2 | Documentation | 📥 (Backlog) | [Document no_std Refactoring Postponement](backlog/002_postpone_no_std_refactoring.md) | Document decision to postpone no_std refactoring for pth and error_tools crates |
11+
12+
## Phases
13+
14+
* 🔄 [Fix From Derive Macro Issues](001_fix_from_derive_macro.md)
15+
* 📥 [Document no_std Refactoring Postponement](backlog/002_postpone_no_std_refactoring.md)
16+
17+
## Issues Index
18+
19+
| ID | Title | Related Task | Status |
20+
|----|-------|--------------|--------|
21+
22+
## Issues

module/core/derive_tools/task/task_plan.md

Lines changed: 0 additions & 161 deletions
This file was deleted.

module/core/derive_tools/task/tasks.md

Lines changed: 0 additions & 17 deletions
This file was deleted.
File renamed without changes.

0 commit comments

Comments
 (0)