From 4d00af248ff4a46a05b8614351223ac72ee5d12d Mon Sep 17 00:00:00 2001 From: Marc Di Luzio Date: Sun, 7 Jun 2020 22:37:12 +0100 Subject: [PATCH] Core features of the Proof Of Concept are done --- docs/poc.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/poc.md b/docs/poc.md index ef09667..a11ddc6 100644 --- a/docs/poc.md +++ b/docs/poc.md @@ -3,15 +3,15 @@ Proof Of Concept For a proof of concept we'll implement a very small subset of the final features -### Core Features +### Core Features (done) -* Create an account (done) -* Control an rover in a 2D map (done) -* Query for what the rover can see (done) -* Persistent accounts and world (done) -* Multiple users (done) +* Create an account +* Control an rover in a 2D map +* Query for what the rover can see +* Persistent accounts and world +* Multiple users * Populate map with locations/objects -* Commands happen in "real time" (done) +* Commands happen in "real time" ### Stretch goals