bergerb / bergerb/OneRosterSampleDataGenerator

academicSessions.csv not tracked in Consts.OneRosterFiles

Open
#65 0 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
C#
Stars
4
Forks
1
PR merge metrics
No merged PRs in 30d

Description

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.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.