Commit Graph

3 Commits

Author SHA1 Message Date
koreafood 6dec692e61 feat(admin/sampleBoard): add route-based list/detail views
Restructured the sample board admin page to support separate list, create, edit, and detail views synced with URL query parameters. Added computed state, route watchers, and navigation methods to handle view switching, updated form layout to full width for detail displays, replaced inline title links with accessible styled buttons, and improved save/delete workflows to maintain correct component and URL state.
2026-05-29 20:20:34 +09:00
koreafood 3d417cdc02 feat: 샘플 게시판 CRUD 기능 전체 추가
- 백엔드 엔티티, 서비스, DAO 및 REST 컨트롤러 계층 추가
- 데이터베이스 CRUD 처리를 위한 MyBatis PostgreSQL 매퍼 추가
- 생성, 조회, 수정, 삭제 전체 흐름을 지원하는 관리자용 Vue 컴포넌트 추가
- 게시글 등록 및 수정 요청에 대한 입력값 검증 추가
2026-05-29 19:58:08 +09:00
koreafood 330105cb27 Initial commit 2026-05-29 17:49:25 +09:00