-
Notifications
You must be signed in to change notification settings - Fork 0
Creating new form
Daniel Petrov edited this page Jan 23, 2018
·
10 revisions
- Create form
- Create form definition
- Create table migration based on 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 to internal menu
layout.html
- Add to dashboard
dashboard.html
- Define the new form in
configs/forms.js
- Create model for the form in
models/
- Create list and detail views in
monitorings/
- Add to internal menu
- 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