Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tags for teams. #2974

Merged
merged 1 commit into from Jul 15, 2016
Merged

Add tags for teams. #2974

merged 1 commit into from Jul 15, 2016

Conversation

bernardoamc
Copy link

This PR was motivated by this discussion, this is the 3rd step in the roadmap.

With this we will have tags associated with a team, the next step will be adding a page to search for teams containing a specific tag.

The UI/UX is pretty simple for now, there is no javascript os CSS involved, but we can discuss if we want to style tags.

@coveralls
Copy link

coveralls commented Jul 14, 2016

Coverage Status

Coverage increased (+0.07%) to 80.367% when pulling 8a8b9ed on bernardoamc:add-tags into 4c41cae on exercism:master.

@coveralls
Copy link

coveralls commented Jul 15, 2016

Coverage Status

Coverage increased (+0.07%) to 80.367% when pulling 557fae9 on bernardoamc:add-tags into 111c447 on exercism:master.

@@ -0,0 +1,6 @@
class AddTagsToTeam < ActiveRecord::Migration
def change
add_column :teams, :tags, :integer, array: true, default: []
Copy link
Member

Choose a reason for hiding this comment

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

Remind me: What does the :integer mean here?

Copy link
Member

Choose a reason for hiding this comment

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

Oh, wait. I see what you're doing!

@kytrinyx
Copy link
Member

I think this looks like a really good first pass at this. If you're ready, give me a heads up and I'll merge it.

@kytrinyx
Copy link
Member

I don't think we need to style this in the first pass, by the way.

@bernardoamc
Copy link
Author

I think this is ready, with this we can finally add a page to search for teams. ;)

@kytrinyx
Copy link
Member

w00t!

@kytrinyx kytrinyx merged commit ff0b1eb into exercism:master Jul 15, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants