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

Discord のリンク切れ通知の見た目をより良くしたい #4020

Closed
AudioStakes opened this issue Jan 24, 2022 · 2 comments
Closed

Comments

@AudioStakes
Copy link
Contributor

AudioStakes commented Jan 24, 2022

概要

現在のリンク切れチェッカーの通知は以下のようになっており、「どのページのどのリンクがリンク切れしているか」がすぐには読み取れないように思います。

image

期待される振る舞い

「どのページのどのリンクがリンク切れしているか」をより読み取りやすくしたい

補足

リンク切れ通知のテキストを生成しているコード

def summary(broken_links)
return if broken_links.empty?
texts = ['リンク切れがありました。']
texts << broken_links.sort.map(&:to_s)
texts.join("\n")
end

def to_s
"- <#{url} | #{title}> in: <#{source_url} | #{source_title}>"
end

現状のテキストの改善点

※ テキストの見た目全体を改めた場合、以下の改善点に対処しなくて済むようになるかもしれません。

@github-actions
Copy link

このissue|PRは60日間更新がないため7日後にcloseします。closeしたくない場合はstaleラベルを外してください。

@github-actions github-actions bot added the stale label Apr 30, 2022
@github-actions
Copy link

github-actions bot commented May 7, 2022

このissue|PRはstaleラベルを付けた後7日間更新がないためcloseしました。

@github-actions github-actions bot closed this as completed May 7, 2022
@komagata komagata moved this to 完成 in bootcamp Aug 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

No branches or pull requests

1 participant