| 2017-11-13 |
Added Request Feedback button to the share plan page
...
modifications to tooltips and email defaults
moved email constants to usermailer
aded missing colon
started adding in the button to request feedback
modifications to tooltips and email defaults
started adding in the button to request feedback
finsihed adding request feedback button
Removed old comment
switched to roles
updated to role based reviewer
updated user_mailer
moved feedback confirmation defaults to methods on UserMailer
added default visibility back to schema.rb
made adjustments based on PR feedback
refactored to use flagshihtzu function that returns values for flags
briley
committed
on 13 Nov 2017
|
| 2017-11-07 |
Visibility view completed. DMPRoadmap/roadmap#732
...
visibility communicating with the right controller action. DMPRoadmap/roadmap#732
visibility_allowed method for Plan. Adequate error handling for visibility action. DMPRoadmap/roadmap#732
UserMailer for when the visibility is successfully saved. DMPRoadmap/roadmap#732
Jose Lloret
committed
on 7 Nov 2017
|
| 2017-10-17 |
Merge branch 'CDL-MVP' into static_pages
Bhavi
authored
on 17 Oct 2017
GitHub
committed
on 17 Oct 2017
|
Bootstrap changes to plans forms
...
Minor fixes in plans forms and static pages
bhavi
committed
on 17 Oct 2017
|
| 2017-10-16 |
Fixed issues with plan duplicattion, plan visibility and plan download
...
updated share visibility message and updated threshold to 50% done instead of 1 question answered
added debounce to new plan to prevent multiple ajax calls for available templates
fixes to Plan download and share pages
fixed issue with plan duplicate/copy
fixed issue with plan duplication test
placed 50% plan visibility threshold in app config
fixed linter issue
added percentage sign to visibility rule description
tweak to js to hide instead of fadeout on load
briley
committed
on 16 Oct 2017
|
| 2017-10-12 |
Added ajax to share plan page
...
added notificationHelper.js and added ajax to share plan page
fixed js issues found by linter
Brian Riley
committed
on 12 Oct 2017
|
| 2017-09-12 |

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
|
| 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
|
| 2017-08-29 |
added generic layout partial for plan navigation tabs, bootstrapped the share plan page DMPRoadmap/roadmap#560
briley
committed
on 29 Aug 2017
|