move account info into cards+discussion
So, this gets rid of the account "extension"?
And is dependent on implement triggers?
related to Refactor Out Admin and Account Controllers ?
definitely related. could fuse. this is the better name, but there's more info on the other one (and the "admin" thing isn't so related). probably not worth cleanup yet...
fyi that one's tagged 1.13 (didn't see it at first, cf handle truncated content in labeled view better)
yeah, I think that was intentional but probably makes less sense now. will change this one. really need to focus on the action api stuff before digging further into this overhaul.
We don't really have "extensions" in the old sense anymore. User model is the one remaining exception. We have a base card for this now, the +*account (codename :account) trait. The last part is moving the data accessed in the User model into cards. They will be plussed onto the +*account card, and we are planning a way where for specific traits of the :account trait (:email => *email for example) would look on the +*account card for a plus card first, then search to the parent (left) card.