Clean up scaffold

This commit is contained in:
grasHOPPEr 2026-08-11 02:57:29 +02:00
parent eaaba49eac
commit 09836aa0ed

View File

@ -1,51 +0,0 @@
# 📁 Tracked Projects Dashboard
Owner-focused dashboard for tracked projects, budget allocation, and time-by-repository rollups.
---
## Tracked Project Groups
| Project Group | Owner | Open Projects | Monthly Budget Allocation | Time Tracking | Detail |
|---|---|---:|---:|---|---|
| Hoppe-home | donnyandjoern-debug | 0 | $0 | ✅ Tracked | [View](./hoppe-home.md) |
| Hoppe-GitHub | donnyandjoern-debug | 0 | $0 | ✅ Tracked | [View](./hoppe-github.md) |
| **Total** | | **0** | **$0** | **✅** | |
---
## Open Projects
| Project | Project Group | Repository | Status | Monthly Budget | Actual Spend (Month) | Hours (Month) | Notes |
|---|---|---|---|---:|---:|---:|---|
| _(add project)_ | Hoppe-home / Hoppe-GitHub | `org/repo` | 🟢 On Track / 🟡 At Risk / 🔴 Blocked | $0 | $0 | 0h | |
---
## Pipeline Views (Optional)
### Planned
| Project | Portfolio | Repository | Target Start | Priority |
|---|---|---|---|---|
| _(add planned project)_ | Hoppe-home / Hoppe-GitHub | `org/repo` | YYYY-MM-DD | High / Medium / Low |
### Completed
| Project | Portfolio | Repository | Completion Date | Outcome |
|---|---|---|---|---|
| _(add completed project)_ | Hoppe-home / Hoppe-GitHub | `org/repo` | YYYY-MM-DD | Delivered |
---
## Reporting Standard
1. Track each active project with clear status and repository.
2. Keep monthly budget allocation and actual spending per project/repo.
3. Keep monthly time spent by project/repo in [budget/tracking.md](../budget/tracking.md).
4. Reconcile totals between project pages and the budget ledger each month.
5. Keep this dashboard private and owner-focused.
---
[← Back to main library](../README.md)