richard-dds
667bc3b3c9
Add task order action buttons
2019-06-05 15:34:35 -04:00
richard-dds
e2dad0b56f
Use proper timestamp format
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
cefa4f9099
Remove Portfolio header line, decrease margin
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
richard-dds
804855d4bc
Working on Task Order card
2019-06-05 15:34:34 -04:00
leigh-mil
b97ae02a93
Combine similar routes and templates, delete unused TO form templates
2019-06-05 12:58:33 -04:00
leigh-mil
0a2d241dc4
Add validator to TO number input and add cancel button to form
2019-06-05 12:58:33 -04:00
leigh-mil
e7771f789b
Start TO form template
2019-06-05 12:58:33 -04:00
leigh-mil
91e41199b7
Update TO form based on new model
2019-06-05 12:58:33 -04:00
Montana
e4cbe892fc
Use clin values to render budget information
...
- creates a relationship `clins` on task order model
- two properties on task order model to calculate budget amounts
2019-06-05 09:40:10 -04:00
Montana
b365c4bde4
Change name of TOSidebar to TotalsBox
2019-06-04 15:55:29 -04:00
Montana
a0a8c8e1f1
Use task order in TOSidebar macro
2019-06-04 15:55:29 -04:00
richard-dds
783281fade
Merge pull request #853 from dod-ccpo/nav-changes
...
Portfolio navigation changes
2019-06-04 15:29:29 -04:00
richard-dds
b3e9a4827a
Merge pull request #858 from dod-ccpo/sticky-to
...
Sticky CTA Header
2019-06-04 15:28:49 -04:00
richard-dds
d4b65ec34c
Always use Portfolio name in header
2019-06-04 13:44:51 -04:00
richard-dds
93ecdeebef
Change portfolio name to h1
2019-06-04 13:14:26 -04:00
richard-dds
11c258ef7d
Invert icon active / inactive colors
2019-06-04 13:12:54 -04:00
George Drummond
dbbbacd24d
Merge pull request #857 from dod-ccpo/new-portfolio-workflow
...
New Portfolio Workflow
2019-06-04 13:12:39 -04:00
George Drummond
f7562714cb
Add New Portfolio Workflow
2019-06-04 13:10:42 -04:00
richard-dds
6456241289
Remove "Available budget" section
2019-06-04 13:02:33 -04:00
George Drummond
26c4ec0d05
Merge pull request #851 from dod-ccpo/modal-freezing
...
Fix modal freezing fix
2019-06-04 11:43:40 -04:00
richard-dds
04f2393c0c
Add new icons
2019-06-04 11:01:42 -04:00
montana-mil
6e6b0f9256
Merge pull request #860 from dod-ccpo/to-review-page
...
Basic Task Order Review Page
2019-06-04 10:59:03 -04:00
Montana
582ddb865d
Move to-sidebar into a macro
2019-06-04 10:13:55 -04:00
Montana
5fb44b39b0
Use default table styling for CLIN tables
2019-06-04 10:13:55 -04:00
Montana
2644133b76
More styling and content
2019-06-04 10:13:55 -04:00
richard-dds
be39ea88a3
Fix Applications active state
2019-06-04 10:10:01 -04:00
richard-dds
b138598e19
Remove portfolio breadcrumbs
2019-06-04 10:10:01 -04:00
richard-dds
e5546ba24e
Reorganize portfolio nav, add applications link
2019-06-04 10:10:01 -04:00
George Drummond
b9c0f13228
Fix modal freezing fix
2019-06-04 09:55:57 -04:00
dandds
4f8e9cddc8
Merge portfolio members routes with invitations.
...
`portfolios.create_member` now just sends an invitation, so it should be
with the invitation routes. This also de-duplicates the function for
sending a portfolio invitation email.
2019-06-03 15:57:49 -04:00
richard-dds
79a118a95c
Remove unused template
2019-06-03 14:37:44 -04:00
richard-dds
130fe08224
Reduce top padding
2019-06-03 14:30:14 -04:00
Montana
67be7d99a4
Replace ko_review template with new task order review
...
- deletes ko_review vue component
2019-06-03 14:19:04 -04:00
Montana
14a179a239
Add collapsible text component
2019-06-03 10:40:02 -04:00
Montana
ffa1163083
Initial route and template
...
- faked out text
- names of pretty much everything need to be changed
2019-06-03 10:39:34 -04:00
richard-dds
8302490194
Add StickyCTA impl to portfolio funding page
2019-05-31 16:25:40 -04:00
richard-dds
37ca94df42
Create reusable StickyCTA component
2019-05-31 16:25:40 -04:00
leigh-mil
7bec073f78
Delete things related to deleted columns and table
2019-05-31 13:07:03 -04:00
George Drummond
83adf1295c
/home no longer redirects and has add portfolio button
2019-05-30 09:33:33 -04:00
leigh-mil
fc01fa6522
Merge pull request #849 from dod-ccpo/fix-remove-port-member
...
Fix removing portfolio member
2019-05-29 16:12:33 -04:00
leigh-mil
7e8407ba1d
Use portfolio_role_id in delete member url instead of user_id
2019-05-29 15:59:19 -04:00
George Drummond
454181665c
Fix deleting application members from the team page
2019-05-28 15:41:31 -04:00
dandds
96ae1bba9d
Merge pull request #845 from dod-ccpo/app-settings-role-id
...
Use role ID for app settings table
2019-05-28 11:43:56 -04:00
dandds
43ea922218
Simplify environment role updates in app settings.
...
Use ApplicationRole.id instead of User.id in forms. This eliminates the
need for the function that checks whether a user is in a given
application, because looking up the application role will raise an error
if the user is not.
2019-05-24 13:35:00 -04:00
leigh-mil
48fbc1c997
Merge pull request #840 from dod-ccpo/update-team-members-count
...
Update team members number on app index page
2019-05-24 10:15:28 -04:00
dandds
7f745302ec
Merge pull request #843 from dod-ccpo/app-team-role-id
...
Use application_role.id to reference users in team page forms.
2019-05-23 11:14:33 -04:00
leigh-mil
8980b04f7e
Filter the roles relationship on applications to remove deleted roles
2019-05-23 11:07:54 -04:00
dandds
a332d1432e
Use application_role.id to reference users in team page forms.
...
Membership in a resource should be decoupled from the users table.
2019-05-23 10:13:57 -04:00