Daily
Phase 2 완료 — 첫 실사용 글 작성 완료 (Phase 2 Done — First Real Post Created)
#supabase#schema#RLS#Auth
오늘 한 일
- Admin Write Flow로 실제 글 1개 작성(Phase 1 Milestone)
- 저장 후 상세 이동(A안) 흐름 확인
- 404 원인: /posts/[id] 상세 라우트 누락 → 추가 필요(또는 추가 완료)
느낀 점(담백하게)
- “기능이 생겼다”보다 “내가 직접 썼다”가 더 큰 전환이었다.
- 다음은 영속화/인증(Supabase)로 배포 가능한 상태를 만든다.
다음 액션
- Phase 3: Supabase 프로젝트 생성 → posts 스키마/RLS → Auth 적용
What I did
- Wrote the first real post using the Admin Write Flow
- Confirmed redirect-to-detail after save (Option A)
- Fixed/identified the 404 caused by missing /posts/[id] route
Note
- The key shift was not “a feature exists” but “I actually used it.”
- Next: Phase 3 (Supabase DB + Auth) to become deploy-ready.
Next actions
- Create Supabase project → schema/RLS → Auth integration