IonSystems / tiberius-robot

Repository for all software modules used by Heriot-Watt University's Tiberius Robot.
1 stars 0 forks source link

Finish database module implementation #32

Closed camieac closed 8 years ago

camieac commented 8 years ago

There are many aspects of the project that are dependant on the database, to it is top priority to get this fully implemented and working well.

Dependants include:

Features to be implemented

  1. Complete installation of Polyhedra on a Raspberry Pi
  2. Automate the above process to allow the setup script to install Polyhedra.
  3. Allow access to the database via the API, to allow other devices on the network to access data. This will also be used to communicate information between devices on Tiberius itself.
  4. Add sufficient unit tests to the test suite to ensure the database remains in a working condition.

After the above tasks are complete, the database should be easy enough for developers to use.