-
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
Refactor nids in tag model #5215
Comments
@techchic here you go |
Great! Thanks |
Hi cesswairimu. I am new to open source and public lab. I'm going to attempt this issue. Looks easy, but not sure what will happen when I click commit. Also, not sure where or how to run the tests. Guess I'll find out soon enough 😅 |
Hey @edwd42 I am currently working on this. |
Hi @edwd42 will add your name for to a list of people looking for ftos pretty soon you should get an issue. and don't worry we are here to help. 😄 Thanks |
oh hey sorry techchic. didn't see that. |
Is this issue still open? |
@techchic are you working on this one. If yes, can you please tag this issue in your PR. Thanks! |
hey @Michaellin250, we can add your name to the #4963 if you like? Or, you can go through issues https://github.com/publiclab/plots2/issues/ and claim the one you find interesting. Thanks! |
I am taking up this issue |
Refactor nids in tag model publiclab#5215
Is this issue solved? |
Yes, this is complete -- thank you!!! |
🤔 What you will need to know.
Nothing. This issue is meant to welcome you to Open Source :) We are happy to walk you through the process.
📋 Step by Step
Problem:
I extracted tids and nids to methods in the
tag model
https://github.com/publiclab/plots2/blob/master/app/models/tag.rb#L437-L443📝 Update:
We want to remove wherever else they are defined in the model so that they can use the new methods.
Changes
After changing run the tests and make sure we didn't break anything
💾 Commit your changes
🔀 Start a Pull Request. There are two ways how you can start a pull request:
If you are familiar with the terminal or would like to learn it, here is a great tutorial on how to send a pull request using the terminal.
You can also edit files directly in your browser and open a pull request from there.
🤔❓ Questions?
Leave a comment below!
The text was updated successfully, but these errors were encountered: