-
Notifications
You must be signed in to change notification settings - Fork 0
Creating new form
Geno Roupsky edited this page Dec 12, 2017
·
10 revisions
- Create form
- Create form model
- Create table migration based on the model
- Create action to expose the model
- Create routes to new action
- Create seed to import nomenclatures
- Create fixture
- Create test
- Create form stats
- Create stats model
- Create view migration based on the model
- Include in statistics task
- Update
user_stats
view to include data from new form - Add form to web app
- Add form to mobile app
- Add form stats to public web pages
- Create public detail page for the form
- Add language translations to
i18n/bg.json
- Add link to public detail page from
layout/navbar
- Add state for the public detail page
- Add link from home page
home
- Create homemap in
directives/homemap
- Add retrieve of stat model in
client/scripts/services/api.js