Skip to content
This repository has been archived by the owner on Feb 5, 2018. It is now read-only.

students_team action #41

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

students_team action #41

wants to merge 2 commits into from

Conversation

kelleydv
Copy link
Contributor

This is a separate action for creating a students team of all users named in a students file.

Tests to follow any conversation.

The Base class is using ask() from highline/import anyway
@kelleydv
Copy link
Contributor Author

Should the instructors be added to the team? They currently are not.

@kelleydv
Copy link
Contributor Author

Does this need to be more clear?

I thought it would be good to output the students who belong to the org's team but were not mentioned in the students file.

@@ -113,11 +114,11 @@ def get_team_member_logins(team_id)
end

def read_file(filename, type)
# Return a hash with team name as key and list of member(s) as value.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor: mind moving this comment one line up, above the method definition?

@afeld
Copy link
Contributor

afeld commented May 20, 2014

Awesome work! 🤘 Left some nitpicky notes inline. Also, we'll need to

  • Merge master and convert to CLI input format
  • Add tests
  • Add usage information to README

Should the instructors be added to the team?

I don't think it would hurt, but I'm fine with the current behavior.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants