Patrick Smith
|
0ccdb8ecfd
|
Show/hide additional fields when annual is more than a million
|
2018-08-13 11:29:50 -04:00 |
|
Patrick Smith
|
3e6c4d7f13
|
Update flask form to require fields only when appropriate
|
2018-08-13 11:29:25 -04:00 |
|
Patrick Smith
|
653c22e0a1
|
Set default value for radio fields
If we don't set the default, the default gets set to `"None"`, which is
an unintuitive value. An empty string is equivalent but more usuable.
|
2018-08-13 11:28:41 -04:00 |
|
dandds
|
6fa57c310a
|
Merge pull request #158 from dod-ccpo/over-one-mill-159007546
Over one mill 159007546
|
2018-08-13 11:19:29 -04:00 |
|
andrewdds
|
73205e9d90
|
Merge pull request #147 from dod-ccpo/ui/input-field-frontend-validation
Ui/input field frontend validation
|
2018-08-13 11:19:16 -04:00 |
|
dandds
|
c22e675bb9
|
Merge pull request #157 from dod-ccpo/review-data-bug
fix bug in request form review step, add more tests
|
2018-08-13 11:12:19 -04:00 |
|
dandds
|
1387423a1c
|
fix "pending CCPO approval" alert display logic
|
2018-08-13 11:03:23 -04:00 |
|
dandds
|
37bb0c5d30
|
display alert on requests index page when requests are pending CCPO approval
|
2018-08-13 10:26:08 -04:00 |
|
dandds
|
654f9231b5
|
show modal for requests pending CCPO approval
|
2018-08-13 10:11:07 -04:00 |
|
richard-dds
|
59a74ac473
|
Merge pull request #154 from dod-ccpo/fix-request-form-navigation
Only display checkmark if form section is complete
|
2018-08-13 09:45:59 -04:00 |
|
richard-dds
|
e7511f504c
|
Merge pull request #155 from dod-ccpo/linting
Lint entire `atst` module
|
2018-08-13 09:45:44 -04:00 |
|
dandds
|
1eb8e79f41
|
fix bug in request form review step, add more tests
|
2018-08-13 09:44:32 -04:00 |
|
Patrick Smith
|
c3971b123e
|
Merge branch 'master' into ui/input-field-frontend-validation
|
2018-08-12 12:16:46 -04:00 |
|
luis cielak
|
eb5dfe1fbf
|
Some tooltip tyleing and text changes
|
2018-08-10 16:44:48 -04:00 |
|
dandds
|
0371c969e7
|
Merge pull request #153 from dod-ccpo/financial-verification-modal-159014770
Financial verification modal 159014770
|
2018-08-10 15:20:05 -04:00 |
|
richard-dds
|
99b9579cd9
|
Fix linting errors
|
2018-08-10 13:47:46 -04:00 |
|
Patrick Smith
|
168436b156
|
Use multiple date formats in DateRange validator
|
2018-08-10 13:46:50 -04:00 |
|
luis cielak
|
1bc44b8882
|
Add moaaar tooltips
|
2018-08-10 13:38:14 -04:00 |
|
richard-dds
|
cf6c19b281
|
Only display checkmark if form section is complete
|
2018-08-10 13:18:06 -04:00 |
|
dandds
|
1c101a3c4f
|
use Requests method to check in pending financial verification
|
2018-08-10 12:05:01 -04:00 |
|
dandds
|
239dcb90a1
|
autofill user data even if request does not exist yet
|
2018-08-10 11:16:27 -04:00 |
|
Andrew Croce
|
06a2d83dbd
|
Edit labels and descriptions
|
2018-08-10 09:19:42 -04:00 |
|
luis cielak
|
a9be4665ce
|
Begin adding tooltips to req form fields
|
2018-08-09 15:54:27 -04:00 |
|
dandds
|
3860bc40a6
|
better name, text for unauthenticated page
|
2018-08-09 15:54:27 -04:00 |
|
dandds
|
c98e57f17c
|
log errors in error handlers
|
2018-08-09 15:54:27 -04:00 |
|
Patrick Smith
|
3fa4adb4de
|
Require PE id to be defined in financial verification form
|
2018-08-09 15:54:27 -04:00 |
|
Patrick Smith
|
087b870718
|
Fix NewlineListField displaying too many newlines
|
2018-08-09 15:54:27 -04:00 |
|
Patrick Smith
|
d83ee6daf3
|
Fix financial verification form submission
|
2018-08-09 15:54:27 -04:00 |
|
luis cielak
|
bd58da642b
|
Make sure the label style for input text and radios match
|
2018-08-09 15:54:27 -04:00 |
|
dandds
|
cd3be9c7c0
|
give preference to pre-existing user data on the request
|
2018-08-09 15:02:09 -04:00 |
|
dandds
|
c4ddba1d72
|
better name for CRL validator log method
|
2018-08-09 15:02:09 -04:00 |
|
dandds
|
b61f97880e
|
remove unused exception
|
2018-08-09 15:02:09 -04:00 |
|
dandds
|
855c0bc3c4
|
tests for AuthenticationContext
|
2018-08-09 15:01:43 -04:00 |
|
dandds
|
4da814aaf4
|
move crl validator
|
2018-08-09 15:01:43 -04:00 |
|
dandds
|
efee79a566
|
update request autopopulate to rely on creator
|
2018-08-09 15:01:43 -04:00 |
|
dandds
|
07ce940650
|
create AuthenticationContext to consolidate auth logic
|
2018-08-09 15:01:43 -04:00 |
|
dandds
|
3a41d9f81c
|
pass logger in to CRL validator
|
2018-08-09 15:01:06 -04:00 |
|
dandds
|
c25fa2f5d8
|
autopopulate the appropriate request form fields with current user info
|
2018-08-09 15:01:06 -04:00 |
|
dandds
|
05de0665d4
|
basic implementation of email parsing for CAC user login
|
2018-08-09 15:01:06 -04:00 |
|
dandds
|
c0d72cd0d6
|
utility function for getting user email from x509 certificate
|
2018-08-09 15:01:06 -04:00 |
|
dandds
|
5f9b589465
|
only show financial verification alert on requests index page if relevant
|
2018-08-09 14:10:17 -04:00 |
|
andrewdds
|
0d2a8faad4
|
Merge pull request #145 from dod-ccpo/ui/request-form
UI/request form labels
|
2018-08-09 13:54:26 -04:00 |
|
dandds
|
5e5b357c7e
|
add mechanism for initial modal display; fix financial verification modal display
|
2018-08-09 13:48:07 -04:00 |
|
dandds
|
28665c32f9
|
Merge pull request #152 from dod-ccpo/log-errors
Log errors
|
2018-08-09 12:41:00 -04:00 |
|
dandds
|
3f01d455bb
|
better name, text for unauthenticated page
|
2018-08-09 11:57:37 -04:00 |
|
dandds
|
fc436af134
|
log errors in error handlers
|
2018-08-09 11:48:33 -04:00 |
|
Patrick Smith
|
edcd8bb921
|
Require PE id to be defined in financial verification form
|
2018-08-09 10:52:27 -04:00 |
|
Patrick Smith
|
994af840d9
|
Fix NewlineListField displaying too many newlines
|
2018-08-09 10:52:27 -04:00 |
|
Patrick Smith
|
c0f3c0f8a6
|
Fix financial verification form submission
|
2018-08-09 10:52:27 -04:00 |
|
Patrick Smith
|
e1da908f93
|
Use helper method for allowing submission
|
2018-08-09 09:42:25 -04:00 |
|