Skip to content

Commit

Permalink
Merge pull request #88 from symptomatic/development
Browse files Browse the repository at this point in the history
hGraph Mobile & Synthea Surfer
  • Loading branch information
awatson1978 authored Mar 16, 2021
2 parents f6fca0f + d82c51f commit 38808c3
Show file tree
Hide file tree
Showing 37 changed files with 10,328 additions and 2,459 deletions.
9 changes: 9 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"presets": ["meteor"],
"plugins": [
[
"styled-components",
{ "ssr": true, "displayName": true, "preprocess": false }
]
]
}
1 change: 0 additions & 1 deletion .meteor/.versions
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ localstorage@1.2.0
logging@1.1.20
matb33:collection-hooks@0.7.15
meteor@1.9.3
meteor-base@1.4.0
meteor-platform@1.2.6
minifier-css@1.4.3
minifier-js@2.5.0
Expand Down
4 changes: 3 additions & 1 deletion .meteor/cordova-plugins
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
com.telerik.plugins.healthkit@https://github.com/rossmartin/HealthKit.git
cordova-plugin-console@1.1.0
cordova-plugin-device@2.0.3
cordova-plugin-file@6.0.2
cordova-plugin-meteor-webapp@1.9.1
cordova-plugin-splashscreen@6.0.0
cordova-plugin-statusbar@2.4.3
cordova-plugin-app-launcher@0.4.0

cordova-plugin-wkwebview-engine@1.2.2
cordova-plugin-wkwebviewxhrfix@0.1.0

phonegap-plugin-mobile-accessibility@1.0.5
22 changes: 15 additions & 7 deletions .meteor/packages
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,20 @@
# 'meteor add' and 'meteor remove' will edit this file for you,
# but you can also edit it by hand.

babel-compiler@7.5.4
meteor-base@1.4.0 # Packages every Meteor app needs to have
babel-compiler@7.6.0
meteor@1.9.3
webapp@1.10.0
ddp@1.4.0
livedata@1.0.18
es5-shim@4.8.0 # ECMAScript 5 compatibility for older browsers
# hot-code-push # Doesnt belong on every deployment.


# SECURITY
alanning:roles

# DATA INFRASTRUCTURE
mongo@1.10.0 # The database Meteor supports right now
mongo@1.10.1 # The database Meteor supports right now
reactive-var@1.0.11 # Reactive variable for tracker
react-meteor-data@2.1.2 # React higher-order component for reactively tracking Meteor data
session@1.2.0
Expand All @@ -20,12 +26,11 @@ http@1.4.2
simple:json-routes@2.1.0

# RENDERING
es5-shim@4.8.0 # ECMAScript 5 compatibility for older browsers
static-html # Define static page content in .html files
standard-minifier-css@1.6.1 # CSS minifier run for production mode
standard-minifier-css@1.7.2 # CSS minifier run for production mode
standard-minifier-js@2.6.0 # JS minifier run for production mode
mobile-experience@1.1.0 # Packages for a great mobile UX
ecmascript@0.14.3 # Enable ECMAScript2015+ syntax in app code
ecmascript@0.15.0 # Enable ECMAScript2015+ syntax in app code
shell-server@0.5.0 # Server-side component of the `meteor shell` command
server-render@0.3.1
npdev:react-loadable
Expand All @@ -35,6 +40,9 @@ fourseven:scss
clinical:extended-api@2.5.0
clinical:fonts@1.2.0
clinical:hl7-resource-datatypes@4.0.6
clinical:hl7-fhir-data-infrastructure
clinical:hl7-fhir-data-infrastructure

# symptomatic:data-management
# symptomatic:healthkit-importer
# symptomatic:immunization-card

1 change: 1 addition & 0 deletions .meteor/platforms
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
browser
ios
server
2 changes: 1 addition & 1 deletion .meteor/release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
METEOR@1.11.1
METEOR@2.0
46 changes: 22 additions & 24 deletions .meteor/versions
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
accounts-base@1.7.0
accounts-base@1.8.0
alanning:roles@3.2.3
aldeed:collection2@3.0.6
allow-deny@1.1.0
autoupdate@1.6.0
babel-compiler@7.5.4
babel-compiler@7.6.0
babel-runtime@1.5.0
base64@1.0.12
binary-heap@1.0.11
Expand All @@ -13,19 +12,19 @@ caching-compiler@1.2.2
caching-html-compiler@1.1.3
callback-hook@1.3.0
check@1.3.1
clinical:extended-api@2.5.0
clinical:extended-api@2.5.1
clinical:fonts@1.2.0
clinical:hl7-fhir-data-infrastructure@6.10.1
clinical:hl7-fhir-data-infrastructure@6.11.4
clinical:hl7-resource-datatypes@4.0.6
ddp@1.4.0
ddp-client@2.3.3
ddp-client@2.4.0
ddp-common@1.4.0
ddp-rate-limiter@1.0.9
ddp-server@2.3.2
deps@1.0.12
diff-sequence@1.1.1
dynamic-import@0.5.3
ecmascript@0.14.3
dynamic-import@0.6.0
ecmascript@0.15.0
ecmascript-runtime@0.7.0
ecmascript-runtime-client@0.11.0
ecmascript-runtime-server@0.10.0
Expand All @@ -34,7 +33,7 @@ es5-shim@4.8.0
fetch@0.1.1
fourseven:scss@4.12.0
geojson-utils@1.0.10
hot-code-push@1.0.4
goinvo:hgraph-mobile@0.7.3
html-tools@1.0.11
htmljs@1.0.11
http@1.4.2
Expand All @@ -43,21 +42,19 @@ inter-process-messaging@0.1.1
launch-screen@1.2.0
livedata@1.0.18
localstorage@1.2.0
logging@1.1.20
logging@1.2.0
matb33:collection-hooks@1.0.1
meteor@1.9.3
meteor-base@1.4.0
meteorhacks:async@1.0.0
minifier-css@1.5.3
minifier-js@2.6.0
minimongo@1.6.0
minimongo@1.6.1
mobile-experience@1.1.0
mobile-status-bar@1.1.0
modern-browsers@0.1.5
modules@0.15.0
modules@0.16.0
modules-runtime@0.12.0
mongo@1.10.0
mongo-decimal@0.1.1
mongo@1.10.1
mongo-decimal@0.1.2
mongo-dev-server@1.1.0
mongo-id@1.0.7
npdev:react-loadable@1.0.0
Expand All @@ -67,10 +64,11 @@ promise@0.11.2
raix:eventemitter@0.1.3
random@1.2.0
rate-limit@1.0.9
react-meteor-data@2.1.2
react-fast-refresh@0.1.0
react-meteor-data@2.2.0
reactive-dict@1.3.0
reactive-var@1.0.11
reload@1.3.0
reload@1.3.1
retry@1.1.0
routepolicy@1.1.0
server-render@0.3.1
Expand All @@ -80,16 +78,16 @@ shell-server@0.5.0
simple:json-routes@2.1.0
socket-stream-client@0.3.1
spacebars-compiler@1.1.3
standard-minifier-css@1.6.1
standard-minifier-css@1.7.2
standard-minifier-js@2.6.0
static-html@1.2.2
symptomatic:covid19-on-fhir@0.5.0
symptomatic:vault-server-freemium@6.3.3
symptomatic:healthkit-importer@0.8.3
symptomatic:orbital@0.6.1
templating-tools@1.1.2
tmeasday:check-npm-versions@0.3.2
tracker@1.2.0
typescript@3.7.6
typescript@4.1.2
underscore@1.0.10
url@1.3.1
webapp@1.9.1
webapp-hashing@1.0.9
webapp@1.10.0
webapp-hashing@1.1.0
7 changes: 6 additions & 1 deletion app/Logger.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
import { createLogger, addColors, format, transports } from 'winston';
import { get } from 'lodash';
import { Meteor } from 'meteor/meteor';
import 'setimmediate';

import "setimmediate";


// some functions that do log level filtering
Expand Down Expand Up @@ -106,4 +107,8 @@ logger.on('error', function (error) {
console.error('Winston just blew up.', error)
});

if(Meteor.isClient){
window.logger = logger;
}

export default logger;
Loading

0 comments on commit 38808c3

Please sign in to comment.