- Add Linter. (:
- Using to handle or manage selected database.
- It needs Database object e. g. InMemory etc...
- Includes Database config? Current database? :)
- Has the same interface as Database child.
- Catch errors in above database layer (InMemory, MongoDB, ...).
- Returns DatabaseResult?
- Return promises (
return object;
) or throw errors. - Query key param should be an array of keys - to create complex queries.
- Add documentation together with
README
file. docs
directory includingindex.md
.- That file will refer to other files in
docs
.
- Add MongoDB class to handle such database.
- Extend tests for
GameMap
and the other files managing map stuff.
- Add mocked data capability.