Commit Graph

336 Commits

Author SHA1 Message Date
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
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
leigh-mil
e7771f789b Start TO form template 2019-06-05 12:58:33 -04:00
richard-dds
e5546ba24e Reorganize portfolio nav, add applications link 2019-06-04 10:10:01 -04:00
George Drummond
83adf1295c /home no longer redirects and has add portfolio button 2019-05-30 09:33:33 -04:00
richard-dds
c653cf2dbf Display a flash message when a user logs out 2019-05-28 16:55:52 -04:00
dandds
01a935f257 Merge pull request #822 from dod-ccpo/app-members-edit
App members edit
2019-05-17 14:08:06 -04:00
dandds
0dc0397702 Update user's environment role on the team page.
- Includes adjustments to the applications.update_team route
- Adds hidden environment ID to the HTML form
2019-05-17 14:00:45 -04:00
dandds
d38c4df878 Form components for changing user environment role 2019-05-17 14:00:44 -04:00
rachel-dtr
3d4892f246 Updating footer language 2019-05-16 09:31:38 -04:00
dandds
ff41a20ad8 Adds additional buttons and functionality to app team settings.
"Add to existing environment" table, "delete member", and environment
roles and env role edit buttons added for every user in the team
settings list. Accompanying CSS changes.
2019-05-15 15:14:07 -04:00
rachel-dtr
c6790e5d7a Updating alert language 2019-05-15 13:28:46 -04:00
rachel-dtr
a37fc3242b Merge pull request #824 from dod-ccpo/oversight-lang
Updating language on oversight page
2019-05-15 11:41:40 -04:00
montana-mil
1c4725840c Merge pull request #815 from dod-ccpo/add-new-env-app-settings
Add New Environment via app settings
2019-05-15 11:30:29 -04:00
rachel-dtr
1a7fb80108 Updating language on oversight page 2019-05-15 10:44:18 -04:00
George Drummond
b8ea1349b2 Merge pull request #817 from dod-ccpo/delete-user-from-application
Delete an application member
2019-05-14 15:45:32 -04:00
George Drummond
b884c8a762 Use common translation 2019-05-14 13:48:43 -04:00
Montana
caf3a47c68 Update banners
- Adds "Create a new environment" title to info banner
- Adds a new "environment added" success banner
2019-05-14 11:51:10 -04:00
Montana
41818d7955 Toggle on click
- New copy to the translations file
- CSS is not updated
2019-05-14 11:45:39 -04:00
George Drummond
27a4ef12c6 Delete an application member 2019-05-14 11:07:08 -04:00
leigh-mil
c5e85c4f1e Rebase fix 2019-05-14 11:05:40 -04:00
leigh-mil
e0872d1095 Move text to translations file 2019-05-14 11:00:14 -04:00
George Drummond
a4156507d3 Merge pull request #814 from dod-ccpo/delete-environment-translations
Add in missing "delete environment" translations
2019-05-14 10:25:05 -04:00
George Drummond
1f0b48703c Pass in resource as a variable 2019-05-13 09:48:28 -04:00
George Drummond
3544386670 Add in missing "delete environment" translations 2019-05-13 09:43:54 -04:00
Montana
74422c57aa Use common "View" for translations
-also pipe translate in injected html for a flash
2019-05-13 09:28:47 -04:00
rachel-dtr
39a0716028 Updating content across the site 2019-05-10 10:28:02 -04:00
montana-mil
fb7efc6057 Merge pull request #801 from dod-ccpo/app-team-permissions
Application Team Table Permissions
2019-05-07 16:27:23 -04:00
rachel-dtr
298681598b Merge pull request #807 from dod-ccpo/content-cleanup
Cleaning up content
2019-05-07 11:00:22 -04:00
George Drummond
d9ed8ed2f1 Merge pull request #806 from dod-ccpo/delete-environment
Delete environments from an application
2019-05-07 10:18:32 -04:00
rachel-dtr
dbdaf376a0 Cleaning up content 2019-05-06 15:22:17 -04:00
George Drummond
f314e9238d Fix button copy 2019-05-06 15:21:27 -04:00
Montana
1759732d38 Add success banner
- The banner does not display which members were updated
2019-05-06 15:17:48 -04:00
rachel-dtr
8c34146c0b Updating content up through Funding page 2019-05-06 11:16:11 -04:00
dandds
4289554e76 Style and formatting updates to environments and team tables.
- Use the built-in grid system for columns.
- Add column heads to environments table.
- Add delete icon to environments table.
2019-05-03 12:44:05 -04:00
dandds
e457e9a60d Style improvements to the add a new application page:
- fix size of description textarea
- place "remove" buttons closer to text input fields for environments
- add icon for "add another environment" link
2019-05-02 13:19:33 -04:00
dandds
e709de1d49 Merge pull request #792 from dod-ccpo/style-updates
Style updates
2019-05-01 11:44:24 -04:00
George Drummond
77aaf301c2 Merge pull request #790 from dod-ccpo/dod-notice
Add DoD Disclaimer
2019-05-01 11:40:19 -04:00
dandds
4cde4d88d1 Style updates to portfolio team page:
- right align environment toggle
- fix environment toggle text, add caret icons
- display user permissions correctly
2019-05-01 10:51:32 -04:00
dandds
4f304d747e Small tweaks for adding a new application member:
- raise specific invitation type if invite not found in invitation domain classes
- more terse assignments of defaults in invitation service, smh
- terser margin expression for inline input fields
- sass formatting
- use translation for cancel link
- oxford comma for app team management permission explanation
- do not format environment roles with hyphens for role selection
- generalize some additional methods in the invitation domain base class
- use plain atst.models import path
2019-04-30 17:14:58 -04:00
dandds
9c84e30172 frontend for adding new application member
- updated styling
- eliminated stray <form> tag in application team template
2019-04-30 14:43:23 -04:00
dandds
ade77e6b91 Route for adding new application member
- domain method for creating a new application member
- ApplicationInvitations domain class
- nested form for adding a new user that holds user data, application
  permission sets, and environment roles
- Invitation service can infer invitation type based on role it's given
- new invitation email templates
2019-04-30 14:41:55 -04:00
George Drummond
4d47c881b6 Add DoD Disclaimer 2019-04-29 15:52:28 -04:00
George Drummond
079672c818 Update application environments 2019-04-29 10:46:21 -04:00
Montana
a97c87dca1 Omit Members on App Env table header 2019-04-26 09:35:21 -04:00
rachel-dtr
0dd8145589 Updating some language on basics page 2019-04-23 11:33:13 -04:00
George Drummond
db7e389c19 Sort translations.yaml 2019-04-22 13:44:23 -04:00
rachel-dtr
61ee645394 Removing KO from language 2019-04-19 10:42:56 -04:00
rachel-dtr
193d5c2a43 Updating language throughout TO process 2019-04-18 11:31:33 -04:00
George Drummond
769867c6a9 Display app users view only table 2019-04-17 13:25:45 -04:00