20 Commits

Author SHA1 Message Date
Luis Cielak
a1b74a6f62 Apply grid fixes to new quest form 2018-07-10 10:15:24 -04:00
Luis Cielak
c407b9824f Reorganized form fields and updated some texts 2018-07-09 14:34:03 -04:00
richard-dds
d98acc67e9 Add simple phone number validation 2018-07-05 16:40:34 -04:00
luisgov
9d781577c4 Update request form (#45)
* Implement OrganizationInfo form, add it to the template

* Format request_new

* Update "Details of Use" section

* Refactor request_new

* Added some new fields, but form is still WIP

* Add details of use fields

* Add org info fields

* Add some comments

* Add Financial Verification and more Details of Use fields

* Update some textarea fields to single text field

* WIP

* Implement OrganizationInfo form, add it to the template

* Format request_new

* Update "Details of Use" section

* Refactor request_new

* Added some new fields, but form is still WIP

* Add details of use fields

* Add org info fields

* Add some comments

* Add Financial Verification and more Details of Use fields

* Update some textarea fields to single text field

* Format

* Update fields with the correct fieldtypes

* Begin updating sidenav changes

* Split form into each section

* adjust and skip some outdated form validation tests

* break request form into multiple form objects

* need to send user ID to requests-queue

* use DateForm for start date in request

* alter request_new handler to pass raw form data to template

* change review form

* Add KO and COR section titles

* Update date input class name

* Add a special case for the summary form. We should refactor this

* Add read-only fields for review and submit section

* Add minimum number validators to request form

* Fix formatting

* Use html5 datepicker for dates

* Fix request form validators

* Finish org info form

* Finish POC form

* Finish financial verification form

* Move PE and UII to financial form

* Un-skip form validation test
2018-07-03 10:10:44 -04:00
richard-dds
390df83390
Merge pull request #38 from dod-ccpo/requests-persistence
Hook ATST up to the requests-queue
2018-06-19 16:14:31 -04:00
richard-dds
819ce48e41 Implement the rest of the request form 2018-06-19 15:44:51 -04:00
dandds
bedb686424 remove an unused template and fix a form bug 2018-06-19 15:34:35 -04:00
richard-dds
a9afad0a7f Use url param instead 2018-06-19 11:37:27 -04:00
Brian Duggan
9152ffe91e Implement form objects for request forms 2018-06-14 13:59:03 -04:00
Brian Duggan
a340eede07 Config, secrets, basic POST handling
* add script/config
  * add atst.ini
  * add cookie_secret
  * update docs
2018-06-14 13:52:11 -04:00
Luis Cielak
8a7ce8a5dc Add review and submit markup, clean up some file 2018-06-12 10:43:19 -04:00
Luis Cielak
734f34b12d Add IDs for sidenav and headings 2018-06-11 16:47:02 -04:00
Luis Cielak
4f6e2b8d7f Add Organizational Info fields 2018-06-11 16:34:52 -04:00
Luis Cielak
5b2a64a3c2 Add an initial step to request 2018-06-11 15:51:23 -04:00
Luis Cielak
e252a81819 Add step 0 for New Request workflow 2018-06-11 15:28:12 -04:00
dcorrigan
9d4b618070 quickly implement index page / new form distinction for requests 2018-05-30 11:18:45 -04:00
Luis Cielak
4f9bda9698 Add details of use fields and placeholder sections for the rest of the requests steps 2018-05-29 15:37:04 -04:00
Luis Cielak
66ff223204 Add nested menu items for details of use and add placeholder requests screens 2018-05-29 15:19:46 -04:00
Luis Cielak
73d88c6aad Add nested menu items and update main region with divs instead of tables 2018-05-29 14:48:27 -04:00
Brian Duggan
20fb102e1b Added request placeholders 2018-05-29 13:44:33 -04:00