32 lines
1001 B
Markdown
32 lines
1001 B
Markdown
# Hudra Development Decisions
|
|
|
|
## Decision 001 — HTML is the source of truth
|
|
|
|
Hudra presents the existing lesson rather than requiring teachers to maintain
|
|
a separate presentation.
|
|
|
|
## Decision 002 — No proprietary lesson format
|
|
|
|
Teachers should continue authoring normal HTML in QLearn, Canvas or another
|
|
web-based platform.
|
|
|
|
## Decision 003 — Simplicity over automation
|
|
|
|
Hudra should avoid complicated content heuristics unless they are reliable and
|
|
provide a clear classroom benefit.
|
|
|
|
## Decision 004 — Stable features are added incrementally
|
|
|
|
Media-specific improvements should be developed and tested one at a time.
|
|
|
|
## Decision 005 — Hudra 0.9.1 is the stable baseline
|
|
|
|
Hudra 0.9.1 is the known-good version and is tagged in Git as v0.9.1.
|
|
|
|
## Decision 006 — Public and internal versions may differ
|
|
|
|
The visible product branding may show a major/minor version such as Hudra 0.9.
|
|
|
|
The browser extension manifest may use a patch version such as 0.9.1 for
|
|
maintenance and debugging.
|