Commit Graph

1425 Commits

Author SHA1 Message Date
dandds
25a34d5608 include updated task order page and fix TaskOrders.get call 2019-01-14 16:00:17 -05:00
dandds
cfe454be40 cleanup from rebase 2019-01-14 16:00:17 -05:00
dandds
372dac306f update workspace and project table names 2019-01-14 16:00:17 -05:00
dandds
48954ded11 update foreign key names; workspace_id -> portfolio_id, project_id -> application_id 2019-01-14 16:00:17 -05:00
dandds
0eec42c55b change constant names 2019-01-14 16:00:17 -05:00
dandds
d3d36822df workspace -> portfolio everywhere 2019-01-14 16:00:17 -05:00
dandds
3fc323d785 project -> application everywhere 2019-01-14 16:00:17 -05:00
dandds
9ad3c45200 rename Project to Application in user-facing contexts 2019-01-14 16:00:17 -05:00
dandds
142395f1e9 rename Workspace to Portfolio in user-facing contexts 2019-01-14 16:00:17 -05:00
dandds
93a54d7b9d catch all request exceptions when downloading CRLs 2019-01-14 15:52:41 -05:00
dandds
5656523ad6 catch additional CRL download exception 2019-01-14 15:17:45 -05:00
leigh-mil
28b10107e7 Merge pull request #535 from dod-ccpo/update-to-form-per-design-#163066434
Update to form per design - Part 1 of 2
2019-01-14 10:12:39 -05:00
Patrick Smith
94b89917ef Link to TO get started page 2019-01-12 11:01:18 -05:00
leigh-mil
5b9b060cfc Fix migration and formatting after rebase 2019-01-11 16:04:36 -05:00
leigh-mil
4ed61708fb Updates from PR review 2019-01-11 15:59:18 -05:00
leigh-mil
52b3b054b5 Update formatting
Remove html tags from translations file
Rename csp_cost_estimate to pdf
2019-01-11 15:59:18 -05:00
leigh-mil
b18e3a9e10 Add columns relating to Funding and Oversight sections to TaskOrder model 2019-01-11 15:59:18 -05:00
leigh-mil
74ab102891 Update TO section for Oversight 2019-01-11 15:57:47 -05:00
leigh-mil
922ec56134 Update TO funding section 2019-01-11 15:57:47 -05:00
leigh-mil
b00210a92c Update app_info section of form 2019-01-11 15:57:47 -05:00
patricksmithdds
af5cf88e6d Merge branch 'master' into view-task-order 2019-01-11 13:35:37 -05:00
Montana
e0d9bd0335 Add test for TO invite route 2019-01-11 13:22:40 -05:00
Montana
d53400ee79 Fix invites bug that used a method without all the needed arguments 2019-01-11 12:29:49 -05:00
Patrick Smith
809ad712ec Titlecase task order status 2019-01-11 11:24:34 -05:00
Patrick Smith
2b61621402 Fix setting default status on task orders 2019-01-11 10:35:04 -05:00
montana-mil
63b354a2e4 Merge pull request #517 from dod-ccpo/hide-requests
hide requests workflow
2019-01-10 14:57:59 -05:00
Patrick Smith
dda6db8562 Add status to task order table 2019-01-10 14:41:45 -05:00
Patrick Smith
43757d5d3b Pass in current user when fetching task order 2019-01-10 14:41:45 -05:00
dandds
476627996e update arg order for task order update utility class 2019-01-10 08:56:40 -05:00
dandds
ccf1ff2024 authorization checks for task orders 2019-01-10 08:56:40 -05:00
dandds
a3bac44371 Merge pull request #529 from dod-ccpo/to-formdata-fix
manually set list/SelectMultipleField data for task order AppInfoForm
2019-01-10 08:49:48 -05:00
Montana
c2a597d98b hide requests 2019-01-09 13:22:32 -05:00
leigh-mil
079d3c4e9c Remove duplicated authorization check from the route 2019-01-09 13:16:03 -05:00
leigh-mil
a48b814263 Update query to also return events that update the workspace 2019-01-09 13:16:03 -05:00
leigh-mil
466f2565b5 Add tests 2019-01-09 13:16:03 -05:00
leigh-mil
31d85be949 Update to use workspace permissions 2019-01-09 13:14:56 -05:00
Montana
81af9f1c99 Add new permission 2019-01-09 13:14:56 -05:00
Montana
ef6d9a2c5f Add pagination 2019-01-09 13:14:55 -05:00
Montana
3731dd876e Display audit logs for current workspace 2019-01-09 13:14:55 -05:00
Montana
bf22afa7af Add Activity Log tab for a workspace 2019-01-09 13:14:55 -05:00
patricksmithdds
8bd7de4f02 Merge pull request #527 from dod-ccpo/simple-task-order-view
Simple task order view
2019-01-09 13:01:39 -05:00
dandds
3fae563d35 manually set list/SelectMultipleField data for task order AppInfoForm 2019-01-09 11:37:05 -05:00
George Drummond
105dc6ef1f Cache all calls to translation file and refresh cache when file changes 2019-01-09 11:09:36 -05:00
Patrick Smith
8017b7f03f Add rudimentary task order listing and viewing pages 2019-01-09 10:35:57 -05:00
Patrick Smith
b61a331ce6 Use deepcopy to copy form section info
Previously, copying the form sections was using `list.copy` which
creates a shallow copy of the list. Since the `TASK_ORDER_SECTIONS` list
contains a couple dictionaries, this was just creating another list with
references to the same dictionaries.

Therefore, when a section was marked as completed, it was updated
globally and visiting the new task order without filling anything out
would show some sections as completed.
2019-01-08 18:16:49 -05:00
Patrick Smith
7b2e74f2f5 Default to $0 for classified clins when unclassified 2019-01-08 17:52:09 -05:00
Patrick Smith
3a5c55410c Show errors on new task order form when fields are invalid
Form errors were not being shown because a new form instance was being
created each time the `form` property was being called. Since the
`validate` method on the form adds the errors to the form instance, this
was causing no errors to be shown even if the form were invalid.
2019-01-08 17:32:16 -05:00
dandds
ccd75bcaca small fixes in TaskOrders.add_officer 2019-01-08 16:47:55 -05:00
dandds
95e7adfcf3 single workspace role for task order officers 2019-01-08 16:47:55 -05:00
dandds
fc9194d517 do not display task order officers as regular workspace roles 2019-01-08 16:47:55 -05:00