19 Commits

Author SHA1 Message Date
richard-dds
daa8634cb4 Format project 2018-08-23 16:25:36 -04:00
luis cielak
9e57908a2c Adding more validation 2018-08-17 14:36:03 -04:00
richard-dds
e0ac7bfe5f Update form fields and copy 2018-08-15 11:28:48 -04:00
richard-dds
bcf74b09eb Expand BooleanField's default_values for stepthrough test 2018-08-15 11:28:48 -04:00
richard-dds
932922cfe6 Use new checkboxinput for POC checkbox 2018-08-15 11:28:48 -04:00
richard-dds
4085c42c1c WIP 2018-08-15 11:28:48 -04:00
richard-dds
529ec532dc Use python3 version of super() 2018-08-15 11:28:48 -04:00
richard-dds
ee207f163c Fix tests 2018-08-15 11:28:48 -04:00
richard-dds
c6618c503b Create new template and form field 2018-08-15 11:28:48 -04:00
Patrick Smith
53ff951913 Remove "POC" from workspace owner form field labels 2018-08-13 15:52:14 -04:00
richard-dds
99b9579cd9 Fix linting errors 2018-08-10 13:47:46 -04:00
richard-dds
d6b099c684 Formatting 2018-08-02 13:20:03 -04:00
Luis Cielak
04e532c8db Normalize location and style for submiting the form 2018-07-30 15:33:05 -04:00
Luis Cielak
7b307ed1d8 Add read-only fields for poc and org details 2018-07-30 15:33:05 -04:00
Luis Cielak
fa74074bca Add plaeholder for review submit output fields 2018-07-30 15:33:05 -04:00
Patrick Smith
f51dc8f07c Refactor forms so we can pass requests_client to validate 2018-07-19 11:11:05 -04:00
richard-dds
73eb21a863 Only allow letters in POC name fields 2018-07-09 13:13:30 -04:00
richard-dds
d0b68acbe9 Email address does not need to come from CAC 2018-07-09 10:38:22 -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