dandds
|
4f4c1892ba
|
Merge pull request #318 from dod-ccpo/reports-task-order-info-#159975038
Reports task order info #159975038
|
2018-09-24 14:44:02 -04:00 |
|
richard-dds
|
e64b2dd034
|
Add Role.display_name
|
2018-09-24 14:19:17 -04:00 |
|
Patrick Smith
|
e0e51d8c35
|
Allow adding an internal comment on a request
|
2018-09-24 13:52:50 -04:00 |
|
Patrick Smith
|
99a745904f
|
Allow having multiple internal comments on a request
|
2018-09-24 13:52:50 -04:00 |
|
dandds
|
9119286fbe
|
workspace model has real task_order property
|
2018-09-24 11:39:22 -04:00 |
|
dandds
|
e668cb93d0
|
formatting and add financial details to requests in seed_sample script
|
2018-09-24 11:03:20 -04:00 |
|
dandds
|
430efd211c
|
display task order info on reports page
|
2018-09-24 11:03:20 -04:00 |
|
richard-dds
|
8d20cd14ab
|
Remove unused import
|
2018-09-21 14:43:05 -04:00 |
|
richard-dds
|
a8e08b8bd6
|
Remove redundant time_created field
|
2018-09-21 14:30:45 -04:00 |
|
richard-dds
|
18bc8afeb7
|
Formatting
|
2018-09-21 14:00:01 -04:00 |
|
richard-dds
|
de338f675f
|
Add lots of NOT NULL constraints
|
2018-09-21 14:00:01 -04:00 |
|
richard-dds
|
311fb34ac9
|
Remove unused import
|
2018-09-21 14:00:01 -04:00 |
|
richard-dds
|
5f54468082
|
Timestamps and uuids everywhere
|
2018-09-21 14:00:01 -04:00 |
|
richard-dds
|
4fc1f9f2d4
|
Squashed migrations and created seed_roles.py
|
2018-09-21 14:00:01 -04:00 |
|
dandds
|
8fc5a4a092
|
show request name where appropriate and set as default workspace name
|
2018-09-19 10:44:21 -04:00 |
|
dandds
|
ec5c3e8ce8
|
add request name
|
2018-09-19 10:44:21 -04:00 |
|
dandds
|
ca8b9028bc
|
reports shows real budget information for total spend
|
2018-09-18 16:04:03 -04:00 |
|
dandds
|
09a18220e6
|
Merge pull request #299 from dod-ccpo/details-view-tests
refactor request details rendering logic
|
2018-09-18 12:00:39 -04:00 |
|
dandds
|
01fca617e7
|
refactor request details rendering logic
|
2018-09-18 11:36:33 -04:00 |
|
richard-dds
|
4ab73cc06b
|
Redirect CCPO user to requests page
|
2018-09-18 11:08:19 -04:00 |
|
dandds
|
955a735f96
|
Merge pull request #297 from dod-ccpo/expiration-date-#160326598
add expiration_date to manual task order form
|
2018-09-18 08:56:58 -04:00 |
|
dandds
|
1bdfd2c1eb
|
do not need to instantiate date type for columns
|
2018-09-17 17:02:20 -04:00 |
|
dandds
|
a2e8caf23b
|
add expiration_date to manual task order form
|
2018-09-17 16:56:10 -04:00 |
|
richard-dds
|
3baa7b2016
|
Merge pull request #293 from dod-ccpo/homepage-redirects
Redirect from /home depending on requests and workspaces
|
2018-09-17 16:49:01 -04:00 |
|
dandds
|
f984c95060
|
Merge pull request #294 from dod-ccpo/edit-workspace-#160300728
Edit workspace #160300728
|
2018-09-17 15:45:35 -04:00 |
|
dandds
|
73d3851813
|
request model knows its most recent review comment
|
2018-09-17 13:43:39 -04:00 |
|
dandds
|
bba2a2b283
|
restrict workspace information updates to owner and admins
|
2018-09-17 13:30:25 -04:00 |
|
richard-dds
|
e087c51045
|
/home redirects depending on requests and workspaces
|
2018-09-17 13:28:35 -04:00 |
|
dandds
|
738cbb1c65
|
render basic approval action for ccpo logs on request review screen
|
2018-09-14 11:39:42 -04:00 |
|
Andrew Croce
|
6ecdbda9fa
|
fix review-status relationship so it doesnt return a list
|
2018-09-14 11:39:42 -04:00 |
|
dandds
|
2b144aa857
|
move request status query methods from domain to model
|
2018-09-14 10:16:44 -04:00 |
|
dandds
|
eb60a92511
|
changes requested to financial verification requires action from mission owner
|
2018-09-13 13:39:23 -04:00 |
|
richard-dds
|
4a0c8133f6
|
Fix bug in new request menu
|
2018-09-12 17:08:14 -04:00 |
|
richard-dds
|
3149f6cc6f
|
Merge pull request #275 from dod-ccpo/fix-workspaces-query
Allow CCPO to view workspaces
|
2018-09-12 11:37:33 -04:00 |
|
richard-dds
|
e997c5cedd
|
Allow CCPO to view workspaces
|
2018-09-12 11:13:06 -04:00 |
|
dandds
|
cf8df13de0
|
Merge pull request #272 from dod-ccpo/resubmit-finver-#159047362
Resubmit financial verification #159047362
|
2018-09-12 11:11:06 -04:00 |
|
dandds
|
a7fbd386e0
|
show financial verification data for existing task order
|
2018-09-12 08:53:53 -04:00 |
|
richard-dds
|
db43cb97dc
|
Alias internal comments text
|
2018-09-11 16:41:27 -04:00 |
|
richard-dds
|
100048afdf
|
Add Request.internal_comments
Using a one to one relationship to avoid the migration hell
that we're temporarily stuck in.
|
2018-09-11 16:37:55 -04:00 |
|
dandds
|
31d6bd3663
|
Merge pull request #269 from dod-ccpo/final-approval-#158633809
Final approval #158633809
|
2018-09-11 16:24:10 -04:00 |
|
dandds
|
7da1cbada3
|
update requests statuses
|
2018-09-11 11:19:06 -04:00 |
|
dandds
|
f69396ac73
|
Merge pull request #266 from dod-ccpo/review-history-#159038479
Review history #159038479
|
2018-09-11 11:14:28 -04:00 |
|
richard-dds
|
6a8cbcf1c2
|
Merge pull request #264 from dod-ccpo/view-pe-as-workspace-user
View projects and environments as a workspace user
|
2018-09-11 10:16:18 -04:00 |
|
dandds
|
570d3b69f3
|
display reviewer name and basic review action
|
2018-09-11 08:51:56 -04:00 |
|
dandds
|
c158e9fc35
|
wire request review log for ccpo review screen
|
2018-09-11 08:51:56 -04:00 |
|
dandds
|
5a7ca5e887
|
Merge pull request #265 from dod-ccpo/all-requests-#158494566
Update CCPO requests list #158494566
|
2018-09-11 08:50:32 -04:00 |
|
dandds
|
d38261f439
|
associate ccpo user to request review
|
2018-09-10 16:42:42 -04:00 |
|
dandds
|
1f64344ca3
|
add updated CCPO request index columns
|
2018-09-10 14:31:03 -04:00 |
|
richard-dds
|
ac51931d89
|
Flag request for MO action required when status is CHANGES_REQUESTED
|
2018-09-10 14:20:47 -04:00 |
|
richard-dds
|
eb99e72659
|
Create Projects.for_user and Environments.for_user
|
2018-09-10 13:42:24 -04:00 |
|