-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Improved user experience: choosealicense.com/appendix #703
Comments
Thanks! This issue is similar to #637 ... I think it describes the most feasible fix for 637 anyway. I'm going to add a help wanted label, as I'd love to see someone take a stab at implementing. |
I'd be interested in having a go at this, but is there an idea as to how to handle columns that have more than two possibilities (yes/no) being filtered? One possibility, that lacks some of the elegance of @sebbes333 solution, would be to use a filter button along with a modal popup.
|
@bebleo I think a toggle #637 (comment) could just step through however many possibilities exist in a column. Even with just yes/no there are three states (all, only yes, only no...actually four, but "none" makes no sense). I'm not thrilled with a modal popup but another UI option offering finer-grained control might be a second heading row showing values for each column and allowing each to be toggled on off individually. This row might be hideable? |
The downside to this is that there are not very many options. There are combinations that will result in no standard license file that you can simply copy. |
I thinks just put none license or mit licences |
First, I really love this page: https://choosealicense.com/appendix
One way it can be improved is to include some "yes/no/undefined" check-boxes along the top of the table.
When you eg: check the box above: "Same License" it brings all "same licenses" to the top & grays out all other licenses.
That would make this page awesome to use.
Thanks & hope this helps.
The text was updated successfully, but these errors were encountered: