Changes to importonlybug

ffff:108.199.135.104
ffff:108.199.135.104
7 days ago
updated test.parsers
test.parsers
Changed around line 1
- fooParser
- extends abstractScrollParser
- cueFromId
- atoms cueAtom
+ nameParser
+ description What is the name of the coffee shop?
+ extends abstractIdParser
+ float sortIndex 1.001
+ boolean isMeasureRequired true
+
+ downloadParser
+ description What is the download speed in Mbps?
+ extends abstractIntegerMeasureParser
+ float sortIndex 1.015
+ boolean isMeasureRequired true
+
+ uploadParser
+ description What is the upload speed in Mbps?
+ extends abstractIntegerMeasureParser
+ float sortIndex 1.02
+ boolean isMeasureRequired true
+
+ testerParser
+ description Who tested it?
+ extends abstractStringMeasureParser
+ float sortIndex 1.902
+ boolean isMeasureRequired true
+
+ latParser
+ description What is the latitude of the location?
+ extends abstractFloatMeasureParser
+ float sortIndex 1.005
+
+ longParser
+ description What is the longitude of the location?
+ extends abstractFloatMeasureParser
+ float sortIndex 1.006
ffff:108.199.135.104
ffff:108.199.135.104
7 days ago
updated index.scroll
index.scroll
Changed around line 1
- data.parsers
+ test.parsers
ffff:108.199.135.104
ffff:108.199.135.104
7 days ago
updated index.scroll
index.scroll
Changed around line 1
- test.parsers
+ data.parsers
- foo
+ name Mel's
+ lat 37.7995474
+ long -122.4371366
+ download 59
+ upload 59
+ tester breck
ffff:108.199.135.104
ffff:108.199.135.104
7 days ago
updated index.scroll
index.scroll
Changed around line 1
- theme roboto
ffff:108.199.135.104
ffff:108.199.135.104
7 days ago
updated index.scroll
index.scroll
Changed around line 1
- Hello World my name is
+ test.parsers
+
+ foo
ffff:108.199.135.104
ffff:108.199.135.104
7 days ago
updated test.parsers
test.parsers
Changed around line 1
+ importOnly
+
+ fooParser
+ extends abstractScrollParser
+ cueFromId
+ atoms cueAtom
ffff:108.199.135.104
ffff:108.199.135.104
7 days ago
created test.parsers
test.parsers
ffff:12.186.22.250
ffff:12.186.22.250
1 month ago
updated .gitignore
.gitignore
Changed around line 5
+ .*
root
root
2 months ago
initial blank_template template
.gitignore
Changed around line 1
+ .DS_Store
+ *.html
+ *.txt
+ *.xml
+ *.css
+ *.js
+ *.csv
+ requests.scroll
index.scroll
Changed around line 1
+ buildHtml
+ theme roboto
+
+ Hello World my name is