[Ssc-dev] scrum update

Jonathan megabulk at gmail.com
Wed Dec 17 14:51:52 EST 2014


I’m not going to be able to scrum today either—I’m out in Flushing where the bandwidth’s non-existent.
Here’s what I’ve done since last time:
• implemented a new multiple-select box for toggling the chart lines. This’ll allow the easy selection of one or many graphs to be shown at once.
• added a new print stylesheet: all charts get printed separately, not superimposed.
• added labels to the chart lines.
• header now shows clear indication of verification state for j3m_verified and media_verified: true, false, or unverified.

Here’s what I’ll work on next:
• adding units to Y-axis of charts (e.g. Accelerometer = meters/second^2, Light Meter = lux, etc.)
• adding GPS Accuracy and GPS Bearing to map.

Question for Nathan:
To plot the GPS Accuracy and Bearing on the map correctly, I’ll need to have the GPS Coordinates. These datasets arrive asynchronously, which makes it a bit tricky. Here’s the pseudocode:
if GPSCoords {
	plot them on the map
	if GPSAccuracy || GPSBearing {
		update the map with this data
	}
} else {
	if GPSAccuracy || GPSBearing {
		plot them somewhere else, like on the graph
	}
}

My question is, does the existence of the Accuracy and/or Bearings imply the existence of the Coordinates? Or vice-versa?

(Hmm, actually, maybe Svetlana can combine this info for me. I’ll write her.)


> On Dec 17, 2014, at 1:37 PM, Svetlana Chirkova <schirkova at gmail.com> wrote:
> 
> hi guys, i wont be able to make scrum today, but my updates are as follows:
> 
> - search tab complete
> - tabs changed to use jQuery tabs - so they don't jump around anymore
> 
> also, someone mentioned James Corbett last time? He has a recent video about media footage being questionable. (yes i waste too much time on the internet) http://www.corbettreport.com/lionel-on-media-fakery-and-historical-distortion-video/ <http://www.corbettreport.com/lionel-on-media-fakery-and-historical-distortion-video/>
> he didn't mention any verification tools though...
> _______________________________________________
> Ssc-dev mailing list
> 
> Post: Ssc-dev at lists.mayfirst.org
> List info: https://lists.mayfirst.org/mailman/listinfo/ssc-dev
> 
> To Unsubscribe
>        Send email to:  Ssc-dev-unsubscribe at lists.mayfirst.org
>        Or visit: https://lists.mayfirst.org/mailman/options/ssc-dev/megabulk%40gmail.com
> 
> You are subscribed as: megabulk at gmail.com

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mayfirst.org/pipermail/ssc-dev/attachments/20141217/59b25c13/attachment.html>


More information about the Ssc-dev mailing list