GovLens icon indicating copy to clipboard operation
GovLens copied to clipboard

We scan thousands of government websites to check how well they stack up on security, accessibility, and public accountability.

Results 51 GovLens issues
Sort by recently updated
recently updated
newest added

- [ ] Research any pitfalls in Bootstrap design, document. - [ ] Research best practices guides

Design

Currently 'get_random_value' There is no canonic way to check if a website is multi lingual, and I don't think Lighthouse can check it.

scraper

The current Social Media Access scraper is the legacy one from the hackathon. It simply checks ["twitter.com", "facebook.com", "instagram.com","youtube.com","linkedin.com"] in the page's html. It seems efficient but it may be...

scraper

The get_contact_access function is the legacy one from the hackathon. It simply checks if 'contact' is in the page's html. It iseems efficient but no one ever verified if it...

scraper

Django rest framework converts database models to simple formats. This simple data can be served over some endpoint in the Django web application.

database
scraper

On a page, there can be statistics like https://pulse.cio.gov. The page can show details of **all** the government websites together.

enhancement

When someone new joins, it is easier to orient with system diagrams. A good website for draw.io

documentation

A documentation for what is the: - purpose - current progress - ... of the project

documentation

The background tasks are to be trigerred at a set frequency. Design when to trigger the tasks to scrape, or set frequency to run those tasks.

scraper