Part of the "your data is yours" promise. By exporting, you could move your board to your own hosted r-board instance or anywhere you wish. No vendor-lock!
GET /api/v1/board/:boardId
Similarly the POST /api/v1/board endpoint could be extended to allow importing a board. We might want to restrict access to this endpoint in our Heroku hosted instance though.
Part of the "your data is yours" promise. By exporting, you could move your board to your own hosted r-board instance or anywhere you wish. No vendor-lock!
GET /api/v1/board/:boardId
Similarly the POST /api/v1/board endpoint could be extended to allow importing a board. We might want to restrict access to this endpoint in our Heroku hosted instance though.