[20220605] FE 온라인 미팅 #44
Unanswered
HyeonsikBae
asked this question in
FrontEnd discussion
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
1. template
재사용되는 요소들을 하나로 관리하기 위한 템플릿 작성
아래 두 파일에 우선 적용 후, 컴포넌트 폴더에 대해서는 재사용성을 고려하여 필요 시 추가 예정
/src/view/viewTemplate.tsx
/src/container/containerTemplate.tsx
2. 폴더 트리 구조 변경
각 컨텐츠에 사용되는 요소들은 재사용성이 적을 것으로 고려되어 컨텐츠마다 파일을 관리하는 폴더 추가
해당 폴더 내에선 각 컨텐츠에 대한 담당자가 적당히 분류
ex)
/src/contents/game
/src/contents/chat
/src/contents/profile
3. nav menu 변경
[완료 작업]
기존 nav menu를 community 상단으로 이동
기존 menu button을 아이콘으로 변경
[필요 작업]
content, community에 적용되던 border 제거
4. mute
FE에서 BE로 mute 시간 전달 [sec]
FE, BE 각각 시간값에 대한 유효성 검사 필요 (1[sec] ~ 3600 * 24[sec])
5. server 접속 시 error
link : https://bongcheonmountainclub.iptime.org/
Beta Was this translation helpful? Give feedback.
All reactions