Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
7cdcaab
Initial server setup.
jefffohl Jan 15, 2016
6772448
Work in progress
jefffohl Jan 15, 2016
46faedd
Modified config
jefffohl Jan 20, 2016
9d2bcb6
File paths for server and field validity check in HTML
jefffohl Jan 20, 2016
0c49ba5
Local files must be relative to root
jefffohl Jan 20, 2016
57a9ad4
Added socket.io library
jefffohl Jan 20, 2016
4205b0b
Partial work. So far, we have socket.io connected, and sending data t…
jefffohl Jan 27, 2016
18c72f9
Basic functionality in place for server-side parsing. Commented out o…
jefffohl Feb 3, 2016
eac3ad9
Removed PapaParse dependency from client.
jefffohl Feb 3, 2016
8d45ed8
Working proxy for handling local and remote files.
jefffohl Feb 4, 2016
b1013da
Removed buffering on server. Changed no_timestamp.csv file.
jefffohl Feb 4, 2016
8547733
Working prototype for local and remote files.
jefffohl Feb 4, 2016
444e021
Partial work on giving more direct control to the file stream for loc…
jefffohl Feb 5, 2016
a864309
An attempt at building an API for reading CSV files from the filesyst…
jefffohl Feb 9, 2016
4e7128f
Udpdated package.json
jefffohl Feb 9, 2016
62b3b12
This fixes a problem where some files would get parsed by csv-parse, …
jefffohl Feb 11, 2016
cb1bf6a
At this point we have the ability to read a file, and "play" it in th…
jefffohl Feb 12, 2016
adef486
New method for playing data. Relies on the server to handle play/paus…
jefffohl Feb 13, 2016
780fdd9
Got streams worked out, now we have a good working prototype.
jefffohl Feb 13, 2016
316fb1f
Functionality to allow files to be read as they are being written to.
jefffohl Mar 13, 2016
6dbaa63
New file used for updating
jefffohl Mar 14, 2016
50a8653
This update includes a better update.sh script - which produces a sin…
jefffohl Mar 14, 2016
49d6df0
Removed commented out old highlighting code.
jefffohl Mar 14, 2016
015f196
Added angular-toastr notifications module
jefffohl Mar 14, 2016
ad9219c
UI cleanup
jefffohl Mar 14, 2016
846f2b1
Removed generated data from update.csv
jefffohl Mar 14, 2016
e776efa
Fixed some server side error reporting
jefffohl Mar 14, 2016
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
node_modules
express.log
npm-debug.log
1 change: 0 additions & 1 deletion build/app.js

This file was deleted.

Loading