3643 Commits

Author SHA1 Message Date
leigh-mil
9af74a8a53
Merge pull request #543 from dod-ccpo/update-to-form-part-2
Update Task Order Form - Part 2
2019-01-17 10:53:43 -05:00
dandds
5adee55565
Merge pull request #550 from dod-ccpo/crl-no-op
no op version of CRL cache for disabling crl check
2019-01-17 10:45:23 -05:00
George Drummond
2367f9e31d
Merge pull request #549 from dod-ccpo/fix-to-form-unchecks-after-error
Fix TO form unchecking steps after validation fails
2019-01-17 10:37:14 -05:00
dandds
becaec8d42 no op version of CRL cache for disabling crl check 2019-01-17 10:28:40 -05:00
George Drummond
0bb1f1a7f5
Fix TO form unchecking steps after validation fails 2019-01-17 10:27:54 -05:00
leigh-mil
4fa325818c Move translate_duration() into localization file 2019-01-16 15:38:08 -05:00
patricksmithdds
1ee0c11a63
Merge pull request #547 from dod-ccpo/fix-get-started-layout-ie
Fix TO Get Started Page in IE10
2019-01-16 15:00:59 -05:00
Patrick Smith
ce02cede5e Update size of screen to switch between col/row 2019-01-16 14:48:50 -05:00
leigh-mil
cfecf3d544 Use function to generate list for performance period instead of hard coding all of the text 2019-01-16 14:01:02 -05:00
patricksmithdds
a5314b50c7
Merge pull request #544 from dod-ccpo/task-order-listing
Portfolio funding screen
2019-01-16 11:48:48 -05:00
Patrick Smith
2bea46c455 Set width to fix IE10 rendering on TO get started
When on a large screen, ensure the next steps don't take up more than
1/3 of the container width.
2019-01-16 11:33:10 -05:00
leigh-mil
5289614140 Add id to Reporting/App Info on first form page it can be linked to directly 2019-01-16 11:33:04 -05:00
patricksmithdds
5aa6f68618
Merge pull request #542 from dod-ccpo/fix-alignment-ie
Fix layout for task order view page in IE
2019-01-16 11:18:46 -05:00
patricksmithdds
1f30caa730
Merge pull request #545 from dod-ccpo/create-to-for-pf
Allow creating a task order for an existing portfolio
2019-01-16 11:18:31 -05:00
leigh-mil
35636099d2 Fix typos 2019-01-16 11:11:31 -05:00
leigh-mil
bf302a8800 Use choice() instead of choices() so a string is returned 2019-01-16 11:03:59 -05:00
leigh-mil
a66e5eba72 Move display logic out of the TaskOrder model and into the template 2019-01-16 10:08:13 -05:00
Patrick Smith
1cc4c23588 Allow creating a task order for an existing portfolio 2019-01-16 08:14:18 -05:00
Patrick Smith
c2101b007d Update display of expired balances on portfolio funding 2019-01-15 21:22:22 -05:00
Patrick Smith
ba97117a74 Add tests for portfolio funding route
This adds a helper to grab a template's context. Using a helper from the
Flask documentation: http://flask.pocoo.org/docs/1.0/signals/?highlight=template_rendered#subscribing-to-signals
2019-01-15 21:10:59 -05:00
Patrick Smith
b1348b52e5 Rename route from to be more general 2019-01-15 20:43:48 -05:00
Patrick Smith
b2605e3a85 Add even more task orders for sample portfolios 2019-01-15 18:34:52 -05:00
Patrick Smith
c1584087e3 Bring balance closer to active TO table 2019-01-15 18:23:44 -05:00
Patrick Smith
26c898da0d Add row for total balance 2019-01-15 17:57:26 -05:00
Patrick Smith
b2782c0b66 Add portfolio funding header 2019-01-15 17:49:59 -05:00
Patrick Smith
8bd1d131e9 Update nav name from "Task Orders" to "Funding" 2019-01-15 17:31:38 -05:00
Patrick Smith
e92ee12f20 Sortable listing of task orders on funding page 2019-01-15 17:30:33 -05:00
Patrick Smith
a6a53525f8 Partition and serialize task orders need on funding page 2019-01-15 17:29:13 -05:00
leigh-mil
7891432e90 Add dev team options to translations file so they can be used in the to review template 2019-01-15 17:05:37 -05:00
leigh-mil
08555e543e Fix spacing throught form and move all TO form related styling to task order stylesheet 2019-01-15 17:05:37 -05:00
leigh-mil
75e831beb6 Display phone number properly 2019-01-15 17:05:37 -05:00
leigh-mil
03e56d6efc Use checkmarks for complexity and dev team lists 2019-01-15 17:05:36 -05:00
leigh-mil
a1760ad4c0 Fixes after rebase 2019-01-15 17:05:36 -05:00
leigh-mil
dde87569d2 Add missing fields to form and fix display of text 2019-01-15 17:05:36 -05:00
leigh-mil
94ea47ca99 Add safe to MultiCheckbox macro so we can use text with html tag 2019-01-15 17:05:36 -05:00
leigh-mil
39b527dc4d Move text to translations file 2019-01-15 17:05:36 -05:00
leigh-mil
2a1f3576c5 Update oversight section 2019-01-15 17:05:36 -05:00
leigh-mil
cc4d9670a1 Update funding section 2019-01-15 17:05:36 -05:00
leigh-mil
5ef246fe2f Update reporting section 2019-01-15 17:05:36 -05:00
leigh-mil
3010745cf2 Update app info section 2019-01-15 17:05:36 -05:00
leigh-mil
f84328dec4 Update header colors 2019-01-15 17:05:36 -05:00
patricksmithdds
a010487f34
Merge pull request #541 from dod-ccpo/task-order-status
Rework Task Order status
2019-01-15 14:56:53 -05:00
Patrick Smith
8cc46c9e05 Update condition for empty state on portfolio funding screen 2019-01-15 13:41:45 -05:00
Patrick Smith
f6037aa8af Show pending task orders at top of funding page 2019-01-15 13:32:05 -05:00
Patrick Smith
7d2f11f8bd Fix started timestamp on TO view page 2019-01-15 13:21:34 -05:00
Patrick Smith
176a87faae Fix started timestamp on TO view page 2019-01-15 13:20:54 -05:00
Patrick Smith
d0c924388a Fix IE alignment for task order view page 2019-01-15 12:47:57 -05:00
patricksmithdds
8472a0e987
Merge pull request #539 from dod-ccpo/responsive-to-view
Update TO next steps layout on smaller screens
2019-01-15 11:28:32 -05:00
Patrick Smith
fcd1f0aa86 Highlight task order status on task order view page 2019-01-15 11:25:04 -05:00
Patrick Smith
e41f01398c Update seed sample to create multiple task orders for each portfolio 2019-01-15 11:16:40 -05:00