-
Notifications
You must be signed in to change notification settings - Fork 15
Funding Status choices need more work #1
Comments
The code lives here, if someone want's to tackle it https://github.com/jayfk/fundingoss.com/blob/master/funding/projects/models.py#L10-L15 |
Been thinking about how to break this up. Could have two questions around funding: Status: (radio buttons)
(I'd remove "self funded" because that basically means "no funding") Type of funding: (checkboxes)
What do you think? @techtonik Also what happens to the current funding categories if we change them? Do they get wiped? I don't mind redoing them if so. |
We can migrate them, thanks to Django's data migration. |
ok, cool :) |
I think that keeping it simple to save people time on entering the data is a good thing, so modifying Status radio As for types of funding, I do not believe that these types do really exist. I just wrote a 3kB+ text about it in this comment, but it looks like not the best place for longreads, and writing summary turned it into another 2kB+ test, so I just leave it as is - the idea to have those checkboxes is good enough. =) @nayafia need a place to work on the causes - perhaps that will help to improve the questionaire. |
@jayfk is it possible to make a aggregate for those checkboxes and radios to count every vote? So that later we can have the data how many people think that project is well funded and how many people think it is insufficiently funded? |
@techtonik That would be possible from a technical side, but I'm not quite sure if that's really needed. From my point of view it makes more sense to restrict the access to the funding status to the group of maintainers the project has. |
I am not sure that there is consensus even within maintainers, and with that data it looks like there is. =) So maybe we should add options Other or No consensus then. |
That's a good point, haven't thought about that one =) For now, @nayafia suggestion with your addition seems to be the easiest solution that covers a lot of use cases. What do you think? |
As a sidenote: Django's admin interface has a lot of goodies like bulk editing of fields in the list view. If that makes editing easier for you @nayafia, just let me know and I'll add them. |
@jayfk yep I think that makes sense as an easy 90% solution. And yeah if it's easy to add those features, they're not a must have, but I'd appreciate them! :) |
I've worked on this. The And the admin interface is now list editable and has a search field: I haven't found a good way to display the |
Thanks for doing this! Looks great. Think it takes care of this issue for now. |
Currently, we have:
The text was updated successfully, but these errors were encountered: