Commit Graph

41 Commits

Author SHA1 Message Date
544f8ad54f Convert to local time on index.hbs, split date and time values. Closes #24, #27 2015-07-28 14:07:56 -04:00
5f4a1ccac7 Change moment.js invocation to avoid deprecation warning (again), closes issue #13 2015-07-28 12:37:30 -04:00
8b460770a7 Fix device detail page only showing one message, Device Name still broken, though, related to issue #26. 2015-07-26 15:52:29 -04:00
35f34fedbb Split date and time on device detail screen, relates to issue #24. 2015-07-24 14:41:00 -04:00
76fd5ef9a1 Changes to queries to try and fix coreName/locationDesc display bugs, but still broken. Works slightly better than last broken version though. Relates to issue #26 2015-07-24 14:23:34 -04:00
8ae19ac07f Take min() deviceName and location on index; big assumption here that user edits apply to all historical rows; closes #26. 2015-07-23 21:09:50 -04:00
ba5b091c54 Fixed edit button on device detail screen, closes issue #25. 2015-07-23 16:48:44 -04:00
dd28b44c19 Remove double-quotes from all prev published_at values in DB; now that new published_at values no longer stored with double-quotes, ugly incantation of moment.js no longer needed and warning message in log is avoided; closes issue #13 2015-07-21 13:46:06 -04:00
41e739aeec Add more space between device name link and button on index; add edit button to core.hbs. 2015-07-20 13:28:53 -04:00
7223da2596 Add some background color when current DB value displayed under input field. 2015-07-19 10:12:12 -04:00
d1e94a6d0d Show current value (if any) from DB on core-edit.hbs; after editing device name or location, redirect back to index. 2015-07-19 09:50:18 -04:00
5929ee6add Add new core-edit template file, issue #16. 2015-07-18 15:15:03 -04:00
cbf095ead1 Basic/working version of device name and location editing, relates to issue #16. 2015-07-18 15:13:10 -04:00
9915256f77 Change jumbotron text; use html table on device listing template, closes issue #19 2015-07-17 13:02:31 -04:00
ac76f02337 Remove Patrick's name from jumbotron. 2015-07-16 14:15:50 -04:00
5f07c25ade Remove SQL injection on GET /core/:id endpoint with parameterized statement. 2015-07-16 14:15:06 -04:00
f919c51f33 Merge branch 'master' of bitbucket.org:jkaplon/alertmon
Merge README changes.
2015-07-16 13:31:38 -04:00
c1867cc47f Add most recent status message and published_at date to device index. 2015-07-16 13:31:21 -04:00
773dc0965f README.md edited online with Bitbucket 2015-07-15 16:58:37 +00:00
6f856f006c Use .slice() to get rid of leading and trailing double quotes for values going into DB, closes issue #7 2015-07-15 12:47:21 -04:00
b5e874235e Make alert email more efficient and case insenstiive; magic word is still 'alert'. 2015-07-14 17:54:08 -04:00
e1652a8d90 Parse status message out of inner JSON and include value in DB insert; show alert status in email 2015-07-14 17:40:23 -04:00
058152aca4 Use new alertmonitorfl Gmail addy to send email on any message that includes 'alert', closes issue #10 2015-07-13 19:19:46 -04:00
3cdf7ac643 Default H2 text to coreId if coreName not present. 2015-07-13 16:53:34 -04:00
4e36ba07ed Reformat timestamps and display as local times using moment-timezone 2015-07-09 12:33:53 -04:00
c1f092f5d1 Remove coreId from device listing; Add jumbotron banner 2015-07-09 10:44:58 -04:00
0c2c59a2a8 Add fancy bootstrap table to core.hbs 2015-07-08 17:31:24 -04:00
7658ca5e42 add status text; add device name header; closes issue #6 2015-07-08 15:20:27 -04:00
f31b4e1460 Ignore node_modules and db dirs 2015-07-08 13:00:45 -04:00
28190b1c8f Get rid of extra console logging; test commit/push from inside dev container 2015-07-07 18:16:07 +00:00
b11667581d Functional templates to list devices, select device, load device template 2015-07-07 10:18:41 -04:00
61df30ae84 Begin restructure to handle multiple cores; probably horribly broken...interim commit 2015-07-06 22:08:08 -04:00
eea9567b9b Add js reload timer to template; add timestamp to console GET message; temp disable email 2015-07-03 21:38:40 -04:00
1aadb08db0 Add basic email functionality w/nodemailer. 2015-06-27 16:43:53 -04:00
92bba362ad Add views/home.hbs template 2015-06-25 14:14:48 -04:00
098e4deebb Add basic handlebars view to show what's in DB. No fancy AJAX-style update of page; have to refresh page to see new data. 2015-06-25 14:05:20 -04:00
68256ab8e8 Interim commit, change db insert to include default fields from POST data. server.js runs under node but havent tested with particle yet. 2015-06-22 12:16:56 -04:00
c5a3c152db Basic SQLite functionality; writing JSON into DB table 2015-06-21 14:04:07 -04:00
74414c1ab9 README.md edited online with Bitbucket 2015-06-17 22:41:05 +00:00
a7ba416425 Add empty README 2015-06-17 18:25:44 -04:00
0491df321d initial version capable of receiving POST data from Particle Core 2015-06-16 22:52:06 -04:00