users.csv userIds field is never populated

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

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
72/100
Issue type
Bug
Clarity
Mostly clear
Activity status
Quiet
Tech stack
csharp
Domain
data

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

bug

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

  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.