From bb06b752b47f525cc5f4283c4577cb5153caa5a6 Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Tue, 14 Jul 2015 17:40:49 +0100 Subject: [PATCH] Document CreateRoom phases --- src/controllers/organisms/CreateRoom.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/controllers/organisms/CreateRoom.js b/src/controllers/organisms/CreateRoom.js index f66893d9c7..c2112ce58f 100644 --- a/src/controllers/organisms/CreateRoom.js +++ b/src/controllers/organisms/CreateRoom.js @@ -25,10 +25,10 @@ module.exports = { }, phases: { - CONFIG: "CONFIG", - CREATING: "CREATING", - CREATED: "CREATED", - ERROR: "ERROR", + CONFIG: "CONFIG", // We're waiting for user to configure and hit create. + CREATING: "CREATING", // We're sending the request. + CREATED: "CREATED", // We successfully created the room. + ERROR: "ERROR", // There was an error while trying to create room. }, getDefaultProps: function() {