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

第1回デバッグ大会での issue #26

Open
16 of 18 tasks
n4mlz opened this issue May 12, 2024 · 0 comments
Open
16 of 18 tasks

第1回デバッグ大会での issue #26

n4mlz opened this issue May 12, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@n4mlz
Copy link
Owner

n4mlz commented May 12, 2024

Summary

2024/05/12 に数人にデバッグしてもらったときのメモ

Tasks

  • prevent.default みたいなやつがないせいなのか、フォームで Enter キーを押すとページが再読み込みされる
    • react-hook-form にデフォルトでその機能があるはずだが、何故...?
  • 自己紹介は必須ではないのに必須の表示になっている
  • コメントや返信のボタンの表示
  • tooltip の表示が変
  • 文字数が正確にカウントされない
  • フォローリクエストのページにどこからも飛べない
  • ユーザー名が未作成のときにユーザー名設定ページでユーザー名の作成を催促する alert を表示しないようにする
  • signInWithPopUp はリダイレクトするやつに変更する
  • 画像のキャッシュが更新されるまで時間がかかる
  • URL の埋め込みやメンションにリンクが生えない (これは未実装)
  • ヘッダーが半透明 (ダークテーマだけ...?)
  • ポストが時刻で昇順ではなく降順になっている
    • これ再現性ないかも、何故...?
  • ポストの無限スクロールに対応する (一度に全てのポストを取得すると重い)
  • json で undefined や null などの文字が入っていると本当に undefined や null になってしまう?禁止するべきかも
    • これは今のところ表面上は問題が見つかっていないので一旦後回し
  • バケットの中のディレクトリ名は firebase uid の方がよかったかも (実は漏れても問題ないので)
    • 追記: 上記はやりません
  • 通知欄がほしい
  • やっぱりポストは削除出来たほうがいい
  • 大量のリクエストは too-many-requests で弾く
    • too-many-requests ではないが弾くようにはした
@n4mlz n4mlz added the bug Something isn't working label May 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant