13 Commits

Author SHA1 Message Date
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
f9335c7a4e Use black for formatting 2018-06-26 10:31:39 -04:00
dandds
3515543d26
Merge pull request #37 from dod-ccpo/api-version
specify API version as ApiClient config
2018-06-25 10:06:09 -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
ef4117ae11 Use new requests API /users/requests endpoints 2018-06-19 14:42:06 -04:00
richard-dds
a9afad0a7f Use url param instead 2018-06-19 11:37:27 -04:00
dandds
c45c76da3b specify API version as ApiClient config 2018-06-18 14:52:59 -04:00
dandds
cd06c26395 turn off service SSL cert validation by default for development 2018-06-18 14:25:00 -04:00
richard-dds
1eae2dcc3c Make ApiClient more tolerant of Content-Types 2018-06-18 11:57:18 -04:00
richard-dds
8b1410aed5 Send new requests to requests-queue 2018-06-18 11:57:18 -04:00
dandds
234bbcea0f validate bearer tokens against authnid 2018-06-13 17:08:09 -04:00
richard-dds
72258ef46a Use tornado's AsyncHttpClient for ApiClient 2018-06-11 16:42:13 -04:00
richard-dds
cbbc2758c5 Add ApiClient for for inter-service comms 2018-06-11 16:42:13 -04:00