Skip to content
atorres edited this page Sep 14, 2010 · 2 revisions

Flow

1. Choose Username

2. Choose Room?
3. Show a list with locations connected to that room at the top, then all locations, then add a location button

2. Choose Location?
show location list sorted by locations with people in them

if location is connected to a room, join that room

if location is not connected to a room:
3. pull up room list, select room for that location.

The core question is, do we generate JOINED_ROOM events separately from JOINED_LOCATION events?

Agenda Server Model

nouns
text
status: PAST, CURRENT, FUTURE
creator
creation_time
start_time
stop_time
start_actor
stop_actor
color

verb
/topic/delete?uuid=
/topic/add?text=
/topic/edit?uuid=&text=
/topic/status?uuid=&status=

events
NEW_TOPIC
TOPIC_DELETE
TOPIC_UPDATE
TOPIC_LIST

Clone this wiki locally