mysociety / writetothem

Write to your MP, MEP, & other elected representatives.
https://www.writetothem.com
Other
54 stars 11 forks source link

Make help page more prominent (and maybe rename) #233

Closed MyfanwyNixon closed 9 years ago

MyfanwyNixon commented 9 years ago

"Help" is a tiny link at the foot of the homepage and every internal page. It probably isn't being found by the sort of people who write to me and say 'who are you and why are you in charge of writing to MPs?'.

I wonder whether it might be renamed, as well. It's a bit of a catch-all at the moment, but as well as help, it's FAQs and About. Possibly a case for splitting these up and giving them a page (and therefore a link) each?

jacksonj04 commented 9 years ago

:+1:, the help pages on WTT seemed a bit rambling when we did the redesign.

MyfanwyNixon commented 9 years ago

Influx of emails to hello@mysociety post-election supports the theory that the Help page is hard to discover.

zarino commented 9 years ago

That's quite a long list of FAQs! @MyfanwyNixon do you have any inkling as to which are the most common questions people have?

MyfanwyNixon commented 9 years ago

Yes, I do: they're the ones I have canned replies for in user support.

jacksonj04 commented 9 years ago

It might be worth adding something like Screentime to see how much time people actually spend with various FAQs on screen.

abibroom commented 9 years ago

The hypothesis is that they can't even find the FAQs. Let's keep the focus narrow here and sort that out first.

zarino commented 9 years ago

@abimysoc – You're right, minimal change is to put the Help link in the top right corner, next to the mySociety tab

screen shot 2015-06-02 at 10 06 45

If pageviews for the help page don't increase, we can look at renaming the link, or splitting it into three pages (Help, FAQs, About us). If pageviews do increase, but user support remains high, we can look at improving the help page structure.

@jacksonj04 – Screen time tracking, or click event tracking for the table of contents at the top? Or both?

MyfanwyNixon commented 9 years ago

Would it be there on all the internal pages too? Just thinking that many people probably need help once they've started the process.

zarino commented 9 years ago

@MyfanwyNixon – yes, it would be at the top of all the pages.

MyfanwyNixon commented 9 years ago

Great, thanks! Also worth mentioning, I think, that the FAQs page plays an important part in @abimysoc and my efforts to cut down on user support mail.

So if we do remove any of the FAQs let's monitor whether there's any associated rise in mail.

zarino commented 9 years ago

@MyfanwyNixon – I think it'll more likely be a case of making the most common questions more prominent, and the less common ones less prominent, rather than completely removing any of them.

It's counter productive to make people scroll through a list of 50 "frequently" asked questions, when we actually know which ones are the most frequently asked, and could present them more prominently so people can find them quicker.

But as @abimysoc says – before all that, we need to make sure people are reaching the FAQ page in the first place.

MyfanwyNixon commented 9 years ago

Yup, that sounds good.

abibroom commented 9 years ago

Small usability thing: I do loathe target="_blank", but I think there's a case for it here. If someone's halfway through writing a message, thinks "I need help" and clicks the help link, we don't want them to lose their message (because #13) by navigating away from the page.

dracos commented 9 years ago

The help could open in a floating div over the page to prevent that situation and not have a potentially confusing new window. I thought we actually used that technique somewhere - ah yes, on write pages we do exactly that with the sidebar links though it was broken due to a combination of it getting dropped in the redesign and some broken A/B JavaScript, now fixed. Could look a bit better, but I think that's potentially nicer than new page.

zarino commented 9 years ago

Pull request here – https://github.com/mysociety/writetothem/issues/249 – adds a help link to the top right. It opens in a blank window. Before we get clever about javascript modals or inline help, let's see whether this change alone decreases support emails.