SocialHarvest / harvester

The Social Harvest server that exposes an API and harvests data from the web to be analyzed.
Other
111 stars 44 forks source link

Dashboard config (store in database) #44

Closed tmaiaroto closed 9 years ago

tmaiaroto commented 10 years ago

Allow dashboard configurations to be stored in the database as well (JSON). The value will simply be a JSON string so it could work for any dashboard front-end application.

This will allow dashboards to persist across devices (otherwise https://github.com/SocialHarvest/dashboard stores them in local storage only) and shared with others.

Again optional, because some users might not even be using a database.