civinomics / city-council

MIT License
1 stars 2 forks source link

Meeting stats #15

Open rskoenig opened 7 years ago

rskoenig commented 7 years ago

As a Citizen, City Staff, or Elected Official, I want to be able to quickly see how much public participation was on the last meeting and which agenda items received the most activity, so that I can anticipate what will happen next and determine the best course of action.

rskoenig commented 7 years ago

Acceptance criteria:

  1. Any user type can view the public participation stats for a meeting.

Acceptance test:

  1. As an unregistered user, navigate to the meeting stats.
  2. Figure out how many users participated.
  3. Figure out what the most commented item was.
  4. Read the most commented item.
  5. Read all of the comments for the meeting.

meeting_stats

rskoenig commented 7 years ago

Difficult Step 4: I can find the most commented item, but I can't hyperlink from the graph to the item.

Fail step 5: it's impossible to read all of the comments on an item from the stats page or to link to an item page to read all the comments.