academicSessions.csv not tracked in Consts.OneRosterFiles
Nobody has claimed this yet.
Assessment
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Newbie friendliness
- 90/100
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
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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from bergerb/OneRosterSampleDataGenerator
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
-
enhancement
Difficulty 1/5 Under an hour Newbie friendliness 88/100
-
bug
Difficulty 1/5 Under an hour Newbie friendliness 78/100
-
bug
Difficulty 4/5 3-5 days Newbie friendliness 48/100
-
enhancement
Difficulty 5/5 Over a week Newbie friendliness 45/100
All issues in bergerb/OneRosterSampleDataGenerator
Similar issues
-
type/automation type/tech-debt
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
t/bug
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
-
ci-failure-cause test-failure
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
-
area:auth FE mvp P3
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
klasolsson81/jobbliggaren#1788 ·