Commit Graph

1579 Commits

Author SHA1 Message Date
patricksmithdds
46aa95248c Merge pull request #178 from dod-ccpo/kpi-159705475
Add counts for KPI (159705475)
2018-08-15 12:04:28 -04:00
dandds
920ad1c554 Requests.status_count can be scoped to creator 2018-08-15 11:43:12 -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
90ada6992b Always set POC to current user if checkbox is checked 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
93ac342f75 Also autopopulate POC info for new requests 2018-08-15 11:28:48 -04:00
richard-dds
ac4cf5279e Don't include csrf_token in form.data 2018-08-15 11:28:48 -04:00
richard-dds
3b50b948a0 Don't overwrite other POC form fields 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
richard-dds
5a2953ffc3 Split request update into new method for easier extension 2018-08-15 11:28:48 -04:00
richard-dds
9de9fb5c6a Remove unused fields from JEDIRequestFlow screens 2018-08-15 11:28:48 -04:00
richard-dds
bc42cca71a Simplify requests_update 2018-08-15 11:28:48 -04:00
luis cielak
b88b4b6d2c Remove dup orgs 2018-08-15 10:49:48 -04:00
luis cielak
483d606cf0 Update tooltips, placehoders, and field info 2018-08-15 10:49:48 -04:00
patricksmithdds
56291526da Merge pull request #176 from dod-ccpo/ui/review-and-submit
Ui/review and submit
2018-08-15 10:17:28 -04:00
dandds
3a77e07c3f update request statuses; deleted -> canceled 2018-08-14 17:02:53 -04:00
dandds
e97fdbf140 implement real KPI counts 2018-08-14 16:57:27 -04:00
Andrew Croce
03b6938e5d Change default form value to None 2018-08-14 16:27:32 -04:00
dandds
4c587864ef add Requests method for counting all requests with a given status 2018-08-14 16:23:41 -04:00
dandds
d921aaa2be change requests index column names depending on user role 2018-08-14 11:08:56 -04:00
dandds
df5b93c244 rearrange requests alerts conditional check 2018-08-14 10:43:49 -04:00
dandds
b9f9e5b96d CCPO should not see request status alerts 2018-08-14 10:32:32 -04:00
patricksmithdds
30c1213a5d Merge pull request #165 from dod-ccpo/update-poc-copy-#159144005
Update copy on Technical Point of Contact form
2018-08-14 09:45:14 -04:00
andrewdds
c05e72d98f Merge pull request #164 from dod-ccpo/ui/tooltips
UI/tooltips
2018-08-14 08:48:32 -04:00
Andrew Croce
6f4ebc1164 match the request path, not the full url 2018-08-13 16:34:56 -04:00
Patrick Smith
53ff951913 Remove "POC" from workspace owner form field labels 2018-08-13 15:52:14 -04:00
Patrick Smith
a916633943 Update copy on Technical Point of Contact form 2018-08-13 15:43:07 -04:00
luisgov
b4b7d0cbcb Merge branch 'master' into ui/tooltips 2018-08-13 15:26:04 -04:00
patricksmithdds
f8fe6fa6f5 Merge pull request #159 from dod-ccpo/details-of-use-form
Details of use form
2018-08-13 15:11:19 -04:00
luisgov
143c58addc Merge branch 'master' into ui/tooltips 2018-08-13 15:05:08 -04:00
Patrick Smith
581f908c1a Use Requests constant instead of magic number 2018-08-13 14:50:57 -04:00
dandds
3d9987ac13 use if-modified-since header to optimize CRL updates 2018-08-13 13:56:20 -04:00
luis cielak
8f50fd2651 Update text on some fields 2018-08-13 13:22:32 -04:00
Devon Mackay
d656229879 Add remove bad CRL files from the tmp download dir 2018-08-13 12:35:28 -04:00
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