Closed hpjaj closed 6 years ago
I like that you made a checklist this time. Idea: add it into .github/PULL_REQUEST.md
for if a PR involving adding other code schools?
Can i try this and help me out :D @hpjaj ✌️
@kirbygit - It's yours! Yeah, ping me if you run into any issues.
@kirbygit - How goes? Any progress on getting a PR in place?
@kirbygit - As there has not been a pull request, or any recent activity on this issue, we are assuming it has become abandoned. We are marking it available for other members to contribute.
Here are our contributing guidelines which discuss the process and timelines for working an issue. You are more than welcome to re-reserve the issue, if it remains marked as "Status: Available"!
Hey I'm gonna give it a go.
a few questions:
The first point in the checklist. Which one should it default to false or null?
Defaulting to false and null false
@nagano564 - It's yours!
Here is a good explanation of that migration file question:
https://robots.thoughtbot.com/avoid-the-threestate-boolean-problem
is this issue being done I see a pr :)
Feature
Why is this feature being added?
The frontend uses this descriptor for filtering on the code schools page. We rarely seem to remove partner schools. As such, it would make filtering easier if this attr was available as part of the endpoints responses, by default.
What should your feature do?
is_partner
to theCodeSchool
table. Defaulting tofalse
andnull
false
false
rake
task to set any existing, relevantCodeSchool
records in prod tois_partner: true