dandds
c3f89ba149
add form for editing workspace name
2018-09-17 13:10:37 -04:00
Andrew Croce
0cf81f3a5b
timestamp formatting vue component
2018-09-14 11:39:42 -04:00
Andrew Croce
5f5052f528
ccpo approval form script
2018-09-14 11:39:42 -04:00
Andrew Croce
19e80cd183
add noMaxWidth, label and description overrides to text input
2018-09-14 11:39:42 -04:00
Andrew Croce
f25bd2aabf
didnt actually need D3!!
2018-09-11 11:25:52 -04:00
Andrew Croce
7a88f581f1
remove console log
2018-09-11 11:23:22 -04:00
Andrew Croce
072e565b84
polyfill for svg innerhtml
2018-09-11 11:23:22 -04:00
Andrew Croce
dd5f09c44c
dollar formatting helper methods
2018-09-11 11:23:22 -04:00
Andrew Croce
22dc20ab73
budget chart vue component
2018-09-11 11:23:22 -04:00
Andrew Croce
d882c552dc
starting charting
2018-09-11 11:23:22 -04:00
Andrew Croce
fa1292662c
remove first and third zeros from PE number input mask
2018-09-07 15:44:48 -04:00
Andrew Croce
231b3788de
make leading zeros optional, remove 0 prefix
2018-09-07 15:44:48 -04:00
Andrew Croce
6026478cfa
Add validations/masking for PE number, treasury code, and BA code
2018-09-07 15:44:48 -04:00
richard-dds
bd3aad47d7
Remove console.log
2018-08-31 14:06:15 -04:00
richard-dds
b1326a7c75
Use object for selector component
2018-08-31 13:58:25 -04:00
Andrew Croce
ab77935cdc
selector vue component
2018-08-31 10:14:18 -04:00
andrewdds
5c09c05ec9
Merge pull request #227 from dod-ccpo/member-roles
...
Member roles
2018-08-29 10:49:12 -04:00
andrewdds
1fb43a9fd6
Merge pull request #204 from dod-ccpo/internet-explorer-fixes
...
Internet explorer fixes
2018-08-27 16:59:31 -04:00
luis cielak
fbffc41cb6
Rename modal and remove dismiss functionality
2018-08-27 14:39:47 -04:00
luis cielak
53f959ca8b
Expand section for active access by default
2018-08-27 09:44:08 -04:00
Patrick Smith
e4649e1b60
Show confirmation modal when creating project
2018-08-23 16:51:09 -04:00
Patrick Smith
b8a983f4dc
Use form mixin for add field change handler
2018-08-23 16:51:09 -04:00
Patrick Smith
180cedf6db
Add global mixin for modal
...
This allows the modal to be used anywhere in the component hierarchy,
rather than requiring it to be in the top level.
2018-08-23 16:15:35 -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
5210b9e17a
Correctly format incoming environment names
2018-08-23 10:33:53 -04:00
andrewdds
08783e60ce
Merge branch 'master' into ui/reports-spend-table
2018-08-23 08:26:41 -04:00
richard-dds
d9e66e04c2
Send valid form data
2018-08-22 17:06:13 -04:00
Andrew Croce
bbdd644309
Add babel polyfill
2018-08-22 16:25:04 -04:00
Andrew Croce
3c20053268
remove unnecessary mounted function
2018-08-22 13:29:25 -04:00
Andrew Croce
eb04321277
Toggler component
2018-08-22 11:05:37 -04:00
richard-dds
020e1b9cb0
Allow user to create new fields for environment names
...
Currently only one of them is being created.
2018-08-21 20:21:10 -04:00
richard-dds
59b5e19c79
Funding type other input is only required if funding type is other
2018-08-17 14:36:03 -04:00
richard-dds
bcf74b09eb
Expand BooleanField's default_values for stepthrough test
2018-08-15 11:28:48 -04:00
richard-dds
932922cfe6
Use new checkboxinput for POC checkbox
2018-08-15 11:28:48 -04:00
richard-dds
c639a82b82
Hide fields on page load if necessary
2018-08-15 11:28:48 -04:00
richard-dds
c6618c503b
Create new template and form field
2018-08-15 11:28:48 -04:00
luis cielak
cda585c3a3
Update validation icon placement and placeholders
2018-08-15 10:49:48 -04:00
luis cielak
483d606cf0
Update tooltips, placehoders, and field info
2018-08-15 10:49:48 -04:00
luisgov
b4b7d0cbcb
Merge branch 'master' into ui/tooltips
2018-08-13 15:26:04 -04:00
luisgov
143c58addc
Merge branch 'master' into ui/tooltips
2018-08-13 15:05:08 -04:00
Patrick Smith
95267f6031
Use format mask to stringify dollar amount
2018-08-13 11:29:25 -04:00
Patrick Smith
6e763773b5
Toggle option for organization providing assistance
2018-08-13 11:28:41 -04:00
Patrick Smith
f53e656475
Don't display cloud migration questions until an answer is selected
2018-08-13 11:28:41 -04:00
Patrick Smith
8859ca238e
Show annual spend calculated from monthly spend
2018-08-13 11:28:41 -04:00
Patrick Smith
855857217f
Set custom delimiters for Vue
...
Normally, in Vue.js, you could use `{{ variable }}` to render the value
of some variable. In our setup however, Jinja expects to handle the
`{{}}` as a template. This change allows us to use `!{ variable }` to
render the value in our Vue templates.
2018-08-13 11:28:41 -04:00
Patrick Smith
88ede0c696
Emit raw field value instead of masked value
2018-08-13 11:28:41 -04:00
Patrick Smith
86391e4ab5
Hook up details of use form to Vue to show/hide migration fields
2018-08-13 11:28:41 -04:00
Patrick Smith
687af77e33
Emit field change event for options inputs
2018-08-13 11:28:40 -04:00
Patrick Smith
90240c19af
Emit field change events from root
2018-08-13 11:28:40 -04:00
dandds
6fa57c310a
Merge pull request #158 from dod-ccpo/over-one-mill-159007546
...
Over one mill 159007546
2018-08-13 11:19:29 -04:00