Skip to content

Commit

Permalink
docs: Update storage roadmap & contributing doc (#786)
Browse files Browse the repository at this point in the history
* docs(roadmap): Update Storage section of roadmap

* docs(CONTRIBUTING): Add links to issue labels
  • Loading branch information
delucis authored Aug 28, 2020
1 parent ed64ce0 commit 18ed97c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
6 changes: 4 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ potential improvements you want to make before sending a Pull Request.
The [roadmap](roadmap.md) is probably the best place to find areas where help would
most be appreciated.

The Issue Tracker may contain items labelled **help wanted** or **good first issue**
from time to time.
The Issue Tracker may contain items labelled [**good first issue**][gfi] or [**help wanted**][hw] from time to time.

[hw]: https://github.com/boardgameio/boardgame.io/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22+
[gfi]: https://github.com/boardgameio/boardgame.io/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22

## Pull Requests

Expand Down
8 changes: 5 additions & 3 deletions roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,11 @@ The issues below (and some others that are not in this document) are also availa

- ##### Databases

- [x] add Mongo support
- [x] add Firebase support
- [ ] add Postgres support
We encourage developers to contribute third-party storage connectors, implementing
[the `StorageAPI.Async` interface](https://github.com/boardgameio/boardgame.io/blob/master/src/server/db/base.ts).

See the [Storage docs](https://boardgame.io/documentation/#/storage) for
examples and details of the backends currently available.

- ##### Size / Performance

Expand Down

0 comments on commit 18ed97c

Please sign in to comment.