civic-tech
Here are 402 public repositories matching this topic...
-
Updated
Jul 6, 2020 - Ruby
-
Updated
Jul 2, 2020 - Objective-C
The page where we detail the various tasks of the admin interface is quite long and it's tricky to find what you're looking for. It needs breaking up into smaller tasks.
https://github.com/mysociety/fixmystreet/blob/pro-user-guide/_includes/admin-tasks-content.md
@dracos suggested splitting it by role (eg. Admin/Staff/User), while that makes logical sense it feels like you need some insider
Improvements to page loading time when using react-snap in #469 still show a flash of content between the static html page and the page being rehydrated in react.
Here's how it goes:
- Page loads staticized HTML of the "final" page content
- React starts, issues are not loaded yet, so page renders "no topic" message
- issues load, react renders the same "final" page content again
Apparent
-
Updated
Nov 18, 2019 - PHP
In the "Setup your location” when the message "We could not use your browser's location. Please try entering your location" is shown with materialize.toast, this message is only shown very briefly so the user cannot really understand what is going on. My suggestion is the time of materialize.toast should be increase or a permanent message should be shown to the user so that she/he knows what is ha
Problem
The wrong image has been captured for WONG Ting-kwong
Fix
Update scraper to capture the correct image.
Scraper: https://github.com/everypolitician-scrapers/hong_kong_legislative_council_members
Describe the bug
Core is using a version of react-aria-modal which has an open issue to fix using componentWillMount method. This is currently deprecated.
Track the progress of that component here: davidtheclark/react-aria-modal#93 to know when to update appropriately.
Small request, but is it possible to make the advanced search options display on this page by default (not just when you click the arrow)?
Since you can search from anywhere on the site, it's unlikely that anyone wouldn't want them on this page - and I often link to it when advising people to use the different fields in User Support.
-
Updated
Jul 2, 2020 - Python
Update visual style of "last note" to match levels page, counselor meeting page, and school dashboards (eg, blue badge):
before
after
<img width="185" alt="Screen Shot 2019-09-27 at 3 10 35 PM" src="https://user-ima
-
Updated
Nov 17, 2018
Jaké technologie jsou použité, co by se dalo změnit (třeba ze shellu na něco přenositelnějšího) a s čim je to implicitně kompatibilní (v případě DB třeba).
What seems to be the problem (1 sentence)
Folks should be entering their Linkedin username only on author pages. Not the whole URL. Need to scan the site and check for author pages that include "http" in the Linkedin value.
For example, in this page: http://www.nossenateurs.fr/michele-andre
The wikipedia link redirect to a disambiguation page from wikipedia instead of the proper wikipedia page
Em alguns casos, pode haver atualizações dos dados. Por exemplo: um vereador que estava ausente um dia pode ter sua falta justificada no outro. Para acompanhar essas situações, precisamos que os models salvem o histórico das atualizações.
É importante verificar também como fica o histórico em casos de criação ou atualizações em massa (bulk_create/bulk_update).
Alguns projetos que cumprem
Add more tests
Frontend doesn't have enough unit testing. These are the parts that should be tested in priority:
State
-
video_debate/comments/reducer.js -
video_debate/comments/selectors.js -
video_debate/statements/reducer.js -
video_debate/statements/selectors.js -
video_debate/video/reducer.js
Components
TODO
@cduvallet made us aware of a site (drugbank.ca) that looks like it has very promising data! We need someone to
- Contact them to make sure it's OK if we download and process the data and include it in our data.world repo, of course giving proper citations (their TOS look promising)
- Determine exactly wha
https://www.planningalerts.org.au/api/howto currently says:
Low volume, non–commercial use of the API service is free. We ask that personal and non–profit use of this service attribute the OpenAustralia Foundation on your website or application.
We've realised that it would make more sense to ask for attribution to PlanningAlerts directly rather than the OAF in general. Where possible we'd
The following warning seems to be logged on our property detail pages:
This page appears to be missing CSS declarations for Mapbox GL JS, which may cause the map to display incorrectly. Please ensure your page includes mapbox-gl.css, as described in https://www.mapbox.com/mapbox-gl-js/api/
-
Updated
Jan 6, 2020 - Python
We should add headers to API requests so the client doesn't download things that haven't changed.
We should provide 304 when the resource hasn't changed.
Also, see it using etags makes sense.
https://thoughtbot.com/blog/introduction-to-conditional-http-caching-with-rails
https://thoughtbot.com/blog/take-control-of-your-http-caching-in-rails
https://medium.com/@jatescher/basic-rails-ap
Improve this page
Add a description, image, and links to the civic-tech topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the civic-tech topic, visit your repo's landing page and select "manage topics."



The API documentation indicates that to list all embursments you have to execute the following get command
Listing reimbursements
GET /api/chamber_of_deputies/reimbursement/
Lists all reimbursements.
althoug, when we execute this command line the API retrives only the seven first rows. It is necessary to also indicate parameters limit and offset in order to fetch through the database, as I