Janithht aidlc experience run - #2
Open
janithht wants to merge 2 commits into
Open
Conversation
Complete first AI-DLC cycle: Intent → Elaboration → Units → Bolt → Code → Retro → Improvement AI-DLC Process Artifacts: - Intent: Cabin Owner Registration & Cabin Profile Creation - Mob Elaboration: 5 units extracted with acceptance criteria - Bolt-01 plan: Auth + Cabin CRUD in execution order - Retrospective: documented lessons learned - Improvement: mandatory file read before code generation - Prompt log: full audit trail Backend (.NET 8 Web API): - JWT authentication via Supabase (symmetric for dev) - CabinsController with POST and GET endpoints - Repository pattern with Dapper + Npgsql - Server-side ownership validation (EC-007) - Input validation with BadRequest(ModelState) Frontend (React 18 + TypeScript + Vite): - Supabase Auth integration (signUp, signInWithPassword) - Reactive auth state via onAuthStateChange (per code-standards) - Protected route wrapper with redirect preservation - App layout shell with navigation - Registration, Login, Dashboard, and Create Cabin pages - Client-side validation matching server rules Database: - cabins table migration with RLS policies - Row-level security: owner can only access own cabins Infrastructure: - .gitignore fix: /build/ instead of build/ (was blocking ai-dlc/ops/build/) - Dev setup guide updated with correct paths - Environment variable templates (.env.example, appsettings.Development.json.example)
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 free
to 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.
No description provided.