ContextInstitute / bfcom

http://bfn.context.org
GNU General Public License v3.0
4 stars 1 forks source link

Styling the forum index page #86

Open rgilman opened 5 years ago

rgilman commented 5 years ago

This is the page that lists the topics in the forum. I've done some work on this page that's in PR #85 .

Before this work, the page looked like this:


screen shot 2018-11-06 at 8 19 48 am

After the work, it looks like this:


screen shot 2018-11-06 at 8 14 21 am

Still to be done: adding tags in with each topic listing and creating a system for filtering – but this can wait for later.

Let me know if you see anything that might be changed at this stage.

iangilman commented 5 years ago

Definitely seems to be an improvement!

wunluv commented 5 years ago

Certainly feels better! I'm surprised that the "Create New Topic" button was not on the previous version. Useful addition.

If there's no need to repeat the group name, then we could use the first occurrence to indicate our current location within the context of that group - in this example, the forum. If we replace the word "Create" with + it seems to say the same thing with less words.

image10

rgilman commented 5 years ago

Good point about the repeat of the group name. We need to coordinate what happens on this page with the various other pages in the group's section. I expect that will mean keeping the upper version of the group name. We could just have the large title be "Forum Index" like this:

screen shot 2018-11-25 at 6 21 26 pm

The highlighted menu items in the header provide current location supplemented by the group name and then the page name within the group's section.

I'm neutral on + New Topic. @iangilman and @DavidScottBernstein, thoughts?

iangilman commented 5 years ago

I like the + ... I think it's a common convention these days.

rgilman commented 5 years ago

I've made the change to + in the latest push to master.

iangilman commented 5 years ago

Thanks for the heads up!