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
1df4640363
Put the submit button outside of panel
2018-07-30 16:11:38 -04:00
Luis Cielak
54028c1590
Wrap dt/dd with divs
2018-07-30 15:39:44 -04:00
Luis Cielak
c337910a17
Add icon-link class to edit buttons
2018-07-30 15:33:05 -04:00
Luis Cielak
04e532c8db
Normalize location and style for submiting the form
2018-07-30 15:33:05 -04:00
Luis Cielak
bd58579c18
Remove paragraph lead class
2018-07-30 15:33:05 -04:00
Luis Cielak
e0db5c7f32
Update alert messages with alert modules
2018-07-30 15:33:05 -04:00
Luis Cielak
db6566cc36
Add validations back, few updates to layout
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
bb92ed9cb5
Begin adding read-only fields to review screen
2018-07-30 15:33:05 -04:00
Luis Cielak
217450a15a
Add placeholder text to fields
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
d563936944
Update details of use fields
2018-07-30 15:33:05 -04:00
Luis Cielak
712487f01d
Update POC fields
2018-07-30 15:33:05 -04:00
Luis Cielak
268f91555e
Update information about you fields
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
luisgov
34a1743b7a
Merge pull request #95 from dod-ccpo/financial-verification
...
Move financial verification to its own process away from the _Request Form_ flow
2018-07-26 10:58:43 -04:00
Luis Cielak
1503a519ed
Handle styles for a panel subtitle
2018-07-24 14:18:04 -04:00
Luis Cielak
c0c74c7df2
Fix padding of placeholder text in example field
2018-07-24 13:30:26 -04:00
Luis Cielak
5dcea3895c
Update menu progress to four steps
2018-07-24 10:42:14 -04:00
Patrick Smith
609597c0ad
Redirect to interstitial submitted page
2018-07-24 10:42:14 -04:00
Patrick Smith
c8e1026165
Move financial verification to its own page
2018-07-24 10:42:14 -04:00
Patrick Smith
db0db3f327
Show financial verification page when request is approved
2018-07-24 10:42:14 -04:00
Luis Cielak
b1b6322197
Style menu bar active link
2018-07-20 14:45:57 -04:00
Luis Cielak
181a4139f6
Set active link color for current screens
2018-07-20 14:45:57 -04:00
Luis Cielak
157561076c
Add styles to handle multiple number of items
2018-07-20 14:45:56 -04:00
Luis Cielak
b0ec5ad0ab
Add template partial for menu for requests
2018-07-20 14:45:56 -04:00
luisgov
cbe20298af
Merge branch 'master' into request_form_styles
2018-07-17 14:46:42 -04:00
Patrick Smith
f6533b50b3
Show error message on review screen when not complete
2018-07-16 10:09:26 -04:00
patricksmithdds
2173f7f49c
Merge pull request #71 from dod-ccpo/remove-None-from-form
...
Use nested defaultdicts to provide more helpful text for unfilled fields
2018-07-13 12:03:20 -04:00
richard-dds
fd8629db5b
Use nested defaultdicts to provide more helpful text for unfilled fields
2018-07-12 16:41:06 -04:00
Patrick Smith
9320b0eac2
Add treasury code/ba code fields
2018-07-12 15:36:41 -04:00
richard-dds
358aa6366c
Always show submit screen, but disable button if form is incomplete
2018-07-10 17:01:39 -04:00
richard-dds
ab6af09d05
Fix edit links in "review and submit"
2018-07-10 11:47:57 -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
86d9db74c3
Allow user to submit request
2018-07-10 10:38:01 -04:00
richard-dds
7dadff7481
Refactor JEDI request form logic into new class
2018-07-10 10:36:40 -04:00
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