Core features of the Proof Of Concept are done
This commit is contained in:
parent
e82fb3dbfe
commit
4d00af248f
1 changed files with 7 additions and 7 deletions
14
docs/poc.md
14
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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue