leigh-mil
c5e31975e2
Fix inputs in member modal forms
2020-02-19 11:42:03 -05:00
leigh-mil
e4e6c4d277
Add DoD ID tooltip to app member and portfolio member forms
2020-02-11 14:01:25 -05:00
graham-dds
3cf9fdac76
Add frontend validation for TextInput()s
...
- Add input validation regexes to input_validations.js
- Add those validators to text fields without validaiton
2020-01-22 15:20:18 -05:00
leigh-mil
88d57a414b
Update copy in new application form.
2020-01-21 11:57:10 -05:00
leigh-mil
9806571001
Refactoring:
...
- Set dict values directly instead of creating a variable
- Comment out unused route function entirely
- Use f-strings for string interpolation
- Move div inside if statement so empty divs are not printed
2020-01-17 10:49:05 -05:00
leigh-mil
0c733dd365
Update display of PPoC and remove option to edit PPoC perms
2020-01-17 10:49:05 -05:00
leigh-mil
81680c4ba4
Add remove manager modal
2020-01-17 10:49:05 -05:00
leigh-mil
78321825a1
Add revoke invite modal
2020-01-17 10:49:05 -05:00
leigh-mil
4f345b462f
Add resend invite form/modal, update routes and tests as necessary.
2020-01-17 10:49:05 -05:00
leigh-mil
56c213285f
Add route to update portfolio manager perms, add modal form to update in the UI
2020-01-17 10:49:05 -05:00
leigh-mil
df285eaa7f
Add toggle menu to portfolio managers table.
...
Stub out menu items.
2020-01-17 10:49:05 -05:00
leigh-mil
a5194d6f70
Remove PPoC files
2020-01-17 10:49:05 -05:00
leigh-mil
70462eee0c
Display portfolio managers alphabetically instead of always having PPoC in the first table row
2020-01-10 10:25:55 -05:00
leigh-mil
17642cda4e
Rename file to better reflect contents
2020-01-10 10:25:55 -05:00
leigh-mil
ffa4a1370c
Set width of Name column in portfolio managers table.
...
Delete unused table styles.
2020-01-10 10:25:55 -05:00
leigh-mil
da398bf1ff
Add status labels to portfolio managers table.
...
Update PortfolioRole.display_status() to return same type of data as
ApplicationRole.display_status().
2020-01-10 10:25:55 -05:00
leigh-mil
a6fcd0c76f
Fix styling on member forms.
...
Include flash message when portfolio manager is added.
Fix submit button text
2020-01-10 10:25:55 -05:00
leigh-mil
abfe8663a1
Update copy in perms form
2020-01-10 10:25:55 -05:00
leigh-mil
89035c815b
Update styling for Manager name and add 'You' tag
2020-01-10 10:25:55 -05:00
leigh-mil
c9d0c64c1f
Fix and generalize styling for member form macro
...
Only display permissions with 'Edit' value
Delete unused files and rename MemberForm macro file
2020-01-10 10:25:55 -05:00
leigh-mil
79b2773852
Portfolio manager invite updates:
...
- Update the form to use BooleanFields for the permissions and make the
form more similar to the Application Members form
- Use MemberFormTemplate macro in the portfolio settings template
- fix tests affected by the form changes
2020-01-10 10:25:55 -05:00
leigh-mil
ff3e585dfe
Initial formatting and styling of portfolio managers table. Deleted unused css
2020-01-10 10:25:55 -05:00
leigh-mil
217a29b0dc
Adjust margins on home page, globally fix hr elements to default to having margins, and add class for hr elements to span full width of their container
2019-12-18 16:55:25 -05:00
leigh-mil
2b884f2c85
Remove route, tests, and template code for deleting a portfolio
2019-12-18 12:22:14 -05:00
leigh-mil
d4facd1e36
Update emitters for vue components on portfolio settings page
2019-11-18 14:14:31 -05:00
leigh-mil
83967e6ed9
Delete unused component and macro
2019-10-22 15:12:19 -04:00
leigh-mil
0f0d9464d8
Update styling for tables across the site
2019-10-22 14:08:31 -04:00
leigh-mil
4d59ba68d9
Add optional arg to the OptionsInput macro call to remove the optional label from the form
...
Disable the button to update the PPoC when there is only one portfolio
member
2019-10-16 12:16:30 -04:00
leigh-mil
4c865c8c66
Style cancel link in multi-step modals
2019-10-08 16:30:28 -04:00
leigh-mil
fe29b5d838
Low-fi update of multi-step modals to fix styling
2019-10-08 16:30:28 -04:00
leigh-mil
7a4c26419f
Low-fi update of modals to fix styling
2019-10-08 16:30:28 -04:00
dandds
4f8cbc2b68
Delete unused Jinja macros and rearrange templates.
...
Templates and fragments that relate to specific resources (portfolios,
applications, task orders) should reside in directories named for the
relevant resource. This also matches the way the application routes are
distributed among modules named for each resource type.
2019-09-25 11:19:56 -04:00