Commit Graph

2187 Commits

Author SHA1 Message Date
dandds
b63da3ad54 Merge pull request #886 from dod-ccpo/upload-fixes
Upload fixes
2019-06-12 11:21:40 -04:00
George Drummond
0f0a559dfa TO Review Page 2019-06-12 09:43:00 -04:00
richard-dds
1de4fe7cc5 Fixed begins / ends time for TOs 2019-06-11 14:35:43 -04:00
richard-dds
13eb277f4a Fix CTAs for funding page 2019-06-11 14:00:31 -04:00
dandds
06f4aeb74d Merge pull request #880 from dod-ccpo/to-review-modal
TO Review Submit Modal
2019-06-11 13:10:17 -04:00
Montana
52a31746d8 Modal styling 2019-06-11 12:06:11 -04:00
Montana
8446a79a9a Sign TO in post route 2019-06-11 12:06:11 -04:00
George Drummond
c08f14382f Add in success flash message 2019-06-11 11:30:37 -04:00
George Drummond
5bcfcc1568 Fix issue with db.session.commit history and disabling portfolio role 2019-06-11 11:30:37 -04:00
George Drummond
cad43af455 Portfolio archiving 2019-06-11 11:30:37 -04:00
dandds
0e89a55c07 Display and overwrite task order uploads correctly.
- Populate the POSTed form with additional data from the existing TO
  model. This way the pdf attachment has to be explicitly overwritten.
- Adjust the frontend so that if there is an existing PDF, it only sends
  a file input back if the user removes the existing PDF.
2019-06-11 09:58:32 -04:00
Montana
33248daa6b Add route tests 2019-06-11 09:31:08 -04:00
Montana
99ab0c22bc Add Success banner on submit 2019-06-11 09:31:08 -04:00
Montana
f49b67d0dd Create SubmitConfirmation modal
- includes html component and js component
- styling on modal is not ready
2019-06-11 09:31:03 -04:00
dandds
49332c5d6e Only raise FileLength validation error on files 2019-06-10 19:26:44 -04:00
richard-dds
6481b2ee3e Remove unused import 2019-06-10 16:55:20 -04:00
richard-dds
8bef203bf2 We can get the user's name from their invitation 2019-06-10 16:49:09 -04:00
richard-dds
30ef2a67ef Fix bug in application member deletion 2019-06-10 16:43:47 -04:00
richard-dds
0bd9d4bbb6 Merge pull request #884 from dod-ccpo/to-funding-statuses
Funding page Task Order statuses
2019-06-10 15:40:25 -04:00
George Drummond
c03fcb40b3 Merge pull request #878 from dod-ccpo/logout-expire
Logout message on session expiration visiting /logout
2019-06-10 15:33:35 -04:00
richard-dds
5339fd34d5 Remove another unused import 2019-06-10 15:16:26 -04:00
richard-dds
48d4b466b1 Formatting 2019-06-10 15:16:26 -04:00
richard-dds
a2d201e43b Use UTC tz for determining TO status 2019-06-10 15:16:26 -04:00
richard-dds
373e802b46 Formatting 2019-06-10 15:16:02 -04:00
richard-dds
1cb673af53 Proper colors for TO statuses 2019-06-10 15:16:02 -04:00
richard-dds
7f4f857424 Sort task orders by status and time_created 2019-06-10 15:16:02 -04:00
richard-dds
e84e61bbad Update seed script with TOs of various statuses 2019-06-10 15:15:39 -04:00
richard-dds
0f4d17a94a Implemen TaskOrder.is_completed 2019-06-10 15:15:39 -04:00
richard-dds
8ecf112c48 Implement new CLIN-based TO statuses 2019-06-10 15:15:08 -04:00
richard-dds
7b8ccbf145 Implement TO start_date and end_date 2019-06-10 15:15:08 -04:00
leigh-mil
00f323f9f5 Only call commit() once and use translations in template 2019-06-10 14:09:31 -04:00
leigh-mil
46cd8f3762 Fix tests and formatting 2019-06-10 12:36:57 -04:00
leigh-mil
42970ded6f Render pdf in existing TO 2019-06-10 12:29:54 -04:00
leigh-mil
732830a500 Fix form so TO saves properly 2019-06-10 12:29:54 -04:00
leigh-mil
454643c3c9 Post rebase fixes 2019-06-10 12:29:54 -04:00
leigh-mil
e017cd12af Vue for adding multiple CLINs 2019-06-10 12:29:54 -04:00
leigh-mil
36200e01ad Create CLINs when creating a TO 2019-06-10 12:29:54 -04:00
leigh-mil
633e1b6a37 Update TO Form to include CLINs and LOAs 2019-06-10 12:29:54 -04:00
George Drummond
5226736de4 Logout message on session expiration visiting /logout 2019-06-10 11:18:42 -04:00
dandds
159360692f Improve task order upload validation handling.
- Display validation errors.
- Rerender validated form data correctly.
- Clear error state correctly.
2019-06-06 13:57:07 -04:00
dandds
318257e32c File length validation for task order upload 2019-06-06 13:57:07 -04:00
dandds
b0f47bc3ff Backend handling for task order upload
- Move task_orders.edit rendering to function
- Construct task_orders.update form route correctly in template
2019-06-06 13:57:07 -04:00
dandds
fb430e76e9 Basic frontend uploader component 2019-06-06 13:57:07 -04:00
richard-dds
38291937f9 Remove unused imports 2019-06-05 15:37:41 -04:00
richard-dds
c3911c89a3 Tests should be deterministic 2019-06-05 15:37:41 -04:00
richard-dds
34dd418750 Formatting 2019-06-05 15:37:41 -04:00
richard-dds
2de8f64645 More variety in fake TO statuses 2019-06-05 15:34:34 -04:00
richard-dds
c9674255d1 Display all task orders in the same list 2019-06-05 15:34:34 -04:00
richard-dds
d7346d5a32 Try using new styles in the task orders page 2019-06-05 15:34:34 -04:00
dandds
aefc86e908 Clean up code for sending invitations.
- Move subject lines to translations file.
- Use keyword arguments for invitation function.
2019-06-05 15:02:23 -04:00