You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 18, 2021. It is now read-only.
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
We want to be able to dynamically display filter options for licenses in the browse projects page without having to make a request for data from all of the repositories. It would be great if we could hit a licenses endpoint, which returns the valid, normalized, and standardized licenses that exist within our index.
Describe the solution you'd like
A clear and concise description of what you want to happen.
I'd like to fetch /licenses and have it return an array of objects like
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
I can write a script that runs this process and saves it to a file as a part of the webpack build process. This would mean however the licenses filter box would not auto-update.
Additional context
Add any other context or screenshots about the feature request here.
This is a medium priority because I can work around this with a static manually-generated licenses file. The set of licenses used on code.gov doesn't change at a high frequency.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
We want to be able to dynamically display filter options for licenses in the browse projects page without having to make a request for data from all of the repositories. It would be great if we could hit a licenses endpoint, which returns the valid, normalized, and standardized licenses that exist within our index.
Describe the solution you'd like
A clear and concise description of what you want to happen.
I'd like to fetch
/licenses
and have it return an array of objects likeDescribe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
I can write a script that runs this process and saves it to a file as a part of the webpack build process. This would mean however the licenses filter box would not auto-update.
Additional context
Add any other context or screenshots about the feature request here.
This is a medium priority because I can work around this with a static manually-generated licenses file. The set of licenses used on code.gov doesn't change at a high frequency.
The text was updated successfully, but these errors were encountered: