users.csv userIds field is never populated
Nobody has claimed this yet.
Assessment
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Newbie friendliness
- 72/100
Research direction
Open Models/Exports/UserFile.cs and inspect Map() alongside the UserFile declaration. Determine which available user value should populate the userIds field, then generate or inspect users.csv to confirm the field contains a meaningful machine-readable identifier instead of remaining empty.
Written by the indexing model from the issue text.
Description
The userIds column in users.csv is declared in UserFile.cs but never mapped in Map(), resulting in always-empty output.
The OneRoster 1.1 Best Practice Guide (section 3.1.3) recommends populating this field with machine-readable identifiers (e.g. LTI, LDAP) for bridging purposes.
File to fix: Models/Exports/UserFile.cs -- populate UserIds in Map() with a meaningful identifier (e.g. the username or a formatted ID).
Impact: External systems relying on the userIds field for identity bridging will not find data.
- 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
-
enhancement
Difficulty 1/5 Under an hour Newbie friendliness 90/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 ·