habitica-self-host/views/options/groups
Tyler Renelle bc4798b354 groups: big changes here i may decide to revert. GET /api/v1/groups
optionally takes ?type=guilds (guilds, party, tavern, public). this
allows us to incrementally load the app as they click through the tabs,
because guilds is really large (1.5mb!) - gotta cut this down
somehow. The big issue is requireing return values as an array, so
ngResource can work with the response (subsequent group.$postChat(),
group.$join(), etc.). The array format doesn't really work out that
well, so I may scrap
2013-08-31 22:59:35 -04:00
..
chat-box.jade chat: keyup to trigger send message. ng-model on chat box is painfully 2013-08-31 20:52:41 -04:00
chat-message.jade rewrite: start implementing groups. Note angular-bootstrap 0.4.0 required for nested tabs 2013-08-29 22:11:52 -04:00
create-group.jade rewrite: start implementing groups. Note angular-bootstrap 0.4.0 required for nested tabs 2013-08-29 22:11:52 -04:00
group.jade rewrite & api: use mongoose populate to replace group.members array with 2013-08-31 17:47:03 -04:00
index.jade groups: big changes here i may decide to revert. GET /api/v1/groups 2013-08-31 22:59:35 -04:00
tavern.jade rewrite: start implementing groups. Note angular-bootstrap 0.4.0 required for nested tabs 2013-08-29 22:11:52 -04:00