OperationCode / operationcode_backend

This is the backend repo for the Operation Code website
https://operationcode.org
MIT License
62 stars 110 forks source link

Add `is_partner` boolean attribute to CodeSchool table #275

Closed hpjaj closed 6 years ago

hpjaj commented 6 years ago

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?

kylemh commented 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?

kirbyfern commented 6 years ago

Can i try this and help me out :D @hpjaj ✌️

hpjaj commented 6 years ago

@kirbygit - It's yours! Yeah, ping me if you run into any issues.

hpjaj commented 6 years ago

@kirbygit - How goes? Any progress on getting a PR in place?

hpjaj commented 6 years ago

@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"!

nagano564 commented 6 years ago

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

hpjaj commented 6 years ago

@nagano564 - It's yours!

Here is a good explanation of that migration file question:

https://robots.thoughtbot.com/avoid-the-threestate-boolean-problem

kirbyfern commented 6 years ago

is this issue being done I see a pr :)