-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bootstrapped Plan Download #631
Conversation
briri
commented
Sep 8, 2017
- Renamed show_export.html.erb to download.html.erb more closely match page name (updated corresponding controller, policy, link in tab and route)
- Renamed export_settings.js to download.js and converted to ES6. Dropped all of the old auto-save JS. Can reimplement if needed with shared ES6 JS once that's been built out
- Bootstrapped the form Refactor CSS/JS for Download Plan page #561
- Bootstrapped the Write Plan page accordions - Rebased with latest from CDL-MVP bootstrapped the phases accordion DMPRoadmap#567 added es6 function to provide expand/collapse all functionality. bootstrapped several accordions DMPRoadmap#567 finished Bootstrapping write plan accordions DMPRoadmap#567 fixed linter issue DMPRoadmap/roadmap#issue567 fixed linter issue
- 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
@jollopre it looks like the merge conflict is in the application.js file. You should be able to just resolve it directly in Github. I wonder if it was caused by the new rebasing workflow |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it looks fine to me although some linter problems related line breaks are arisen after resolving the conflict. Please, can you modify the file?
Resolved merge conflict on write plan page (pulled in @jollopre changes to the edit plan page). |
Fixed tests and linter issues |