dewwwald
5/19/2014 - 7:57 AM

PW Workflow

ProcessWire Webpage Workflow

1. Setup v-hosts, database and install processwire (usually fixate's boilerplate generator)
   a. the generator already does bower install.
2. Determine project structure and install all required modules.
3. Setup all required fields and templates in PW admin.
4. Program the logic of the web page. All php that handles dynamic data. Site specific and contact controller.
5. Use styleguide to program initial css.
6. Program site css that was not done in styleguide.
7. finalize by adding javascripts that are used.
8. Test scripts in production mode.
9. Test styles for browsers.