-
Notifications
You must be signed in to change notification settings - Fork 0
Home
github-actions[bot] edited this page Jun 12, 2026
·
4 revisions
Welcome to the Oscar documentation. This is the canonical index for all project documentation.
| Document | Location | Audience |
|---|---|---|
| Project Overview | Root README | Everyone |
| Quick Start Guide | Root README | Developers |
| Frontend README | web/README.md |
Frontend developers |
| Document | Location | Contents |
|---|---|---|
| Architecture | Root README | Layered architecture, repository pattern, error conventions |
| API Reference | Root README | All REST endpoints by module |
| Database Schema | Root README | Key tables, RLS policies |
| CI/CD Pipeline | docs/CI-CD.md |
Pipeline architecture, DORA metrics, deployment runbooks |
| Document | Location | PMBOK Reference |
|---|---|---|
| Project Charter | .github/PROJECT_CHARTER.md |
4.1 Develop Project Charter |
| Risk Register | .github/RISK_REGISTER.md |
11.2 Identify Risks |
| Phase 1 Retrospective | .github/RETROSPECTIVE_PHASE1.md |
4.4 Monitor & Control |
| Project Board | GitHub Projects V2 | 4.3 Direct & Manage |
| Sprint Reports | GitHub Discussions | 10.1 Plan Communications |
| Document | Location |
|---|---|
| Contributing Guide | Root |
| Code of Conduct | Root |
| Security Policy | Root |
| Pull Request Template | .github/ |
| Issue Templates | .github/ISSUE_TEMPLATE/ |
| Template | When to Use |
|---|---|
| User Story | Feature from end-user perspective with WSJF |
| Task | Technical or process work |
| Spike | Research, exploration, proof-of-concept |
| Epic | Large body spanning multiple issues |
| Bug Report | Something isn't working |
| Feature Request | Idea or enhancement |
Note: The GitHub Wiki requires a one-time initialization. Visit https://github.com/CaptDany/oscar/wiki in your browser to create it. After that, wiki content can be pushed via git or the GitHub Wiki API. The following pages are staged for the wiki:
- Home — Overview and quick links (this document)
- Project Charter — Vision, scope, risks, MVP
- Risk Register — Probability/Impact risk matrix
- API Reference — All REST endpoints
.github/ # Governance (PM artifacts, templates)
├── PROJECT_CHARTER.md # Project charter (PMBOK 4.1)
├── RISK_REGISTER.md # Risk register (PMBOK 11.2)
├── RETROSPECTIVE_PHASE1.md # Phase 1 retrospective
├── PULL_REQUEST_TEMPLATE.md # PR template
└── ISSUE_TEMPLATE/ # Issue templates (6)
docs/ # Technical documentation
├── README.md # ← You are here
└── CI-CD.md # CI/CD strategy + runbooks
web/README.md # Frontend docs
README.md # Project landing page
CONTRIBUTING.md # Contribution guide
CODE_OF_CONDUCT.md # Code of conduct
SECURITY.md # Security policy
This documentation structure follows the Lean "see the whole" principle — all project knowledge in one navigable index.