You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We don't have a method to directly map the members in the github organization to their student/staff IDs. Implementing the testing mechanism described below will solve the problem. We can run this test intermittently (weekly) to identify unaccounted girhub usernames.
Get a list of github usernames from the github organization API
Get the list of github usernames of the students from api.ce.pdn.ac.lk
Match them.
Flag the unaccounted members.
See if they are academic staff members (we can do this from the organization API by using the team. However, we don't have this information on the api.ce.pdn.ac.lk)
Generate a report listing the remaining unaccounted github users within the organization.
The text was updated successfully, but these errors were encountered:
We don't have a method to directly map the members in the github organization to their student/staff IDs. Implementing the testing mechanism described below will solve the problem. We can run this test intermittently (weekly) to identify unaccounted girhub usernames.
The text was updated successfully, but these errors were encountered: