# NHN 커머스 고도몰 개발 가이드

## NHN 커머스 고도몰 개발자센터

- [커스터마이징 가이드](https://devcenter-help.nhn-commerce.com/guide.md)
- [시작하기 전에](https://devcenter-help.nhn-commerce.com/guide/intro.md)
- [이해하기](https://devcenter-help.nhn-commerce.com/guide/base-information.md)
- [용어](https://devcenter-help.nhn-commerce.com/guide/base-information/terms.md): 본 내용에서는 커스터마이징 시 사용 되는 기본적인 용어들에 대해 설명합니다.
- [구조](https://devcenter-help.nhn-commerce.com/guide/base-information/structure.md)
- [커스터마이징 진행 방법](https://devcenter-help.nhn-commerce.com/guide/base-information/structure/how-to-tuning.md): 커스터마이징을 진행하는 방법에 대한 내용입니다.
- [커스터마이징 가능 범위](https://devcenter-help.nhn-commerce.com/guide/base-information/structure/tunable-range.md): 고도몰의 커스터마이징이 가능한 범위 입니다. 커스터마이징 하시고자 하는 기능을 페이지 단위로 확인하여주세요.
- [고도몰 아키텍쳐(Architecture)](https://devcenter-help.nhn-commerce.com/guide/base-information/structure/godomall-architecture.md): Request의 처리순서 Controller 등의 동작 방법과 디렉토리 구조 등 고도몰의 전반적인 아키텍쳐에 대한 내용입니다.
- [코딩 규칙](https://devcenter-help.nhn-commerce.com/guide/base-information/structure/coding-rules.md): 커스터마이징 시 사용하는 '코딩'은 아래의 내용을 준수하여 작성해주세요.
- [네이밍 규칙](https://devcenter-help.nhn-commerce.com/guide/base-information/structure/naming-rules.md): 커스터마이징 시 '네이밍'이 필요한 경우에는 하기 규칙을 준수하여주세요.
- [준비하기](https://devcenter-help.nhn-commerce.com/guide/preparation.md)
- [심화 구조 이해](https://devcenter-help.nhn-commerce.com/guide/preparation/detailed-structure.md): 본 메뉴에서는 고도몰의 '커스터마이징'을 본격적으로 시작하기 전, 고도몰 구조에 대해 심도 있게 이해하는 단계입니다.
- [Routing 소개](https://devcenter-help.nhn-commerce.com/guide/preparation/detailed-structure/routing.md): 고도몰의 Routing 을 소개하는 내용입니다.
- [Controller 소개](https://devcenter-help.nhn-commerce.com/guide/preparation/detailed-structure/controller.md): 고도몰의 Controller 를 소개하는 내용입니다.
- [HTTP 소개](https://devcenter-help.nhn-commerce.com/guide/preparation/detailed-structure/http.md): 고도몰의 HTTP 관련 메서드를 소개하는 내용입니다.
- [Database 소개](https://devcenter-help.nhn-commerce.com/guide/preparation/detailed-structure/database.md): 고도몰의 Database 관련 메서드 및 사용법을 를 소개하는 내용입니다.
- [Security 소개](https://devcenter-help.nhn-commerce.com/guide/preparation/detailed-structure/security.md): 고도몰의 Security 를 소개하는 내용입니다.
- [Exception 소개](https://devcenter-help.nhn-commerce.com/guide/preparation/detailed-structure/exception.md): 고도몰의 Exception 를 소개하는 내용입니다.
- [Language 소개](https://devcenter-help.nhn-commerce.com/guide/preparation/detailed-structure/language.md): 고도몰의 Language 를 소개하는 내용입니다.
- [오픈 API 사용가이드](https://devcenter-help.nhn-commerce.com/guide/preparation/openapi-guide.md)
- [인증키 발급 방법 안내](https://devcenter-help.nhn-commerce.com/guide/preparation/openapi-guide/userkey.md)
- [공급사 이용 방법 안내](https://devcenter-help.nhn-commerce.com/guide/preparation/openapi-guide/partner.md)
- [커스터마이징 하기](https://devcenter-help.nhn-commerce.com/guide/tuning.md)
- [소스 코드 커스터마이징](https://devcenter-help.nhn-commerce.com/guide/tuning/source-code.md): Front-end 및 Back-end를 포함한 고도몰 소스 커스터마이징 방법에 대한 내용입니다.
- [기본 커스터마이징 방법](https://devcenter-help.nhn-commerce.com/guide/tuning/source-code/basic-tuning.md): 커스터마이징 시 공통적으로 적용되는 사항에 대한 내용입니다.
- [컨트롤러 커스터마이징 방법](https://devcenter-help.nhn-commerce.com/guide/tuning/source-code/controller.md)
- [템플릿 커스터마이징 방법](https://devcenter-help.nhn-commerce.com/guide/tuning/source-code/template.md)
- [커스터마이징 시 유의사항](https://devcenter-help.nhn-commerce.com/guide/tuning/source-code/caution.md)
- [데이터베이스 커스터마이징](https://devcenter-help.nhn-commerce.com/guide/tuning/database.md)
- [커스터마이징 방법](https://devcenter-help.nhn-commerce.com/guide/tuning/database/how-to.md)
- [커스터마이징 시 유의사항](https://devcenter-help.nhn-commerce.com/guide/tuning/database/caution.md)
- [고도몰 테이블 명세서](https://devcenter-help.nhn-commerce.com/guide/tuning/database/table-layout.md): 하단 URL에서 고도몰 테이블 명세서를 확인할 수 있습니다.
- [PhpMyAdmin 이용](https://devcenter-help.nhn-commerce.com/guide/tuning/database/phpmyadmin.md)
- [디버깅 방법](https://devcenter-help.nhn-commerce.com/guide/tuning/debugging.md)
- [패치 확인 및 대응 방법](https://devcenter-help.nhn-commerce.com/guide/tuning/patch.md)
- [커스터마이징 따라하기](https://devcenter-help.nhn-commerce.com/guide/tuning-example.md)
- [관리자 GNB 색상 변경하기](https://devcenter-help.nhn-commerce.com/guide/tuning-example/modify-admin-gnb.md)
- [즐겨찾기 메뉴 바로가기 만들기](https://devcenter-help.nhn-commerce.com/guide/tuning-example/add-favorite-menu.md)
- [관리자 메뉴 추가하기](https://devcenter-help.nhn-commerce.com/guide/tuning-example/add-menu.md)
- [관리자 메뉴 수정하기](https://devcenter-help.nhn-commerce.com/guide/tuning-example/modify-menu.md)
- [관리자 페이지 추가하기](https://devcenter-help.nhn-commerce.com/guide/tuning-example/add-admin-page.md)
- [관리자 페이지 수정하기](https://devcenter-help.nhn-commerce.com/guide/tuning-example/modify-admin-page.md)
- [사용자 페이지 추가하기](https://devcenter-help.nhn-commerce.com/guide/tuning-example/add-user-page.md)
- [사용자 페이지 수정하기](https://devcenter-help.nhn-commerce.com/guide/tuning-example/modify-user-page.md)
- [잘못된 커스터마이징 사례](https://devcenter-help.nhn-commerce.com/guide/wrong-example.md)
- [상속처리가 되지 않은 케이스](https://devcenter-help.nhn-commerce.com/guide/wrong-example/uninherited.md): 원본소스 class 혹은  원본 소스의 부모 메서드 등 상속을 받아서 개발해야하나, 상속받지 아니하고 개발함으로써 발생한 사례 예시입니다.
- [메소드 관련](https://devcenter-help.nhn-commerce.com/guide/wrong-example/method-violation.md)
- [그 외](https://devcenter-help.nhn-commerce.com/guide/wrong-example/reported-issue.md)
- [디자인 에디터 개발 활용 가이드](https://devcenter-help.nhn-commerce.com/design_editor.md): 에이전시 파트너를 위한 디자인 에디터 실무 가이드
- [들어가며](https://devcenter-help.nhn-commerce.com/design_editor/intro.md)
- [이 가이드를 읽기 전에](https://devcenter-help.nhn-commerce.com/design_editor/intro/overview.md)
- ["커스텀이 안 된다"는 오해와 현실](https://devcenter-help.nhn-commerce.com/design_editor/intro/misconception.md)
- [PART I : 시스템 환경 이해](https://devcenter-help.nhn-commerce.com/design_editor/part1_system.md)
- [8개 필수 페이지 운영 정책과 권한](https://devcenter-help.nhn-commerce.com/design_editor/part1_system/mvp.md)
- [메인 페이지의 특별 권한](https://devcenter-help.nhn-commerce.com/design_editor/part1_system/main.md)
- [빈 페이지 활용법](https://devcenter-help.nhn-commerce.com/design_editor/part1_system/empty.md)
- [공통 관리 섹션 - 헤더·푸터·공지 배너](https://devcenter-help.nhn-commerce.com/design_editor/part1_system/common.md)
- [PART II : HTML 위젯 모듈화](https://devcenter-help.nhn-commerce.com/design_editor/part2_widget.md)
- [기능 단위 조립 방식](https://devcenter-help.nhn-commerce.com/design_editor/part2_widget/assembly.md)
- [작업 자산화](https://devcenter-help.nhn-commerce.com/design_editor/part2_widget/asset.md)
- [CS 감소 효과](https://devcenter-help.nhn-commerce.com/design_editor/part2_widget/cs.md)
- [PART III : 페이지별 실전 작업 가이드](https://devcenter-help.nhn-commerce.com/design_editor/part3_guide.md)
- [HTML 위젯 배치 핵심 원칙](https://devcenter-help.nhn-commerce.com/design_editor/part3_guide/principle.md)
- [메인 페이지](https://devcenter-help.nhn-commerce.com/design_editor/part3_guide/main.md)
- [상품 목록 / 상품 상세 / 검색결과](https://devcenter-help.nhn-commerce.com/design_editor/part3_guide/product.md)
- [장바구니 / 주문서](https://devcenter-help.nhn-commerce.com/design_editor/part3_guide/cart.md)
- [회원가입 / 로그인](https://devcenter-help.nhn-commerce.com/design_editor/part3_guide/member.md)
- [공통 관리 섹션 작업 가이드](https://devcenter-help.nhn-commerce.com/design_editor/part3_guide/common.md)
- [PART IV : 작업 흐름 및 납품 체크리스트](https://devcenter-help.nhn-commerce.com/design_editor/part4_checklist.md)
- [PART V : 상점 고객 커뮤니케이션 가이드](https://devcenter-help.nhn-commerce.com/design_editor/part5_communication.md)
- [⭐ Coming Soon](https://devcenter-help.nhn-commerce.com/design_editor/coming_soon.md)
- [자주 묻는 질문 (FAQ)](https://devcenter-help.nhn-commerce.com/design_editor/faq.md)
- [기타 개발 가이드](https://devcenter-help.nhn-commerce.com/other-guide.md)
- [분산 환경 개발 가이드](https://devcenter-help.nhn-commerce.com/other-guide/multi-server.md)
- [로그 사용 가이드](https://devcenter-help.nhn-commerce.com/other-guide/log.md)
- [\[PMA\] 내보내기(export) 이용 안내](https://devcenter-help.nhn-commerce.com/other-guide/pma-export.md): 고도몰 PMA(PhpMyAdmin)를 통한 내보내기 기능 이용 방법을 안내 드립니다.
- [외부 스크립트 사용 가이드](https://devcenter-help.nhn-commerce.com/other-guide/external-script.md)
- [SDK 사용 가이드](https://devcenter-help.nhn-commerce.com/other-guide/sdk.md)
- [\[DB\] 사용 가이드](https://devcenter-help.nhn-commerce.com/other-guide/database.md)
- [Memcached 사용 가이드](https://devcenter-help.nhn-commerce.com/other-guide/memcached.md): 고도몰에서 제공하는 멤캐시를 사용하여 시스템 성능을 향상시킬 수 있는 방법을 안내 드립니다.
- [개발 환경 FAQ](https://devcenter-help.nhn-commerce.com/other-guide/faq.md)
- [include 사용 가이드](https://devcenter-help.nhn-commerce.com/other-guide/include.md): 관리자 스킨(.php) 또는 Front(.html) 스킨 내 include  사용 가이드
