Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
devmmin opened this issue May 21, 2022 · 0 comments · Fixed by #27
Closed

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

devmmin opened this issue May 21, 2022 · 0 comments · Fixed by #27
Assignees
Labels
task 일감

Comments

@devmmin
Copy link
Collaborator

devmmin commented May 21, 2022

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] 후 커밋
@devmmin devmmin added the task 일감 label May 21, 2022
@devmmin devmmin self-assigned this May 21, 2022
@devmmin devmmin changed the title [Task] - [백오피스] 리스트/등록/수정 화면 개발 [Task] - [백오피스] 리스트/등록/수정 공통 레이아웃 개발 May 21, 2022
@devmmin devmmin changed the title [Task] - [백오피스] 리스트/등록/수정 공통 레이아웃 개발 [Task] - [백오피스] 리스트/등록/수정 공통 화면 개발 May 21, 2022
@devmmin devmmin changed the title [Task] - [백오피스] 리스트/등록/수정 공통 화면 개발 [Task] - [백오피스] 리스트/등록/수정 화면 개발 May 21, 2022
devmmin added a commit that referenced this issue May 22, 2022
devmmin added a commit that referenced this issue May 22, 2022
@devmmin devmmin linked a pull request May 22, 2022 that will close this issue
7 tasks
devmmin added a commit that referenced this issue May 25, 2022
feat(FE): #26 [백오피스] 리스트/등록/수정 화면 개발
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
task 일감
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant