(주)지오정보기술 홈페이지
Go to file
DESKTOP-TKLFCPRython 4137e3ec90 feat(history): company history DB management + admin CRUD
- CompanyHistory JPA entity (tb_company_history)
- CompanyHistoryRepository
- GET /api/history: DB-based grouped history (year + items[])
- Admin CRUD: GET/POST/PUT/DELETE /api/admin/history
- DataInitializer: 35 history items seeded from 2000 to 2026
- Company.jsx: useHistory() hook -> API fetch with fallback
- AdminHistory.jsx: year-grouped timeline CRUD UI
- AdminLayout: 회사 연혁 menu added

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-31 17:52:02 +09:00
backend feat(history): company history DB management + admin CRUD 2026-05-31 17:52:02 +09:00
deploy refactor: 101.79.17.164 → zioinfo.co.kr 전체 도메인 변환 + Manager UI 배포 2026-05-31 10:09:17 +09:00
frontend feat(history): company history DB management + admin CRUD 2026-05-31 17:52:02 +09:00
.gitignore feat(admin): 홈페이지 관리자 시스템 구현 2026-05-30 18:40:24 +09:00
Jenkinsfile feat(admin): 홈페이지 관리자 시스템 구현 2026-05-30 18:40:24 +09:00
package-lock.json refactor: 101.79.17.164 → zioinfo.co.kr 전체 도메인 변환 + Manager UI 배포 2026-05-31 10:09:17 +09:00
package.json refactor: 101.79.17.164 → zioinfo.co.kr 전체 도메인 변환 + Manager UI 배포 2026-05-31 10:09:17 +09:00
start.ps1 feat(zioinfo-web): Maven 자동 감지/설치 스타트업 스크립트 추가 2026-05-30 08:32:17 +09:00
start.sh feat(zioinfo-web): Maven 자동 감지/설치 스타트업 스크립트 추가 2026-05-30 08:32:17 +09:00
test-all-pages.js refactor: 101.79.17.164 → zioinfo.co.kr 전체 도메인 변환 + Manager UI 배포 2026-05-31 10:09:17 +09:00
test-homepage.js refactor: 101.79.17.164 → zioinfo.co.kr 전체 도메인 변환 + Manager UI 배포 2026-05-31 10:09:17 +09:00