Page MenuHomePhabricator

Projects Touchup
OpenPublic

Authored By
chad, Jan 6 2015
Referenced Files
F262828: uber_details-v1.png
Jan 6 2015, 11:35 PM
F262827: uber_board-v1.png
Jan 6 2015, 11:35 PM

Mock History

Current Revision3

Mock Description

Minor introduction of a sidenav and cleaned up details page. This would come with a sticky nav that saves whatever view the user is last on for each project. Default probably stay details view (for logged out users). This was based on our loose discussion over coffee.

Event Timeline

chad opened this mock.
chad added images: Details View, Board View.
chad added subscribers: epriestley, btrahan.

I dig it. :)

Implementation details - I'm assuming each tab is really a separate page load? Also, the icon bar thing on the left does not exist and would need to be generic? (As opposed to a one off just for projects.)

Also, I think we'd still need a preference about which tab loads by default when you visit a profile - thoughts on that?

I think we could punt on the preference, and just stay with "details". It's at least not a regression and will be a better experience.

The sidenav would just be built as an option on our current sidenav ui library, so not too much work there. I think I can build all of this reasonably except the sticky preferences part.

Okay, if you make a UI I can hook it up and do sticky preferences. That's roughly going to be

  • a new controller that loads the project, loads the sticky preference, then delegates to the correct, preference-specified controller
  • sticky preference object + storage
    • userPHID, objectPHID, preferenceData
    • just going to stick it in projects application for now, though theoretically we could use it for other stuff maybe

What do the five icons correspond to? I'm grokking:

Also, the "edit main" controller is a bit funky. Its kind of a view controller showing you just the project details and a transaction log against the project. You click "edit details" to actually get to the edit page. How does this fit into things here? (In particular, should the "edit details" page have this new left nav thing on it?)

I think they're:

  • Profile
  • Board
  • Feed (new tab?)
  • (Edit) Members
  • Edit Details

We had an idea for this in the car which might let us get away without sticky / preferences:

  • If the workboard has been initialized for the project, default to the workboard.
  • Otherwise, default to the profile.

Not sure if that'll feel good enough, but it'd be a lot simpler if it works.

Inline Comments

Projects home - should probably use an actual app icon and differentiate or remove outright.

This is 'details', can't really identify a better icon right now.

+1 for workboard by default if initialized, profile otherwise.

chad changed the visibility from "All Users" to "Blessed Reviewers (Project)".Jan 26 2015, 11:49 PM
chad changed the visibility from "Blessed Reviewers (Project)" to "Public (No Login Required)".Mar 1 2015, 10:49 PM
Inline Comments

this area strikes me as subpar