Skip to content

[Task] - [백오피스] 리스트/등록/수정 화면 개발 #26

@devmmin

Description

@devmmin

1. 요약

  • 오른쪽 컨텐츠 화면 개발 (상세화면 제외하고 리스트/등록/수정까지)
  • toast-ui editor 설치 시 이슈 관련 변경점
  • git 대소문자 구분 안되는 이슈 변경점

2. 상세 내용

  • 리스트는 레이아웃 개발하고 남은 화면 개발 (페이지네이션), 나머지는 레이아웃부터 컴포넌트까지 신규개발
  • 디렉토리 구조 변경 (pages (=페이지 (ex. App.tsx에서 import 되는 컴포넌트)),
    layouts (=여러 페이지에서 사용되는 레이아웃), components (=레이아웃 또는 페이지에서 사용되는 컴포넌트) 로 분리)
  • 백오피스 라우트 분리 (/admin/... prefix)
  • toast-ui editor 설치 시 이슈 - 의존성 때메 리액트 v18 -> v17, 차크라 ui v2-> v1 로 다운
  • toast-ui editor 설치 시 이슈 - package.json > scripts : { start } 에
    소스맵 생성 false 추가 (참고)[https://github.com/Failed to parse source map (@toast-ui/editor/dist/purify.js.map) nhn/tui.editor#2137]
  • git 대소문자 구분 안되는 이슈 변경점 - git config core.ignorecase false
    (참고)[https://git-scm.com/docs/git-config/2.14.6] 후 커밋

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions