Skip to content

Creating new form

Geno Roupsky edited this page Dec 8, 2017 · 10 revisions
  1. Create form
    1. Create form model
    2. Create table migration based on the model
    3. Create action to expose the model
    4. Create routes to new action
    5. Create seed to import nomenclatures
    6. Create fixture
    7. Create test
  2. Create form stats
    1. Create stats model
    2. Create view migration based on the model
    3. Include in statistics task
  3. Update user_stats view to include data from new form
  4. Add form to web app
  5. Add form to mobile app
  6. Add form stats to public web pages
Clone this wiki locally