Skip to content

[new feature](view): StoryLine chart 타이틀/서브타이틀 구현#980

Merged
oortmealy merged 5 commits into
newvizfrom
feat-title/959
Oct 12, 2025
Merged

[new feature](view): StoryLine chart 타이틀/서브타이틀 구현#980
oortmealy merged 5 commits into
newvizfrom
feat-title/959

Conversation

@oortmealy

Copy link
Copy Markdown
Member

Related issue

#959

Result

image image

Work list

  • 브레드크럼 정렬 수정
  • 타이틀 Top contributor 구하기 위한 contributorClocs 로직 구현
  • 서브타이틀 firstReleaseLabel, lastReleaseLabel 추출 로직 구현
  • 타이틀&서브타이틀 구현

Discussion

@oortmealy
oortmealy requested review from a team as code owners October 11, 2025 13:22
@oortmealy oortmealy self-assigned this Oct 11, 2025
@oortmealy oortmealy changed the title Feat title/959 [new feature](view): StoryLine chart 타이틀/서브타이틀 구현 Oct 11, 2025

@hyemimi hyemimi left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

수고하셨습니당!!! ㅎㅎ 리뷰 내용은 중요한 건 아니구 그냥 확인만 해주시면 좋을 것 같아요ㅎㅎ


const breadcrumbs = useMemo(() => getBreadcrumbs(), [getBreadcrumbs]);

const { topContributorName, releaseRangeLabel } = useMemo(() => {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

요 부분은 따로 유틸 파일로 빼서 모듈화해도 좋을 것 같아요! 이건 제가 추후에 작업해보겠습니다 ...!

Comment on lines +150 to +151
const topContributorLabel = topContributorName || "...";

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

중요한 건 아니지만 데이터가 없을 때 ". . ."으로 적절한지 고민해볼 필요가 있겠네요 !!

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

앗 맞아요!! 어떻게 하는게 좋을지...
일단 이대로 머지 하겠습니당!

@ytaek ytaek left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍👍👍👍 LGTM 입니다!!

@oortmealy
oortmealy merged commit 421c640 into newviz Oct 12, 2025
@oortmealy
oortmealy deleted the feat-title/959 branch October 12, 2025 04:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants