Commit Graph

452 Commits

Author SHA1 Message Date
Patrick Smith
994af840d9 Fix NewlineListField displaying too many newlines 2018-08-09 10:52:27 -04:00
luis cielak
74fc5f0ec9 Make sure the label style for input text and radios match 2018-08-08 13:54:10 -04:00
dandds
b9f4a4be71 remove all references to tornado 2018-08-06 15:39:30 -04:00
dandds
45b47c41bf update tests for Flask 2018-08-02 16:03:54 -04:00
richard-dds
d6b099c684 Formatting 2018-08-02 13:20:03 -04:00
richard-dds
ed0893b4a0 Converted all form pages. Flow still not working 2018-08-02 13:20:03 -04:00
richard-dds
5d7dde3561 Financial verification form rendering 2018-08-02 13:20:02 -04:00
richard-dds
106b87b96e Allow for multiple date formats 2018-08-02 13:18:10 -04:00
dandds
cb30ee99ca remove fundz_client in favor of pe numbers repo 2018-07-31 11:50:33 -04:00
Luis Cielak
be3d5b287e Update total_spend to dollar_value so that it doesn't break existing functionality in request-queue 2018-07-31 10:58:52 -04:00
Luis Cielak
04e532c8db Normalize location and style for submiting the form 2018-07-30 15:33:05 -04:00
Luis Cielak
ecc0716e3b Update data transfers dropdown 2018-07-30 15:33:05 -04:00
Luis Cielak
5a42f42f8a Add more options for data transfer quanitties 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
Luis Cielak
a008affb73 Disable html5 validations temporarily 2018-07-30 15:33:05 -04:00
Luis Cielak
d563936944 Update details of use fields 2018-07-30 15:33:05 -04:00
Luis Cielak
57ec16f7a9 Change input text to text area 2018-07-30 15:33:05 -04:00
Luis Cielak
41dc726afd Add dropdown field example 2018-07-30 15:33:05 -04:00
Luis Cielak
4e9e44064b Moaaar details of use fields (financial fields) 2018-07-30 15:33:05 -04:00
Luis Cielak
64409ef0b3 Update fields for details of use section 2018-07-30 15:33:05 -04:00
Luis Cielak
84d25d0e4e Begin updating fields 2018-07-30 15:33:05 -04:00
patricksmithdds
240da29945 Merge pull request #90 from dod-ccpo/suggest-pe-id
Suggest a PE number when PE number is not found
2018-07-24 16:55:32 -04:00
Luis Cielak
ef2041e871 Clean up some copy of field inputs 2018-07-24 13:33:11 -04:00
Patrick Smith
8e427aaf55 Suggest a PE number when PE number is not found
Using the defined format of a PE number
(https://www.militaryperiscope.com/terms/t0000241.html), we can suggest
a corrected format of the PE number if the user omitted the leading
zeros for either the DoD program or category.
2018-07-24 10:14:48 -04:00
Patrick Smith
355d2ed36a Add tests for PE id validation 2018-07-19 11:30:03 -04:00
Patrick Smith
f1ba2bcba6 Perform extra validation on financial verification step 2018-07-19 11:11:05 -04:00
Patrick Smith
2bca2f9ac8 Validate form warnings with existing request and fundz client 2018-07-19 11:11:05 -04:00
Patrick Smith
10d4c2b90b Refactor to allow validating warnings on a form 2018-07-19 11:11:05 -04:00
Patrick Smith
f51dc8f07c Refactor forms so we can pass requests_client to validate 2018-07-19 11:11:05 -04:00
Luis Cielak
d722dff561 Merge branch 'request_form_styles' of github.com:dod-ccpo/atst into request_form_styles 2018-07-17 14:50:58 -04:00
Luis Cielak
162c8d12c5 Add dd to definition of field 2018-07-17 14:50:52 -04:00
luisgov
cbe20298af Merge branch 'master' into request_form_styles 2018-07-17 14:46:42 -04:00
Luis Cielak
1428170382 Treat form label as definition of field 2018-07-17 14:29:54 -04:00
Patrick Smith
9320b0eac2 Add treasury code/ba code fields 2018-07-12 15:36:41 -04:00
Patrick Smith
43e427d4ef Make PE number input accept single string only 2018-07-12 15:36:41 -04:00
Luis Cielak
1c360784b2 Add few cosmetic changes to the request form, made some updates to form verbiage 2018-07-10 11:19:59 -04:00
richard-dds
405c34546b Remove unused import 2018-07-10 10:36:40 -04:00
Luis Cielak
37bed89b6b Add placeholder anchor link 2018-07-10 10:15:24 -04:00
richard-dds
39964ab83c Add letter validation to org form name fields 2018-07-09 15:23:14 -04:00
Luis Cielak
c407b9824f Reorganized form fields and updated some texts 2018-07-09 14:34:03 -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
richard-dds
d98acc67e9 Add simple phone number validation 2018-07-05 16:40:34 -04:00
richard-dds
af771474b2 Change org form designation field to radio 2018-07-05 16:39:57 -04:00
richard-dds
f4a3431ea5 Fix org form email field label 2018-07-05 16:39:57 -04:00
richard-dds
0a636bd736 Add validation for IA training date 2018-07-03 14:42:09 -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
f9335c7a4e Use black for formatting 2018-06-26 10:31:39 -04:00
richard-dds
819ce48e41 Implement the rest of the request form 2018-06-19 15:44:51 -04:00