nemac / data_snapshots

0 stars 2 forks source link

This is the combined project for the data snapshots section.

The end goal of this project is to be able to enable one module and have the section ready.

For development purposes you will need to go into the modules/data_snapshots directory and run the redo script.


PRODUCTION DEPENDENCIES


DEVELOPMENT DEPENDENCIES

To enable changes to the display of Data Source nodes follow these steps:

  1. Enable the Display Suite UI module.
  2. Click on the Custom classes tab at the bottom of the Manage Display page for the Data Source content type.
  3. Click on the link Manage region and field CSS classes.
  4. Add these classes to the CSS classes for regions textarea on seperate lines.
    article-body
    article-info
  5. Back on the Custom classes tab, ensure the Class for left is article-body and the Class for right is article-info.

TODO

  1. Generally clean up code
    • Properly bundle css & js
  2. Implementation
    • Write instructions for adding data snapshots to Maps & Data submenu
    • Test in climate.gov
    • Ensure datasets with odd date combinations work
    • Minify Javascript
    • Fix remaining bugs