fecgov / openFEC-web-app

DEPRECATED See https://github.com/18F/fec-cms for fec.gov's code
Other
43 stars 31 forks source link

Improve findability of meeting agendas and information #2158

Closed AmyKort closed 7 years ago

AmyKort commented 7 years ago

Users are having difficulty locating current and historical meeting agendas and documents from the website. Currently, these documents are housed in Latest Updates and announced via the FEC calendar. We need to determine more intuitive location(s) for these items to ensure that users can:

Keep track of upcoming meetings and events Attend/watch meetings Find agenda documents from current meetings as they become available Find (search and sort?) historical meeting announcements and agenda documents

Related to https://github.com/18F/fec-cms/issues/1094

jenniferthibault commented 7 years ago

Here is a collection of meeting-specific issues initially gathered in https://github.com/18F/fec-cms/issues/1101

I'll come back around for more analysis, right now I'm trying to figure out how to break down this plus home page work.

jenniferthibault commented 7 years ago

Quick improvements:

The first quick win we can make in this direction is happening via the homepage in #2159:

screen shot 2017-07-14 at 10 57 07 am

Additional steps we could take

1. Move information about the agency's activities into a more prominent position

If users think of meetings and news as a way to find out about what the FEC does & what's going on in it's world, it makes sense to align those with "About". To help people stay up to date on this info more easily, and find it more predictably (referencing the filed issues above), we could try placing "About" in the top nav—a common pattern for sites in general. screen shot 2017-07-14 at 11 06 04 am

There could be a follow-up task here to think about how/if we should integrate these two links on the About landing page, but I don't see that as a true dependency for integrating it in the nav.

2. Separate Meetings from News and announcements (formerly Latest updates)

Events and publications weren't working well together in one feed, so let's separate them. This brings us closer to the previous model the FEC used, and will feel familiar.

A feed of Commission meetings needs less preview data than a feed of mixed publications, so I think an adjusted format from the standard feed pattern would do that best. (but we can still make use of other patterns, like our tables!)

Here's a few starting options that definitely would benefit from time discussed in design pairing:

A. Two feeds, notices live on meeting pages only

B. Two feeds, notices accessible from feed and meeting page

C. One sortable feed, notices accessible from feed and meeting page

Next steps:

rhoughfec commented 7 years ago

Thanks Jen, this looks great!

jenniferthibault commented 7 years ago

Had a great review in design pairing today, and I have an update based on that feedback:

Design questions to consider

screen shot 2017-07-14 at 5 50 22 pm

We'll be demo-ing this on Monday 😎

jenniferthibault commented 7 years ago

Moved to implementation in https://github.com/18F/fec-cms/issues/1138