Replaced organization github name and project repo fields with Project github url#286
Replaced organization github name and project repo fields with Project github url#286sai92messy wants to merge 1 commit intoCodeMontageHQ:masterfrom
Conversation
|
@sai92messy this looks like a great simplification - thank you! 🎉 Could you please add a screenshot of how this has changed the Project Submission user interface? Thanks! |
|
@DBNess Great. Here is the screenshot showing the changes |
app/models/organization.rb
Outdated
There was a problem hiding this comment.
Would you please remove commented out code? Thanks!
|
@sai92messy - Thanks so much for this contribution! I love how simple and agile it is, even down to your front end changes. And you even remembered to update the tests! 💯 I've left some comments with changes I would love to see before we merge this into the code base. Let me know if you have any questions, because I'm really looking forward to merging! |
|
Related to #243. |
ef1004b to
1559ab6
Compare
app/models/organization.rb
Outdated
There was a problem hiding this comment.
Line is too long. [104/80]
Redundant self detected.
Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
1559ab6 to
52b1f19
Compare
app/models/organization.rb
Outdated
There was a problem hiding this comment.
Useless assignment to variable - github_org.




Replaced organization github name and project repo fields with Project github url.
When user enters the Project github url the system parses the url and finds the respective Organization name and Project repo name.