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

履歴が大きすぎる場合に表示させないよう修正 #359

Merged
merged 4 commits into from
Apr 5, 2022

Conversation

takahashim
Copy link
Collaborator

@takahashim takahashim commented Mar 31, 2022

🎩 What? Why?

ディベートで履歴が大きすぎる場合にサーバに負荷がかかるようなので、差分の大きさについて適当な上限を設けて、それを超える場合は表示をあきらめるようにしてみました。

とりあえず現状は1MBに指定してみています(OBJECT_CHANGE_SIZE_LIMITの定数の値です)。

注意事項

  • DBの操作を頑張ればクエリを発行してデータを受け取る前にチェックできそうですが、クエリ以上に画面描画にかかるコストが大きいようなので、DBクエリそのものは変更せずに通常通りデータを受け取った後、そのサイズを見て描画を行わないようにする修正になっています。これでもダメそうであれば、DBクエリの方を修正します。
  • 現状はディベートが問題になっているのでそこだけ修正していますが、同様の履歴機能は、アカウンタビリティ・イニシアティブ・ミーティング・提案それぞれに存在しています。そちらは対応していません(それぞれ個別に同様のコードを追加する必要があります)。

📋 Subtasks

  • Add CHANGELOG upgrade notes, if required
  • If there's a new public field, add it to GraphQL API
  • Add documentation regarding the feature
  • Add/modify seeds
  • Add tests
  • Another subtask

📷 Screenshots (optional)

↓こんな感じのエラーメッセージを出して履歴の一覧画面に戻します。

changeset_limit

@takahashim
Copy link
Collaborator Author

takahashim commented Apr 4, 2022

UPGRADE.mdも更新しておきます(テストもあるといいかもですがちょっと書きづらい)

@ayuki-joto ayuki-joto merged commit 20d0bcc into develop Apr 5, 2022
@takahashim takahashim mentioned this pull request Apr 11, 2022
6 tasks
@ayuki-joto ayuki-joto mentioned this pull request Apr 11, 2022
6 tasks
@takahashim takahashim deleted the debates-version-size-limit branch April 11, 2022 07:39
@takahashim takahashim mentioned this pull request Sep 22, 2023
6 tasks
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.

2 participants