Commit Graph

513 Commits

Author SHA1 Message Date
richard-dds
0af7fb4573 Use last_submission_timestamp in requests index 2018-09-04 13:09:48 -04:00
richard-dds
0f2ba6efd0 Formatting 2018-08-31 16:05:37 -04:00
richard-dds
1f26596b5f Show success alert when new workspace user is created 2018-08-31 16:04:45 -04:00
richard-dds
2718a7acf6 Redirect to members list after creating a new member 2018-08-31 13:59:06 -04:00
richard-dds
b793d4a00a New route for creating workspace user 2018-08-31 13:25:14 -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
e945e43f74 Formatting 2018-08-30 16:31:09 -04:00
richard-dds
f389bd31d1 Check submitted request for financial verification 2018-08-30 16:31:09 -04:00
richard-dds
62aacf55e7 If request FV is not verified, redirect to requests index 2018-08-30 16:31:08 -04:00
richard-dds
ccf1b3b5aa Do submit financial verification 2018-08-30 16:31:08 -04:00
richard-dds
8a813d9ac3 Display workspace link for approved requests 2018-08-30 16:31:08 -04:00
richard-dds
60275f8c3a Check that request is financially verified before approving 2018-08-30 16:31:08 -04:00
richard-dds
a2d4602f0c Remove unused route 2018-08-30 16:31:08 -04:00
Patrick Smith
622d28dd8b Remove unused imports 2018-08-30 15:02:02 -04:00
Patrick Smith
457f8de608 Remove now unnecessary auth check 2018-08-30 14:45:39 -04:00
Patrick Smith
7040157f25 Formatting fixes 2018-08-30 14:45:39 -04:00
Patrick Smith
d785f19b5b Enforce authorization when getting a request 2018-08-30 14:45:39 -04:00
Patrick Smith
e7aed35054 Link to pending request page from index 2018-08-30 14:45:39 -04:00
Patrick Smith
0906134f56 Move data variables to context for easier re-use 2018-08-30 14:31:12 -04:00
Patrick Smith
4d6f51ed7f Add route for read-only view of request 2018-08-30 14:31:12 -04:00
dandds
0a36f1d6ca move request review information into a partial 2018-08-30 13:25:21 -04:00
montana-mil
06968940b8 Merge pull request #218 from dod-ccpo/no-projects
Empty states and some permissions
2018-08-28 13:46:54 -04:00
dandds
792114b063 Merge pull request #219 from dod-ccpo/pdf-uploads-#159940565
Pdf uploads
2018-08-28 13:26:01 -04:00
Andrew Croce
7509ee9cfc formatting magic 2018-08-28 13:00:00 -04:00
Andrew Croce
6317580350 False not false 2018-08-28 13:00:00 -04:00
Andrew Croce
610a7898bb create a user_can method in template context, to check against user permissions
add user permissions list to template context
2018-08-28 12:59:54 -04:00
Patrick Smith
6d04702dad Handle unauthorized error in workspace context
Previously, an `UnauthorizedError` raised when attempting to view an
workspace that you are not authorized for would show an error instead of
the "not found" page since a second `UnauthorizedError` would be raised
evaluating the context for the "not found" page.
2018-08-28 09:33:18 -04:00
richard-dds
6a681fc54a New view for creating a new workspace member 2018-08-27 16:08:31 -04:00
Montana
cfe9b7589e Formatting 2018-08-27 13:08:02 -04:00
richard-dds
da5dbc5bdd Redirect to new project form after FV approval 2018-08-24 13:53:25 -04:00
richard-dds
52f577aea6 Merge pull request #208 from dod-ccpo/formatting
Python formatting
2018-08-24 10:35:25 -04:00
richard-dds
b34fb66695 Extract a variable to avoid some strange formatting 2018-08-24 10:16:33 -04:00
richard-dds
da971fe868 Invalid project form submission should still route to projects/new 2018-08-23 16:47:42 -04:00
richard-dds
daa8634cb4 Format project 2018-08-23 16:25:36 -04:00
richard-dds
8806705bc3 Merge pull request #206 from dod-ccpo/multiple-environments
Allow a user to add multiple environments when creating a project
2018-08-23 16:15:00 -04:00
richard-dds
8c0bd133ce Merge pull request #207 from dod-ccpo/fix-poc-form-email
Pull workspace owner information from Information About You Step
2018-08-23 15:02:13 -04:00
richard-dds
e97fbde054 Attempt to pull workspace owner details from form 2018-08-23 14:18:19 -04:00
richard-dds
8d6c64f990 Remove unused import 2018-08-23 12:03:46 -04:00
dandds
217183c142 submitting final financial verification is a top-level Requests method 2018-08-23 09:18:25 -04:00
dandds
f1ec71fe42 set pending CCPO review status on request with complete financial information 2018-08-23 09:16:40 -04:00
dandds
d66a496fbc financial verification should create or find a Task Order for the request 2018-08-23 09:15:54 -04:00
richard-dds
8ac271e83e Create environments while creating project 2018-08-22 17:06:13 -04:00
montana-mil
70cc82a1e7 Merge pull request #202 from dod-ccpo/redirect-non-ccpo-to-requests
Redirect non-ccpo users to requests page after CAC or dev login
2018-08-22 16:32:43 -04:00
dandds
eb3b5848ec Merge pull request #201 from dod-ccpo/annual-spend-threshold
make annual spending threshold available to request templates
2018-08-22 15:25:15 -04:00
Montana
1522c42683 Redirect non-ccpo users to requests after login 2018-08-22 15:11:44 -04:00
dandds
6401ca4007 make annual spending threshold available to request templates 2018-08-22 15:04:12 -04:00
richard-dds
9875a11860 Workspace now response to .members 2018-08-22 11:49:05 -04:00
richard-dds
50e2666c3c Move Projects and Environments into their own files 2018-08-22 11:24:39 -04:00
richard-dds
e2e6e6da4d Redirect /workspaces/<id> to canonical URL 2018-08-22 10:10:24 -04:00
richard-dds
0469e061da Check permissions when attempting to create a project 2018-08-21 20:52:46 -04:00