-
Notifications
You must be signed in to change notification settings - Fork 308
get nav out of sidebar #3258
Comments
I don't understand how you're seeing them as 3 separate issues. |
@Changaco What does "them" refer to? The three todos on this ticket? Or the three other tickets linked in the description? Or ... ? |
Working on the |
I've been talking about navigation since the beginning: #3220 (comment). |
@Changaco I'm making a distinction between the logical structure of the site, and the navigation interfaces we use to encode that structure for our users. You said at #3220 (comment) that you were talking about UI, but on #3220 I'm not talking about UI. On #3220 I'm talking about the logical structure of the site, the mental model we expect/want our users to have. There's a dialectic between the discussion of the mental model on #3220, and the encoding of the mental model on tickets such as #3236 and this one. |
Namely, the information architecture. |
My purpose on #3220 is to wrestle with our information architecture, and let that drive our product development decisions. As I say, there's a dialectic between our mental model of the product and our implementation of it. #3220 is one end of that, and the PRs we're making are the other end. I want clarity about our product. |
I don't see how the second step gets you closer to the final result, so I'd be inclined to skip it and do the 3rd step directly. However before doing any of that we should make sure that we want to eventually remove the sidebar. Why did you add a sidebar in the first place? What things are we putting in the sidebar now and where will they be moved to? What if the sidebar was styled differently and invisible when it's empty, would that be better? |
Because without the second step, the nav would differ meaninglessly between About and Profile. On About it would be secondary in the sidebar, tertiary under the heading, while on Profile it would be secondary under the heading, tertiary in the sidebar. |
Good questions! I added the sidebar in the first place to hold the remainder of the parts that used to be in the old box. I busted up the box (#2938) because the way we had navigation implemented in there was more or less dumbfounding. In #2938 we moved all nav underneath the heading. We started using the sidebar for nav later, in #3068.
Here's what's in the sidebar now:
I don't know! We should talk about that. :-)
Sure, that's a possibility. |
I'm going to see if I can get the nav out of the sidebar while leaving everything else there for now. That way we can dig out of this ticket and #3236, and then revisit your questions on #3220. If I can't pull it off we'll rewind back up to #3220 and block this ticket alongside #3236. |
Not coming together. Setting to blocked and dialing back out. |
In #2938 we got the nav out of the ol' box. Now on #3220 and #3236 we're talking about the next level of cleanup. Here's a ticket for that.
Basically we want to move the About nav out of the sidebar so that we can implement a third level of nav on Profile, where the sidebar is much more crowded (on About the nav is the only thing in the sidebar).
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: