HomePhabricator

Conpherence - make the durable column kind of work and stuff

Description

Conpherence - make the durable column kind of work and stuff

Summary:
Ref T7014. This hooks up the durable column such that when you open it up it loads your most recent Conpherence. You can then switch amongst the various widgets and stuff and everything works nicely.

Except...

  • scroll bar does not work
    • also doesn't work at HEAD when I add a ton of text to the UI with no changes? (wrapped $copy in array_fill(0, 1000, $copy))
  • "widget selector" does not collapse when you select something else
    • this part wasn't really specified so I used the aphlict dropdown stuff. didn't want to keep working on that if this was the wrong UI choice
  • can not edit title
    • do we still want that to be done by clicking on the title, which pops a dialogue?
  • can not add participants or calendar events
    • what should this UI be? maybe just a button on the top for "participants" and a button on the bottom for calendar? both on top?
  • this is not pixel perfect to the mock or two I've seen around. Aside from generally being bad at that, I definitely didn't get the name + timestamps formatting correctly, because the standard DOM of that has timestamp FIRST which appears second due to a "float right". Seemed like a lot of special-casing for what might not even be that important in the UI so I punted. (And again, there's likely many unknown ways in which this isn't pixel perfect)

There's also code quality issues

  • ConpherenceWidgetConfigConstants is hopefully temporary or at least gets more sleek as we keep progressing here
  • copied some CSS from main Conpherence app
    • DOM structure is pretty different
    • there's some minor CSS tweaks too given the different width (not to mention the DOM structure being different)
  • copied some JS from behavior-pontificate.js to sync threads relative to aphlict updates
  • JS in general is like a better version of existing JS; these should collapse I'd hope?
  • maybe the aphlict-behavior-dropdown change was badsauce?

...but all that said, this definitely feels really nice and I feel like adding stuff is going to be really easy compared to how normal Conpherence is.

Also includes a bonus bug fix - we now correctly update participation. The user would encounter this issue if they were in a conpherence that got some updates and then they went to a different page; they would have unread status for the messages that were ajax'd in. This patch fixes that by making sure we mark participation up to date with the proper transaction in all cases.

Test Plan: hit "\" to invoke the column and saw nice loading UI and my latest conpherence load. sent messages and verified they received A-OK by looking in DOM console. toggled various widges and verified they rendered correctly. opened up a second browser with a second user on the thread, sent a message, and it was received in a nice asynchronous fashion

Reviewers: chad, epriestley

Reviewed By: epriestley

Subscribers: Korvin, epriestley

Maniphest Tasks: T7014

Differential Revision: https://secure.phabricator.com/D11968

Details

Provenance
btrahanAuthored on
btrahanPushed on Mar 5 2015, 6:33 PM
Reviewer
epriestley
Differential Revision
D11968: Conpherence - make the durable column kind of work and stuff
Parents
rP386a517c14a9: Modernize Repositories a bit
Branches
Unknown
Tags
Unknown
Tasks
T7014: Annouce Persistent Chat option in Conpherence