| 2017-11-30 |
Autosave to change permissions on a plan for collaborators. DMPRoadmap/roadmap#840
...
destroy role action allowed for users that can administer a plan. DMPRoadmap/roadmap#857
simplified logic to handle permissions for collaborators in a plan. DMPRoadmap/roadmap#857
removed unused JS function listener. DMPRoadmap/roadmap#857
Jose Lloret
committed
on 30 Nov 2017
|
| 2017-11-27 |
concern to validate and parse an array of object links. DMPRoadmap/roadmap#819
...
validator for links attribute at templates. DMPRoadmap/roadmap#819
funder and sample links visible in funder templates html view. DMPRoadmap/roadmap#819
links view and its JS associated. DMPRoadmap/roadmap#819
Jose Lloret
committed
on 27 Nov 2017
|
| 2017-11-21 |
paginable module to accomodate any model that needs paginated views. DMPRoadmap/roadmap#786
...
Pagination for plan model. DMPRoadmap/roadmap#786
Pagination for user model. DMPRoadmap/roadmap#786
Jose Lloret
committed
on 21 Nov 2017
|
| 2017-10-26 |
after_create plan callback for saving answers. TODO error handling at answers#update. DMPRoadmap/roadmap#530
...
error handling for when an answer does not exist. DMPRoadmap/roadmap#530
error handling for answering questions. DMPRoadmap/roadmap#530
optimistic locking fixed. DMPRoadmap/roadmap#530
fixed tests after create callback for answers. Refactored answers js file. DMPRoadmap/roadmap#530
Jose Lloret
committed
on 26 Oct 2017
|
| 2017-10-25 |
Added active tab logic as tabHelper.js
...
added helper task to detect active tab
converted active tab logic to be handled via JS
added hash to default profile tab
fixed broken test
Brian Riley
authored
on 20 Oct 2017
briley
committed
on 25 Oct 2017
|
| 2017-10-24 |
Created shared org autocomplete/other org control for Profile and Create Account pages
...
added js and css for autocomplete box and other org toggle
added logic to disable org change while account is linked. added warning for org admin about losing priveleges
tweaked css to work on both forms. added logic to hide link creds if no org
removed change to package-lock.json
fixed logic bug in display of shib link
removed check for nil allow_other_orgs
briley
committed
on 24 Oct 2017
|
| 2017-10-19 |
tinymce load for template, phase, section. DMPRoadmap/roadmap#655
...
question_options logic for adding and removing. DMPRoadmap/roadmap#655
add question form bootstrap. DMPRoadmap/roadmap#655
edit question form bootstrap. DMPRoadmap/roadmap#655
Jose Lloret
committed
on 19 Oct 2017
|
| 2017-10-17 |
Bootstrapped the Guidances and Guidance Groups pages and copnverted ES5 to ES6 DMPRoadmap/roadmap#645
...
added select and tinymce to ariatiseForm. Bootstrapped guidances and new guidance pages
added tinymce to ariatiseForm, bootstrapped the new and edit guidance pages
bootstrapped the guidance_groups pages
briley
committed
on 17 Oct 2017
|
| 2017-10-11 |
Fixed bugs for AJAX mixed content and Restful links
...
fixed ajax mixed content error for DMPRoadmap/roadmap#689
moved tooltip and table JS to helper files. Added a linkHelper.js to deal with the loss of Rails' restful links DMPRoadmap/roadmap#685
fixed linter issues with new linkHelper.js
briley
committed
on 11 Oct 2017
|
| 2017-10-10 |
Removed ES5 JS files DMPRoadmap/roadmap#666
...
removed es5 javascripts
removed old unecessary es5 JS files and updated application.js to pull in all es6 files
briley
committed
on 10 Oct 2017
|
Merge branch 'CDL-MVP' into org_admin
Bhavi
authored
on 10 Oct 2017
GitHub
committed
on 10 Oct 2017
|
| 2017-10-09 |
Merge pull request #671 from CDLUC3/issue568
...
Converted popovers and tooltips to Bootstrap tooltips
Bhavi
authored
on 9 Oct 2017
GitHub
committed
on 9 Oct 2017
|
| 2017-10-06 |

Converted popovers and tooltips to Bootstrap tooltips DMPRoadmap/roadmap#568
...
commented out import of old ES5 tooltip JS
added bootstrap tooltip wiring to application.js
removed boostrap tooltip/popover calls from devise/regisitrations/edit and updated html
added placement and animation rules to general tooltip init. converted edit plan details page to use tooltips
removed irrelevant data-placement from edit profile tooltips
converted guidance group popovers to tooltips
converted guidance popovers to tooltips
converted popovers on phase edit/add to tooltips
converted popoevers to bootstrap tooltips on sections and questions
removed popover references from annotations, and templates
boostrapped the shibboleth_ds page and converted ES5 to ES6
fixed linter issues with shib_ds. added tooltip functionality to autocomplete erb
updated tooltip on create account page
updated tooltips on table filter and grant permissions pages
removed redundant right placement on personal details form
fixed broken test
briley
authored
on 5 Oct 2017
Brian Riley
committed
on 6 Oct 2017
|
| 2017-10-04 |
Merge branch 'CDL-MVP' into org_admin_details_page
Bhavi
authored
on 4 Oct 2017
GitHub
committed
on 4 Oct 2017
|
Bootstrap Org Details Page (#647)
...
Bootstrap Org Details
Bootstrap Org Details Page
update js of Org Admin
udpate js to es6 (in progress)
include Tinymce function def
bhavi
committed
on 4 Oct 2017
|
| 2017-10-03 |
converted table collate and filterise to ES6 and added call for it to application.js
...
Removed old <%- ... -%> style markup. This was from Rails pre 3.x
added tableHelper.js with collate and ariatise methods. updated my dashboard page to use tableHelper
moved collate/filterise calls to application.js since the selectors are the same across tables
briley
committed
on 3 Oct 2017
|
| 2017-09-27 |
templates index view bootstrapped. DMPRoadmap/roadmap#643
...
admin_template action and views associated bootstrap. DMPRoadmap/roadmap#562
edit_template and add_phase using new partials tooltip and popover. DMPRoadmap/roadmap#643
layout view for template show, its phases, sections and add new phace. DMPRoadmap/roadmap#643
accordion for section phases. Edit and show phase. DMPRoadmap/roadmap#643
add section to a phase completed. DMPRoadmap/roadmap#643
show and edit sections completed. DMPRoadmap/roadmap#643
fixed broken tests. DMPRoadmap/roadmap#643
Jose Lloret
committed
on 27 Sep 2017
|
| 2017-09-21 |
guidances_notes layout according to bootstrap. DMPRoadmap/roadmap#562
...
new notes view according to bootstrap. Display logic for each view at JS. DMPRoadmap/roadmap#562
new notes working without js.erb templates. Fixed functional test broken. TODO update number of comments view. DMPRoadmap/roadmap#562
$.ajax attributes url and method extracted from closest form action and method attributes respectively. DMPRoadmap/roadmap#562
number of comments template and includes method at answer for abstracting logic. DMPRoadmap/roadmap#562
Jose Lloret
committed
on 21 Sep 2017
|
| 2017-09-15 |

Bootstrapped Edit Profile page (#90)
...
* DMPRoadmap/roadmap#issue567
- Bootstrapped the Write Plan page accordions
- Rebased with latest from CDL-MVP
bootstrapped the phases accordion DMPRoadmap/roadmap#567
added es6 function to provide expand/collapse all functionality. bootstrapped several accordions DMPRoadmap/roadmap#567
finished Bootstrapping write plan accordions DMPRoadmap/roadmap#567
fixed linter issue DMPRoadmap/roadmap#issue567
fixed linter issue
* Bootstrapping and ES6 of the Plan Download page DMPRoadmap/roadmap#561.
- Renamed show_export.html.erb to download.html.erb (updated controller, policy, links and route)
- Renamed export_settings.js to download.js and dropped unused auto-save JS (no longer a part of wireframes)
- Bootstrapped page html
changed name of show_export to download to match UI terminology. Bootstrapped download page
Added ES6 JS for download page and made tweaks to the format
* DMPRoadmap/roadmap#562
edit phases using plan navigation layout
bootstrap plan progress. bootstrap sections header. added togglable section icons for expand/collapse
answers_controller returning a JSON with partial views rendered. Split question types in different partials. Started new answers/status.js
Rename view to edit_plan_answers.html.erb. Load tinymce through ES6 for question answers. Delete old status.js ES5. Added timeago to vendor
fixed broken test regarding answers_controller
* fixed linter issue with CRLF
* fixed tests broken by name change from show_export to download.
* Boostrapped the create plan page. DMPRoadmap/roadmap#632
- Converted JS for page over to ES6
- Added stub test and fixture
- Converted jquery autocomplete combobox to Bootstrap and ES6
TODO:
- Add in AJAX calls to retrieve template options based on org/funder selections
- Fix issue with the hidden id field being updated when combobox item is selected
- Finish tests for the autoComplete.js
Bootstrapped Plan Writing and Download pages (#88)
* DMPRoadmap/roadmap#issue567
* DMPRoadmap/roadmap#issue561
- Bootstrapped the Write Plan page accordions
- Rebased with latest from CDL-MVP
bootstrapped the phases accordion DMPRoadmap/roadmap#567
added es6 function to provide expand/collapse all functionality. bootstrapped several accordions DMPRoadmap/roadmap#567
finished Bootstrapping write plan accordions DMPRoadmap/roadmap#567
fixed linter issue DMPRoadmap/roadmap#issue567
fixed linter issue
* Bootstrapping and ES6 of the Plan Download page DMPRoadmap/roadmap#561.
- Renamed show_export.html.erb to download.html.erb (updated controller, policy, links and route)
- Renamed export_settings.js to download.js and dropped unused auto-save JS (no longer a part of wireframes)
- Bootstrapped page html
changed name of show_export to download to match UI terminology. Bootstrapped download page
Added ES6 JS for download page and made tweaks to the format
* DMPRoadmap/roadmap#562
edit phases using plan navigation layout
bootstrap plan progress. bootstrap sections header. added togglable section icons for expand/collapse
answers_controller returning a JSON with partial views rendered. Split question types in different partials. Started new answers/status.js
Rename view to edit_plan_answers.html.erb. Load tinymce through ES6 for question answers. Delete old status.js ES5. Added timeago to vendor
fixed broken test regarding answers_controller
* fixed linter issue with CRLF
* fixed tests broken by name change from show_export to download.
added JS tests for expandCollapseAll accordion functionality
fixed linter complaint about double vs single quotes in test
removed a few empty and unused views. removed old es5 js for create plan page. bootstrapped the create plan page
boostrapped the create plan page. converted jquery autocomplete to ES6 and bootstrap. started adding JS tests
removed unfinished tests for autocomplete, will finihs after demo. added comments to autoComplete.js
* Boostrapped the create plan page
* Bootstrap User profile page (#563) (#637)
* adding bootstrap classes to the form
* add bootstrap classes to user details and preferences tab
* add user profile page js file
* add other tabs form to js bundle as well
* import password validator js into user_profile
* Pulling in Bootstrap of Create Plan changes (#89)
* DMPRoadmap/roadmap#issue567
- Bootstrapped the Write Plan page accordions
- Rebased with latest from CDL-MVP
bootstrapped the phases accordion DMPRoadmap/roadmap#567
added es6 function to provide expand/collapse all functionality. bootstrapped several accordions DMPRoadmap/roadmap#567
finished Bootstrapping write plan accordions DMPRoadmap/roadmap#567
fixed linter issue DMPRoadmap/roadmap#issue567
fixed linter issue
* Bootstrapping and ES6 of the Plan Download page DMPRoadmap/roadmap#561.
- Renamed show_export.html.erb to download.html.erb (updated controller, policy, links and route)
- Renamed export_settings.js to download.js and dropped unused auto-save JS (no longer a part of wireframes)
- Bootstrapped page html
changed name of show_export to download to match UI terminology. Bootstrapped download page
Added ES6 JS for download page and made tweaks to the format
* DMPRoadmap/roadmap#562
edit phases using plan navigation layout
bootstrap plan progress. bootstrap sections header. added togglable section icons for expand/collapse
answers_controller returning a JSON with partial views rendered. Split question types in different partials. Started new answers/status.js
Rename view to edit_plan_answers.html.erb. Load tinymce through ES6 for question answers. Delete old status.js ES5. Added timeago to vendor
fixed broken test regarding answers_controller
* fixed linter issue with CRLF
* fixed tests broken by name change from show_export to download.
* Boostrapped the create plan page. DMPRoadmap/roadmap#632
- Converted JS for page over to ES6
- Added stub test and fixture
- Converted jquery autocomplete combobox to Bootstrap and ES6
TODO:
- Add in AJAX calls to retrieve template options based on org/funder selections
- Fix issue with the hidden id field being updated when combobox item is selected
- Finish tests for the autoComplete.js
Bootstrapped Plan Writing and Download pages (#88)
* DMPRoadmap/roadmap#issue567
* DMPRoadmap/roadmap#issue561
- Bootstrapped the Write Plan page accordions
- Rebased with latest from CDL-MVP
bootstrapped the phases accordion DMPRoadmap/roadmap#567
added es6 function to provide expand/collapse all functionality. bootstrapped several accordions DMPRoadmap/roadmap#567
finished Bootstrapping write plan accordions DMPRoadmap/roadmap#567
fixed linter issue DMPRoadmap/roadmap#issue567
fixed linter issue
* Bootstrapping and ES6 of the Plan Download page DMPRoadmap/roadmap#561.
- Renamed show_export.html.erb to download.html.erb (updated controller, policy, links and route)
- Renamed export_settings.js to download.js and dropped unused auto-save JS (no longer a part of wireframes)
- Bootstrapped page html
changed name of show_export to download to match UI terminology. Bootstrapped download page
Added ES6 JS for download page and made tweaks to the format
* DMPRoadmap/roadmap#562
edit phases using plan navigation layout
bootstrap plan progress. bootstrap sections header. added togglable section icons for expand/collapse
answers_controller returning a JSON with partial views rendered. Split question types in different partials. Started new answers/status.js
Rename view to edit_plan_answers.html.erb. Load tinymce through ES6 for question answers. Delete old status.js ES5. Added timeago to vendor
fixed broken test regarding answers_controller
* fixed linter issue with CRLF
* fixed tests broken by name change from show_export to download.
added JS tests for expandCollapseAll accordion functionality
fixed linter complaint about double vs single quotes in test
removed a few empty and unused views. removed old es5 js for create plan page. bootstrapped the create plan page
boostrapped the create plan page. converted jquery autocomplete to ES6 and bootstrap. started adding JS tests
removed unfinished tests for autocomplete, will finihs after demo. added comments to autoComplete.js
* Boostrapped the create plan page
* add user profile page js file
* add other tabs form to js bundle as well
import password validator js into user_profile
update the jquery to es6 for preferences
* fixing minor issues on user_profile related to forms
Brian Riley
authored
on 15 Sep 2017
GitHub
committed
on 15 Sep 2017
|

Bootstrap User profile page (#563) (#637)
...
* adding bootstrap classes to the form
* add bootstrap classes to user details and preferences tab
* add user profile page js file
* add other tabs form to js bundle as well
* import password validator js into user_profile
* Pulling in Bootstrap of Create Plan changes (#89)
* DMPRoadmap/roadmap#issue567
- Bootstrapped the Write Plan page accordions
- Rebased with latest from CDL-MVP
bootstrapped the phases accordion DMPRoadmap/roadmap#567
added es6 function to provide expand/collapse all functionality. bootstrapped several accordions DMPRoadmap/roadmap#567
finished Bootstrapping write plan accordions DMPRoadmap/roadmap#567
fixed linter issue DMPRoadmap/roadmap#issue567
fixed linter issue
* Bootstrapping and ES6 of the Plan Download page DMPRoadmap/roadmap#561.
- Renamed show_export.html.erb to download.html.erb (updated controller, policy, links and route)
- Renamed export_settings.js to download.js and dropped unused auto-save JS (no longer a part of wireframes)
- Bootstrapped page html
changed name of show_export to download to match UI terminology. Bootstrapped download page
Added ES6 JS for download page and made tweaks to the format
* DMPRoadmap/roadmap#562
edit phases using plan navigation layout
bootstrap plan progress. bootstrap sections header. added togglable section icons for expand/collapse
answers_controller returning a JSON with partial views rendered. Split question types in different partials. Started new answers/status.js
Rename view to edit_plan_answers.html.erb. Load tinymce through ES6 for question answers. Delete old status.js ES5. Added timeago to vendor
fixed broken test regarding answers_controller
* fixed linter issue with CRLF
* fixed tests broken by name change from show_export to download.
* Boostrapped the create plan page. DMPRoadmap/roadmap#632
- Converted JS for page over to ES6
- Added stub test and fixture
- Converted jquery autocomplete combobox to Bootstrap and ES6
TODO:
- Add in AJAX calls to retrieve template options based on org/funder selections
- Fix issue with the hidden id field being updated when combobox item is selected
- Finish tests for the autoComplete.js
Bootstrapped Plan Writing and Download pages (#88)
* DMPRoadmap/roadmap#issue567
* DMPRoadmap/roadmap#issue561
- Bootstrapped the Write Plan page accordions
- Rebased with latest from CDL-MVP
bootstrapped the phases accordion DMPRoadmap/roadmap#567
added es6 function to provide expand/collapse all functionality. bootstrapped several accordions DMPRoadmap/roadmap#567
finished Bootstrapping write plan accordions DMPRoadmap/roadmap#567
fixed linter issue DMPRoadmap/roadmap#issue567
fixed linter issue
* Bootstrapping and ES6 of the Plan Download page DMPRoadmap/roadmap#561.
- Renamed show_export.html.erb to download.html.erb (updated controller, policy, links and route)
- Renamed export_settings.js to download.js and dropped unused auto-save JS (no longer a part of wireframes)
- Bootstrapped page html
changed name of show_export to download to match UI terminology. Bootstrapped download page
Added ES6 JS for download page and made tweaks to the format
* DMPRoadmap/roadmap#562
edit phases using plan navigation layout
bootstrap plan progress. bootstrap sections header. added togglable section icons for expand/collapse
answers_controller returning a JSON with partial views rendered. Split question types in different partials. Started new answers/status.js
Rename view to edit_plan_answers.html.erb. Load tinymce through ES6 for question answers. Delete old status.js ES5. Added timeago to vendor
fixed broken test regarding answers_controller
* fixed linter issue with CRLF
* fixed tests broken by name change from show_export to download.
added JS tests for expandCollapseAll accordion functionality
fixed linter complaint about double vs single quotes in test
removed a few empty and unused views. removed old es5 js for create plan page. bootstrapped the create plan page
boostrapped the create plan page. converted jquery autocomplete to ES6 and bootstrap. started adding JS tests
removed unfinished tests for autocomplete, will finihs after demo. added comments to autoComplete.js
* Boostrapped the create plan page
* add user profile page js file
* add other tabs form to js bundle as well
import password validator js into user_profile
update the jquery to es6 for preferences
* fixing minor issues on user_profile related to forms
Bhavi
authored
on 15 Sep 2017
Brian Riley
committed
on 15 Sep 2017
|
| 2017-09-12 |

Pulling in Bootstrap of Create Plan changes (#89)
...
* DMPRoadmap/roadmap#issue567
- Bootstrapped the Write Plan page accordions
- Rebased with latest from CDL-MVP
bootstrapped the phases accordion DMPRoadmap/roadmap#567
added es6 function to provide expand/collapse all functionality. bootstrapped several accordions DMPRoadmap/roadmap#567
finished Bootstrapping write plan accordions DMPRoadmap/roadmap#567
fixed linter issue DMPRoadmap/roadmap#issue567
fixed linter issue
* Bootstrapping and ES6 of the Plan Download page DMPRoadmap/roadmap#561.
- Renamed show_export.html.erb to download.html.erb (updated controller, policy, links and route)
- Renamed export_settings.js to download.js and dropped unused auto-save JS (no longer a part of wireframes)
- Bootstrapped page html
changed name of show_export to download to match UI terminology. Bootstrapped download page
Added ES6 JS for download page and made tweaks to the format
* DMPRoadmap/roadmap#562
edit phases using plan navigation layout
bootstrap plan progress. bootstrap sections header. added togglable section icons for expand/collapse
answers_controller returning a JSON with partial views rendered. Split question types in different partials. Started new answers/status.js
Rename view to edit_plan_answers.html.erb. Load tinymce through ES6 for question answers. Delete old status.js ES5. Added timeago to vendor
fixed broken test regarding answers_controller
* fixed linter issue with CRLF
* fixed tests broken by name change from show_export to download.
* Boostrapped the create plan page. DMPRoadmap/roadmap#632
- Converted JS for page over to ES6
- Added stub test and fixture
- Converted jquery autocomplete combobox to Bootstrap and ES6
TODO:
- Add in AJAX calls to retrieve template options based on org/funder selections
- Fix issue with the hidden id field being updated when combobox item is selected
- Finish tests for the autoComplete.js
Bootstrapped Plan Writing and Download pages (#88)
* DMPRoadmap/roadmap#issue567
* DMPRoadmap/roadmap#issue561
- Bootstrapped the Write Plan page accordions
- Rebased with latest from CDL-MVP
bootstrapped the phases accordion DMPRoadmap/roadmap#567
added es6 function to provide expand/collapse all functionality. bootstrapped several accordions DMPRoadmap/roadmap#567
finished Bootstrapping write plan accordions DMPRoadmap/roadmap#567
fixed linter issue DMPRoadmap/roadmap#issue567
fixed linter issue
* Bootstrapping and ES6 of the Plan Download page DMPRoadmap/roadmap#561.
- Renamed show_export.html.erb to download.html.erb (updated controller, policy, links and route)
- Renamed export_settings.js to download.js and dropped unused auto-save JS (no longer a part of wireframes)
- Bootstrapped page html
changed name of show_export to download to match UI terminology. Bootstrapped download page
Added ES6 JS for download page and made tweaks to the format
* DMPRoadmap/roadmap#562
edit phases using plan navigation layout
bootstrap plan progress. bootstrap sections header. added togglable section icons for expand/collapse
answers_controller returning a JSON with partial views rendered. Split question types in different partials. Started new answers/status.js
Rename view to edit_plan_answers.html.erb. Load tinymce through ES6 for question answers. Delete old status.js ES5. Added timeago to vendor
fixed broken test regarding answers_controller
* fixed linter issue with CRLF
* fixed tests broken by name change from show_export to download.
added JS tests for expandCollapseAll accordion functionality
fixed linter complaint about double vs single quotes in test
removed a few empty and unused views. removed old es5 js for create plan page. bootstrapped the create plan page
boostrapped the create plan page. converted jquery autocomplete to ES6 and bootstrap. started adding JS tests
removed unfinished tests for autocomplete, will finihs after demo. added comments to autoComplete.js
* Boostrapped the create plan page
Brian Riley
authored
on 12 Sep 2017
GitHub
committed
on 12 Sep 2017
|

Boostrapped the create plan page. DMPRoadmap/roadmap#632
...
- Converted JS for page over to ES6
- Added stub test and fixture
- Converted jquery autocomplete combobox to Bootstrap and ES6
TODO:
- Add in AJAX calls to retrieve template options based on org/funder selections
- Fix issue with the hidden id field being updated when combobox item is selected
- Finish tests for the autoComplete.js
Bootstrapped Plan Writing and Download pages (#88)
* DMPRoadmap/roadmap#issue567
* DMPRoadmap/roadmap#issue561
- Bootstrapped the Write Plan page accordions
- Rebased with latest from CDL-MVP
bootstrapped the phases accordion DMPRoadmap/roadmap#567
added es6 function to provide expand/collapse all functionality. bootstrapped several accordions DMPRoadmap/roadmap#567
finished Bootstrapping write plan accordions DMPRoadmap/roadmap#567
fixed linter issue DMPRoadmap/roadmap#issue567
fixed linter issue
* Bootstrapping and ES6 of the Plan Download page DMPRoadmap/roadmap#561.
- Renamed show_export.html.erb to download.html.erb (updated controller, policy, links and route)
- Renamed export_settings.js to download.js and dropped unused auto-save JS (no longer a part of wireframes)
- Bootstrapped page html
changed name of show_export to download to match UI terminology. Bootstrapped download page
Added ES6 JS for download page and made tweaks to the format
* DMPRoadmap/roadmap#562
edit phases using plan navigation layout
bootstrap plan progress. bootstrap sections header. added togglable section icons for expand/collapse
answers_controller returning a JSON with partial views rendered. Split question types in different partials. Started new answers/status.js
Rename view to edit_plan_answers.html.erb. Load tinymce through ES6 for question answers. Delete old status.js ES5. Added timeago to vendor
fixed broken test regarding answers_controller
* fixed linter issue with CRLF
* fixed tests broken by name change from show_export to download.
added JS tests for expandCollapseAll accordion functionality
fixed linter complaint about double vs single quotes in test
removed a few empty and unused views. removed old es5 js for create plan page. bootstrapped the create plan page
boostrapped the create plan page. converted jquery autocomplete to ES6 and bootstrap. started adding JS tests
removed unfinished tests for autocomplete, will finihs after demo. added comments to autoComplete.js
Brian Riley
authored
on 12 Sep 2017
briley
committed
on 12 Sep 2017
|

Bootstrapped Plan Writing and Download pages (#88)
...
* DMPRoadmap/roadmap#issue567
* DMPRoadmap/roadmap#issue561
- Bootstrapped the Write Plan page accordions
- Rebased with latest from CDL-MVP
bootstrapped the phases accordion DMPRoadmap/roadmap#567
added es6 function to provide expand/collapse all functionality. bootstrapped several accordions DMPRoadmap/roadmap#567
finished Bootstrapping write plan accordions DMPRoadmap/roadmap#567
fixed linter issue DMPRoadmap/roadmap#issue567
fixed linter issue
* Bootstrapping and ES6 of the Plan Download page DMPRoadmap/roadmap#561.
- Renamed show_export.html.erb to download.html.erb (updated controller, policy, links and route)
- Renamed export_settings.js to download.js and dropped unused auto-save JS (no longer a part of wireframes)
- Bootstrapped page html
changed name of show_export to download to match UI terminology. Bootstrapped download page
Added ES6 JS for download page and made tweaks to the format
* DMPRoadmap/roadmap#562
edit phases using plan navigation layout
bootstrap plan progress. bootstrap sections header. added togglable section icons for expand/collapse
answers_controller returning a JSON with partial views rendered. Split question types in different partials. Started new answers/status.js
Rename view to edit_plan_answers.html.erb. Load tinymce through ES6 for question answers. Delete old status.js ES5. Added timeago to vendor
fixed broken test regarding answers_controller
* fixed linter issue with CRLF
* fixed tests broken by name change from show_export to download.
Brian Riley
authored
on 12 Sep 2017
GitHub
committed
on 12 Sep 2017
|
| 2017-09-08 |
Bootstrapped accordions on Write Plan page
...
- Bootstrapped the Write Plan page accordions
- Rebased with latest from CDL-MVP
bootstrapped the phases accordion DMPRoadmap/roadmap#567
added es6 function to provide expand/collapse all functionality. bootstrapped several accordions DMPRoadmap/roadmap#567
finished Bootstrapping write plan accordions DMPRoadmap/roadmap#567
fixed linter issue DMPRoadmap/roadmap#issue567
fixed linter issue
Brian Riley
authored
on 8 Sep 2017
GitHub
committed
on 8 Sep 2017
|
| 2017-09-06 |
fixed merge conflicts
briley
committed
on 6 Sep 2017
|
| 2017-08-31 |
moved view js back into individual views files
briley
committed
on 31 Aug 2017
|
added data-validation for emails at plan details. DMPRoadmap/roadmap#559
Jose Lloret
committed
on 31 Aug 2017
|
Fixed linter problems and improved some JS lines. DMPRoadmap/roadmap#558
Jose Lloret
committed
on 31 Aug 2017
|
show and edit details for plan. Tinymce integrated with ES6. DMPRoadmap/roadmap#559
Jose Lloret
committed
on 31 Aug 2017
|
| 2017-08-30 |
moved view specific es6 js to top level views dir. added validation for radio buttons. ariatised plan share page DMPRoadmap/roadmap#560
briley
committed
on 30 Aug 2017
|