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
One of the most requested features is to search for specific types of Issues. This is already possible somewhat through labels and organization attributes, but it leaves out programming language, project status, etc.
This means we can now add search to the Civic Issue Finder.
To start we'd pass through the search parameter q=bicycles to the call to the CfAPI. Later we'd consider adding in the contents of issues and labels to the values being searched.
One question is should we change the embedded issues to include a search box? They'd all become interactive then. Might be simpler to just have the search term hardcoded in each embed through the embed form.
Description
One of the most requested features is to search for specific types of Issues. This is already possible somewhat through labels and organization attributes, but it leaves out programming language, project status, etc.
We just added search to the CfAPI. Examples are:
http://codeforamerica.org/api/projects?q=Bicycle
http://codeforamerica.org/api/organizations/Code-for-San-Francisco/projects?q=elections
This means we can now add search to the Civic Issue Finder.
To start we'd pass through the search parameter
q=bicycles
to the call to the CfAPI. Later we'd consider adding in the contents of issues and labels to the values being searched.One question is should we change the embedded issues to include a search box? They'd all become interactive then. Might be simpler to just have the search term hardcoded in each embed through the embed form.
Files
app.py, templates/index.html, templates/widget.html, templates/embed.html, static/main.js
Tasks
The text was updated successfully, but these errors were encountered: