Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Increase Updated OneRoster Records in Incremental Data Generation

オープン
#49 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
4/5
見積もり時間
3〜5日
初心者へのやさしさ
35/100
issue の種類
機能追加
明瞭さ
おおむね明確
活発さ
停滞
技術スタック
csharp
領域
data, tooling

調査の方向性

まず、インクリメンタルなデータ生成のための OneRosterSampleDataGenerator のエントリーポイントを見つけ、Classes、Courses、Demographics、Orgs が現在どのように更新または削除されているかを確認します。インクリメンタルなデータインポートを実行して現在の動作を把握し、その後、より多くのレコードが変更されること、ログ出力が存在すること、完全生成に影響がないこと、そして結果として生じる変更が現実的かつ制御されたものであることを検証します。

索引モデルが issue の本文から書いたものです。

説明

Issue

The OneRosterSampleDataGenerator needs to update/delete more records during incremental data generation to improve data testing. Currently, the number of updated records is limited, making it difficult to simulate real-world changes effectively.

Fixes

  • Increase the number of OneRoster records that are updated or deleted during incremental data generation.
  • Apply changes to the following entities:
    • Classes
    • Courses
    • Demographics
    • Orgs
  • Ensure the updates simulate realistic modifications, such as enrollment changes, new course offerings, and updated demographics.

Acceptance

  • A larger number of Classes, Courses, Demographics, and Orgs records are modified during incremental data generation.
  • Updates and deletions reflect realistic data changes.
  • No impact on full data generation.
  • Proper logging to track modified records for debugging.

Module

Core

##Steps

  1. Identify and increase the number of records modified during incremental data generation.
  2. Implement logic to update/delete Classes, Courses, Demographics, and Orgs.
  3. Ensure changes are randomized but controlled for testing consistency.
  4. Add logging for tracking modified records.
  5. Test with incremental data imports to validate updates.
主要言語
C#
スター
4
フォーク
1
PR マージ指標
30日以内にマージされた PR はありません

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

bergerb/OneRosterSampleDataGenerator のほかの issue

bergerb/OneRosterSampleDataGenerator の issue をすべて見る

似ている issue

C# の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。