SOCR / SOCRAT-issues

Project management for SOCRAT
2 stars 0 forks source link

display data from DB #266

Closed alxndrkalinin closed 6 years ago

alxndrkalinin commented 6 years ago

In your extended module with UI implement requesting data from DB module and display it in the MainArea. Go into Clustering module source code to learn. Commit every step separately in required format.

  1. In the sidebar controller of your module use dataService to request data from db
  2. When received, pass data to main area controller using broadcast
  3. Listen to broadcast in the main area controller
  4. Create directive to display data in the main area
  5. When it's working, submit pull request to SOCR/SOCRAT:dev

You may just display raw data as a string of symbols, without formatting it.