SOCR / SOCRAT-issues

Project management for SOCRAT
2 stars 0 forks source link

get data from DB and display it in main area #133

Closed alxndrkalinin closed 7 years ago

alxndrkalinin commented 7 years ago

Practice requesting data from db and displaying it in the MainArea. Use Clustering module as an example. Commit every step separately.

  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 data as a string, without formatting it.