Add README and student-administration feature spec #23

Merged
thatguygriff merged 1 commits from docs/readme-and-student-admin into main 2026-06-07 15:12:21 +00:00
Owner

Adds a repo README and the feature spec for the planned student-administration view.

README.md

  • Plugin overview, version (1.0.0-rc.1), requirements, license.
  • Package-by-domain architecture note (links CLAUDE.md and docs/features/).
  • Implementation status table — every feature linked to its spec with Implemented / 🟡 Planned (Offerings, Availability, Questions, Policies, Account registration, Lesson booking, Group classes, Roles are done; Student administration, Payments, Payment reporting are planned).
  • Shortcodes, REST namespace, roles/capabilities summary, install via composer build / CI artifact, dev commands, and CI.

docs/features/student-administration.md

Spec for the planned studio-admin Students list + per-student detail (upcoming/past lessons, group enrolments). Read-only; manage_students; no new tables (built on existing repositories + WP users). Tracked as #22.

Docs only — no code changes.

🤖 Generated with Claude Code

Adds a repo README and the feature spec for the planned student-administration view. ## README.md - Plugin overview, version (`1.0.0-rc.1`), requirements, license. - Package-by-domain architecture note (links `CLAUDE.md` and `docs/features/`). - **Implementation status table** — every feature linked to its spec with ✅ Implemented / 🟡 Planned (Offerings, Availability, Questions, Policies, Account registration, Lesson booking, Group classes, Roles are done; Student administration, Payments, Payment reporting are planned). - Shortcodes, REST namespace, roles/capabilities summary, install via `composer build` / CI artifact, dev commands, and CI. ## docs/features/student-administration.md Spec for the planned studio-admin **Students** list + per-student detail (upcoming/past lessons, group enrolments). Read-only; `manage_students`; no new tables (built on existing repositories + WP users). Tracked as #22. Docs only — no code changes. 🤖 Generated with [Claude Code](https://claude.com/claude-code)
thatguygriff added 1 commit 2026-06-07 15:10:15 +00:00
Add README and student-administration feature spec
CI / Tests (PHP 8.1) (pull_request) Successful in 43s
CI / Coding Standards (pull_request) Successful in 55s
CI / PHPStan (pull_request) Successful in 1m0s
CI / No Debug Code (pull_request) Successful in 2s
CI / Tests (PHP 8.2) (pull_request) Successful in 43s
CI / Tests (PHP 8.3) (pull_request) Successful in 45s
CI / Build Plugin Zip (pull_request) Has been skipped
8a3e9b65df
- README.md: plugin overview, package-by-domain architecture, feature/status
  table linking each docs/features spec (implemented vs planned), shortcodes,
  REST namespace, roles, install via composer build, dev commands, and CI.
- docs/features/student-administration.md: spec for the planned studio-admin
  Students list + per-student detail (upcoming/past lessons, group enrolments);
  read-only; manage_students; no new tables. Tracked as #22.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
thatguygriff merged commit d86e852edc into main 2026-06-07 15:12:21 +00:00
thatguygriff deleted branch docs/readme-and-student-admin 2026-06-07 15:12:21 +00:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Unsupervised/unsupervised-scheduler#23