feat topic-deeplink - #23
Merged
Merged
Conversation
fix: AppBarのレンダリングにNEXT_PUBLIC_ENABLE_TAG_AND_BOOKMARKフラグチェックを追加
…events fix: VideoResourceコンポーネントのクリーンアップ関数を削除しビデオイベントの重複を防止
docs: update CHANGELOG and AUTHORS
activities_time_range_counts を全件スキャンする Prisma クエリを2段階に分割し,先に activities を絞り込んでから該当 activity_id のみを集計するよう変更。 Closes #347
fix: ダッシュボードの繰返視聴割合取得でDBの全件スキャンが発生する問題を修正
downloadCli.ts で nullSession をインポートしているが、 session サービス側で export されていなかったため tsc エラーが発生していた。 export を追加して解消。
LtiResourceLinkSchema の lineItem プロパティを required から optional に変更。 修正後も初めての LMS コースで、LMS 側に成績が記録されることを確認。
Fix/ts type errors
Sync from ViLOG_Beta2
Sync from ViLOG
NEXT_PUBLIC_ENABLE_TOPIC_VIEW_RECORD=true の環境では Promise.all による並列実行が Prisma コネクションプールを使い切りタイムアウトするため、do_sync と同様に for...of による逐次実行へ変更した。 あわせて各コンテキスト処理の開始時に logger 出力を追加し、長時間実行時の進捗確認を可能にした。
…execution fix: downloadCli の並列処理をコンテキスト逐次実行に変更
トピック直接アクセス機能など
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.