academicSessions.csv not tracked in Consts.OneRosterFiles

Open Beginner friendly
#65 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
1/5
Estimated time
Under an hour
Newbie friendliness
90/100
Issue type
Refactor
Clarity
Clearly specified
Activity status
Quiet
Tech stack
csharp
Domain
tooling

Research direction

Open Consts.cs and inspect the existing file constants and OneRosterFiles collection. Add the academicSessions.csv constant and include it in the collection, then run the file count test mentioned in the issue. Done means the constant list tracks all 8 generated files and the test passes.

Written by the indexing model from the issue text.

Description

enhancement

academicSessions.csv is generated and included in the zip output but is missing from Consts.OneRosterFiles and has no constant like Consts.AcademicSessionsFile.

This inconsistency means:

  • The file count test expects 8 files, but only 7 are tracked in the constant list
  • New developers may not realize academicSessions.csv is part of the output

Files to fix: Consts.cs -- add AcademicSessionsFile = "academicSessions.csv" and include it in OneRosterFiles.

Impact: Low -- cosmetic inconsistency but improves code clarity.

Dominant language
C#
Stars
4
Forks
1
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from bergerb/OneRosterSampleDataGenerator

All issues in bergerb/OneRosterSampleDataGenerator

Similar issues

More C# issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.