https://adhocteam.us/
https://www.whitehouse.gov/digital/united-states-digital-service
https://www.fastcompany.com/3046756/obama-and-his-geeks
If anybody has questions, I know there are USDS and Ad Hoc people who read HN.Is there a specific javascript feature or interactive feature that you'd like help with testing?
I'd like to have a few smoke tests to guard against things like:
* accidental deletion of pages
* accidental removal of header/footer/important elements
* proper 508 compliance
* valid HTML/JS/CSS (and probably lint all those things too)
Also the facility locator is a fair-sized hunk of JS I wrote that needs tests.
edit: also, in the future there will surely be more dynamic parts to the site, so getting a framework in place for tests will both save work and raise the expectation of quality
508 Compliance is another interesting point. Open source scanner to assess if a page complies? It's another linter, it has to look at the html. I don't know much about 508 but I'm going to say from a quick look at your <html> that it's as clean as you could possibly hope for, and I would expect that latest screen reading tools would be able to navigate it. If that's not the case it says more about the particular reading tool than the website.
The facility locator! That was interesting, the default state is everything selected, please flip it to everything deselected. I haven't tried it out more because it overloaded ;-)
Benefits comparison tool also looks like it has a pretty big data set behind it, that was probably cool to develop.
What sort of help are they looking for: content feedback, or hands-on stuff like front-end code?
I specialize in responsive styling, and building self-responsive content blocks that can displayed or embedded in any layout or page. Im not sure where to get started sending PRs from the wild - is there a roadmap explaining what help is needed most, or where my skills could be put to best use?