Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
development:speaker_ready_room:start [2016/02/13 20:03] – don.lee | development:speaker_ready_room:start [2016/05/15 23:42] (current) – removed don.lee | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Speaker Ready Room System (SRRS) ====== | ||
- | |||
- | ===== Problems ===== | ||
- | |||
- | ^ Problem | The SRR is not using MongoDB at all, need to change that to a local db | | ||
- | ^ Solution | Since SRR will be used without internet, the MongoDB must be local on the same machine. But during the development, | ||
- | ^ Fixed | 2016-02-13 | | ||
- | |||
- | ^ Problem | Need to convert the Session data to Topic instead | | ||
- | ^ Solution | | | ||
- | ^ Fixed | | | ||
- | |||
- | Current Topic object, could be found in folder /data/topic | ||
- | < | ||
- | { | ||
- | " | ||
- | " | ||
- | " | ||
- | " | ||
- | " | ||
- | " | ||
- | " | ||
- | " | ||
- | " | ||
- | " | ||
- | " | ||
- | " | ||
- | " | ||
- | " | ||
- | " | ||
- | " | ||
- | " | ||
- | " | ||
- | } | ||
- | </ | ||
- | |||
- | New Topic Object | ||
- | < | ||
- | { | ||
- | " | ||
- | " | ||
- | " | ||
- | " | ||
- | " | ||
- | " | ||
- | " | ||
- | " | ||
- | " | ||
- | " | ||
- | " | ||
- | " | ||
- | " | ||
- | " | ||
- | " | ||
- | " | ||
- | " | ||
- | " | ||
- | " | ||
- | " | ||
- | " | ||
- | " | ||
- | " | ||
- | " | ||
- | " | ||
- | " | ||
- | " | ||
- | " | ||
- | " | ||
- | " | ||
- | }, | ||
- | " | ||
- | } | ||
- | } | ||
- | </ | ||
- | |||
- | |||
- | ^ Problem | |