docs: full sweep — branding, admin user CRUD, external SSO, prod asset caching - #221
Merged
Conversation
…t caching Bring the published docs current with features landed after the #205 sync: - modules/branding.md (new): admin-configurable app name/logo/favicon/colour, endpoints, permissions, image guard-rails, shared-props data flow; add to the modules index (ten→eleven) and the VitePress sidebar. - modules/users.md: admin user CRUD (create/edit/delete) endpoints + pages + events; external/SSO users (is_external, nullable password, credential guards); bearer-token endpoints; corrected stale admin HTTP methods, edit view-route path, contracts import path, and component file names. - modules/dashboard.md: /dashboard/doctor route, Doctor admin menu item, page. - reference/deployment.md: production manifest-based Inertia rendering + ImmutableStaticFiles 1-year cache headers. reference/env-vars.md: SM_VITE_PORT. Claude-Session: https://claude.ai/code/session_01QzhhE5RjEPdeP4eSKjxzLF
Deploying simple-module-python with |
| Latest commit: | c43ac2b |
| Status: | ✅ Deploy successful! |
| Preview URL: | https://cd5837f9.simple-module-python.pages.dev |
| Branch Preview URL: | https://worktree-docs-full-sweep.simple-module-python.pages.dev |
Uh oh!
There was an error while loading. Please reload this page.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Brings the published docs current with features that landed after the last full docs sync (#205):
docs/modules/branding.md— admin-configurable app name / logo / favicon / primary colour, endpoints, permissions, image guard-rails, and the shared-props data flow. Wired into the modules index (ten → eleven) and the VitePress sidebar.UserCreated/UserDeletedevents) and external/SSO users (is_external, nullable password, credential guards). Added the bearer-token endpoints, and corrected stale content found along the way — admin HTTP methods (disable/enable→PATCH,roles→PUT,verify), the edit view-route path, theusers.contracts.schemasimport path, and the admin component file names./dashboard/doctorroute, theDoctoradmin-sidebar menu item, andDoctor.tsx.ImmutableStaticFiles1-year cache headers indeployment.md;SM_VITE_PORTinenv-vars.md.Verification
modules/branding,modules/users,framework/hosting,host/client_app/vite.config.ts).docs/.vitepress/config.ts= 208 lines). Ruff/ty/Biome/tsc and unit/build suites are N/A (markdown + no source change) — covered by GitHub PR CI.Test plan
branding.mdandusers.mdagainst the modules.https://claude.ai/code/session_01QzhhE5RjEPdeP4eSKjxzLF