marineenergy / www

Marine hydrokinetic energy & environmental compliance, website
https://marineenergy.app
MIT License
1 stars 1 forks source link

Static site improvements - RE: Jim Knape Review #31

Open geocoug opened 2 years ago

geocoug commented 2 years ago

@bbest - Below are some topics of discussion brought to attention by Jim Knape (Integral) when reviewing the static site content.

Misc

    • [ ] Determine method for clearing browser cache when new static site features deployed. Possible css/js version numbering to "cache bust".

Landing Page

    • [x] Carousel scroll is too fast.
    • [ ] Carousel image captions difficult to read. Highlight on hover?
    • [ ] Include a "get started" link to reporting app under "how it works"? The carousel and “How It Works” section are the focal points for the user, however the “How It Works” section does not have clickable link to get started. My initial impression is that I would like to read the how it works section and then click a get started link button to choose a “site” and topic of interest directly from the “how it works” section or a nearby “Get Started” kind of button. I think if a user has read as far as the how it works section they should be rewarded with an easy click button to try the app out – as simply as possible.
    • [ ] Once the user scrolls below the carousel there are no more clickable links to navigate further in the App and may feel a little stranding for the user that once they’ve read all the info and are excited about the app, then they need to go searching again for where to get started.

Interactions

    • [ ] Update page heading from "Interactions" to "Environmental Interactions"?
    • [ ] The description for using the matrix “choose a Receptor (rows) and Stressor (column) of interest” – feels like if the rows is plural the column should also be plural?
    • [ ] Clicking onto a single character link is a little challenging given how small the clickable area is – it may be really nice to add a an clickable box or span or button behind the document count that allows the user to more easily click the desired stress/receptor.

Regulatory Diagram

    • [ ] Unexpected to prompt for PDF document download as a user. Given the names “ex. US Department of Interior” I had expected to link to an outside page. I think users are pretty wary when prompted an unexpected file download, adding a small bit of text to indicate there are the links to download the actual Memos or How the links are named might make it more clear to the user and improve how the page meets their expectation.
    • [ ] OCS diagrams are of low quality, to the extent they are difficult to read
    • [ ] OCS diagrams - If the user clicks the FERC License box to the right of the diagram, the page reloads and takes the user to a “new” page. This adds another page to the user queue, which requires the user to then click multiple times (as many times as the “FERC licensce” block was clicked) to get back to the Regulator Diagram page.
bbest commented 2 years ago

reference styles.css?lastmodifed=YYYY-MM-DD

Better yet is to keep the filename as-is, but append the version number as a querystring parameter, i.e. script.js?v=1.2. (Or if you're not keeping track of versions, just use the file last-modified time, which is even easier to do)