Scaffold westside-docs Rails app #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Type
Feature
Lineage
Standalone — first issue for the westside-docs repo.
Repo
forgejo_admin/westside-docsUser Story
As Lucas
I want a westside-docs Rails app deployed with a public URL
So that Marcus and I have a shared contract documenting user stories and architecture before parallel work begins
Context
Every client project starts with a docs site — the contract between Lucas, AI, and the client. westside-docs is the first instance of this pattern. It's a standalone Rails 8.1 app (no Tailwind, plain CSS via ror-css-guide) with Mermaid.js for diagrams. Deployed via pal-e-deployments hostPath overlay for fast local iteration.
File Targets
Files the agent should modify or create:
app/controllers/docs_controller.rb-- index + wildcard showapp/views/docs/index.html.erb-- doc listing pageapp/views/docs/architecture.html.erb-- system diagramsapp/views/docs/user-stories.html.erb-- user stories for Marcusapp/views/layouts/application.html.erb-- layout with Mermaid.jsapp/views/layouts/_navbar.html.erb-- nav partialapp/assets/stylesheets/application.css-- design tokens from ror-css-guideconfig/routes.rb-- docs routesAcceptance Criteria
bin/rails server/and/docsrender the doc index/docs/architecturerenders with Mermaid diagrams/docs/user-storiesrenders user storiesTest Expectations
/upreturns 200Constraints
Checklist
Related
westside-- project this affects