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

feat: 스토리별 백로그 조회, 스토리 추가 기능 구현 #306

Merged
merged 5 commits into from
Jul 7, 2024

Conversation

surinkwon
Copy link
Collaborator

🎟️ 태스크

스토리 생성, 수정, 삭제 API 연결

✅ 작업 내용

  • 스토리별 백로그 조회 페이지 컴포넌트 배치
  • 스토리 추가 기능 구현

🖊️ 구체적인 작업

스토리 추가 기능 구현

  • 반드시 입력되어야 하는 필드가 입력되지 않았을 때 alert를 띄워 입력이 필요함을 알도록 했습니다.
  • 프롭스 드릴링을 줄이기 위해 children을 사용해서 TaskList를 StoryList의 children으로 배치했습니다.

🤔 고민 및 의논할 거리

  • 백로그와 관련된 컴포넌트가 많아졌는데 이를 어떤 폴더 구조를 통해 효율적으로 관리할 수 있을지 고민이 됩니다. Epic, Story, Task, 공용 컴포넌트로 나누는 게 좋을지 잘 모르겠네요. 좀 더 생각해봐야 할 것 같습니다.
  • 관심사 및 책임에 따라 컴포넌트를 나누려고 했는데 어느 정도까지 관심사 분리를 해야 할지 나름의 기준이 필요할 것 같습니다. 컴포넌트가 많아지더라도 컴포넌트 내 구조를 더 명확하게 파악할 수 있도록 좀 더 작게 분리하는 것이 좋을지 고민이 필요합니다.

@surinkwon surinkwon added FE 🎉feature 새로운 기능 labels Jul 7, 2024
@surinkwon surinkwon merged commit 366ddbe into dev Jul 7, 2024
1 check passed
@surinkwon surinkwon deleted the feature/backlogPage branch July 7, 2024 23:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FE 🎉feature 새로운 기능
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant