-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Trending tags showing duplicates #3188
Comments
This task is published on GCI dashboard. Thanks all. |
I just have one question, How I send you the task ready? Do I have to do a pull request in repository or what? thanks! |
Hi @ValentinaTironi , this task is reserved for Google Code-In students, have you claimed this task from GCI website? |
@gauravano Hi, thanks for answer. Yes, I did. I arrived here for the task |
Awesome! You have to open the Pull request with your changes. Thanks! |
Hi! I'm trying to do a |
@ValentinaTironi You need to do |
so that would be something like `git push git@github.com:ValentinaTironi/plots2
feature-branch-name` or possibly `git push
https://github.com/ValentinaTironi/plots2 feature-branch-name`
ask if you need help, we're happy to support!
…On Tue, Nov 13, 2018 at 8:07 AM Rishabh ***@***.***> wrote:
@ValentinaTironi <https://github.com/ValentinaTironi> You need to do git
push to your forked repository and then create a pull request.
Good luck!
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#3188 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AABfJ2AWhBvTj3QVzFBOh1dfRACT9G3Hks5uusPXgaJpZM4VsoDp>
.
|
@ValentinaTironi It seems like you have not forked the repository. So to get started follow these installation process |
This didn't end up solving the issue, unfortunately! Reopening to see if we can develop another solution. |
Oh, sorry. Tell me if I can help in something :/ |
I'll work on this one. |
awesome!
…On Sat, Dec 8, 2018 at 12:33 AM Camila Araújo ***@***.***> wrote:
I'll work on this one.
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#3188 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AABfJ9Ptr3AXZAw0oHxpPBCrPSoJYkUQks5u2103gaJpZM4VsoDp>
.
|
We are preparing to participate in Google Code-in, and have reserved this issue for participants in GCI - but we'd love to have your help with another one! Please check out https://code.publiclab.org to see more.
I think we're missing a
group()
or something on the https://publiclab.org/dashboard's trending tags area - i'm seeing 5 of the same:Here's the code -
plots2/app/models/tag.rb
Lines 268 to 277 in 0663ac5
And here's the test, where i'm not sure but maybe we should test to be sure they're unique?
plots2/test/unit/tag_test.rb
Lines 131 to 137 in ceb7d05
Any help appreciated!
The text was updated successfully, but these errors were encountered: