33 Commits

Author SHA1 Message Date
dandds
038cceb34b ccpo should see request approval screen for all request 2018-09-07 09:44:48 -04:00
Patrick Smith
00e91ba789 Move requests & workspaces templates into directories 2018-09-06 14:58:34 -04:00
richard-dds
cbcb33d125 Use dict literal instead of dict() 2018-09-05 10:28:05 -04:00
richard-dds
982e3884a8 Rename to _map_request, since it's a private method 2018-09-04 15:12:17 -04:00
richard-dds
319f6c05c2 Refactor requests index route for easier testing 2018-09-04 14:57:01 -04:00
richard-dds
58593fc7d6 Determine if action is required by current user on each request 2018-09-04 14:19:19 -04:00
richard-dds
acc9f21e78 Fix date format 2018-09-04 13:20:37 -04:00
richard-dds
0af7fb4573 Use last_submission_timestamp in requests index 2018-09-04 13:09:48 -04:00
patricksmithdds
734c1ea006
Merge pull request #232 from dod-ccpo/review-by-user
Allow user to view submitted request
2018-08-31 10:27:44 -04:00
richard-dds
8a813d9ac3 Display workspace link for approved requests 2018-08-30 16:31:08 -04:00
Patrick Smith
e7aed35054 Link to pending request page from index 2018-08-30 14:45:39 -04:00
richard-dds
b34fb66695 Extract a variable to avoid some strange formatting 2018-08-24 10:16:33 -04:00
richard-dds
daa8634cb4 Format project 2018-08-23 16:25:36 -04:00
dandds
fa883c47bf use derived annual_spend property for requests 2018-08-20 10:33:17 -04:00
dandds
e97fdbf140 implement real KPI counts 2018-08-14 16:57:27 -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
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
1c101a3c4f use Requests method to check in pending financial verification 2018-08-10 12:05:01 -04:00
dandds
5f9b589465 only show financial verification alert on requests index page if relevant 2018-08-09 14:10:17 -04:00
Patrick Smith
115c84680c Fix link to financial verification page 2018-08-09 09:42:25 -04:00
richard-dds
0c378ba07c Declare helper properties on Request and RequestStatusEvent 2018-08-08 13:43:52 -04:00
richard-dds
47a4635edd Display Request's "Total Apps" 2018-08-08 13:43:52 -04:00
richard-dds
6dccf50e83 Title case request status name 2018-08-08 13:43:52 -04:00
richard-dds
04b9ae9f53 Display creator's name and human-readable status 2018-08-08 13:43:52 -04:00
richard-dds
e99ddd491a Create Request.creator relationship
- Rename creator_id to user_id
2018-08-08 13:43:52 -04:00
richard-dds
e9cf732798 Use full_name property of User 2018-08-06 16:26:47 -04:00
dandds
2fd34194b3 fix some additional login handling bugs 2018-08-06 15:03:09 -04:00
dandds
d693db7dbb apply authentication to the whole app, track exceptions 2018-08-06 14:06:06 -04:00
dandds
be079a62dc apply auth requirement to virtually all endpoints 2018-08-06 10:45:33 -04:00
richard-dds
177ae84e8a Split requests routes into multiple files 2018-08-02 13:20:03 -04:00