Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upCreate feature to filter known licenses by attributes #637
Comments
|
I think this could be done/would be feasible without adding much in the way of visible UI elements to the appendix. One possibility previously mentioned at #528 (comment) -- toggle include all licenses/include only licenses with a given attribute/include only licenses without a given attribute -- by clicking on attribute column headers. This would need to be 100% client javascript. |
|
Similar: #703 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As a new user of the site, it would be very helpful if there was a way to limit the list of licenses in the appendix based on license attributes (permissions/conditions/limitations), so that it's easier to compare all of the licenses that fit a user's criteria.
For example, if I wanted to see only licenses that had both the "disclose-source" condition AND NOT the "trademark-use" limitation, it would be great if there was a way to check a couple boxes and view only the licenses that fit that search.
I can see that this site is meant to simplify the process of choosing a license by keeping things very streamlined (which I really have appreciated). I also am not familiar enough with the framework for this site to know whether this feature is feasible (otherwise I would go ahead and start working on it).