codeforamerica / mdc-feedback

[MDC Fellowship 2015] RER Dashboard & Feedback Engine
http://mdc-feedback-stage.herokuapp.com/
MIT License
4 stars 6 forks source link

Final checklist #171

Closed ErnieAtLYD closed 8 years ago

ErnieAtLYD commented 9 years ago

Framing / Call to Action

Some examples:

Test on various mobile devices:

Using localtunnel to test a site running locally:

  1. npm install -g localtunnel
  2. lt --port 5000 (or replace 5000 w/ whatever port you're using)
  3. navigate to the url that localtunnel gives you

    Load Testing

If your site relies on a database or server-side code, it should use caching and be load tested. If it's a static HTML or Jekyll site, you can skip this section.

If the site is open source, make sure the Readme.md is complete and accurate.

Here's a few good examples:

The Readme should have the following sections:

ErnieAtLYD commented 9 years ago

@mathias-gibson: for context, Derek Eder shared this: https://github.com/datamade/site-launch-checklist which they used for when they launched any apps. I shared this to brigade and it probably works for us too.

ErnieAtLYD commented 8 years ago

F it.