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

サービス横断ステータス画面からのチケット詳細表示のモック作成 #191

Merged
merged 8 commits into from
Jul 26, 2024

Conversation

HonmyoYuri
Copy link

@HonmyoYuri HonmyoYuri commented Jun 7, 2024

PR の目的

  • サービス横断モードの際に、Statusのリストを押下すると対象のサービスを選択する画面(本PR画面)に遷移する。
  • サービスのカードをクリックすることで、チケット画面に遷移する
  • データはモック

経緯・意図・意思決定

  • 現在、サービス周辺の改修を行っており、コンフリクトを防ぐために画面のみPRに出している。画面遷移の設定は別途する必要がある
  • また、データもモックなので合わせて修正の必要がある

開発チーム追記

  • Explanation, URL の欄は現状は使用しないため、CardHeaderにサービス名を表示する、のみのリストとする。
    ※将来的にサービスの情報を持たせる予定
  • サービス選択画面はページではなくモーダルDialogとする。
  • Dialogのタイトルを、選択したアーティファクト名とする。

@dejima-shikou dejima-shikou marked this pull request as ready for review July 26, 2024 04:13
Copy link
Collaborator

@mshim03 mshim03 left a comment

Choose a reason for hiding this comment

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

LGTM

Comment on lines +42 to +44
const targetServices = pteam.services
.filter((service) => serviceIds.includes(service.service_id))
.sort((a, b) => a.service_name.localeCompare(b.service_name));
Copy link
Collaborator

Choose a reason for hiding this comment

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

props として渡された serviceIds に含まれるserviceをソート

@mshim03 mshim03 merged commit 33113a5 into main Jul 26, 2024
5 checks passed
@mshim03 mshim03 deleted the topic/create-pteam-service-list branch July 26, 2024 06:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants