periscope-ps / periscope

perfSONAR Infrastructure for Synthesis and Charting of Online Performance Events
11 stars 1 forks source link

Client side functionality for Sockets functionality : Measurements,Metadata, Data graphs #10

Open prak5190 opened 10 years ago

prak5190 commented 10 years ago
thekeele commented 10 years ago

Measurements resolved as part of Index page.

Metadata page will work just like the other pages. An initial HTTP request is made and a socket is opened. Any new data will arrive through the socket, added to controller scope, and rendered.

thekeele commented 10 years ago

After looking at this issue closer, it seems to have a simple solution. Pushing the updates in $scope.metadataData in the MetadataCtrl will resolve both the metadata table and data graphs. Same solution as the previous issues.