datagovuk / dgu2

Experimental publishing prototype
MIT License
0 stars 1 forks source link

Display the most recent Junior Organogram data as a preview. #116

Closed rossjones closed 8 years ago

rossjones commented 8 years ago

When a dataset is shown that has 'organogram' in the title, then the first CSV listed for Junior Staff is fetched and rendered to the page. The data is rendered in templates/dataset/organogram_table.html.eex and currently the containing div in templates/dataset/show.html.eex uses overflow to show the scrollbar - this might not be great.

The next step (PR) is to do this for Senior Posts as well, and perhaps consider some error handling. And caching. Definitely need some caching.