Conversation
|
@apinf/developers Please review & test |
|
@frenchbread Overall code and solution looked good. Settings file usage won't be anymore supported I suppose? |
|
Yes. But basically, as I recall correctly there were some feature that transfers settings data from setting file to collection. |
|
@frenchbread yes. We should probably still allow settings to be provided by settings.json, so in startup we could write the |
|
Not syncing, should I wait 5 mins, or still bug? |
| @@ -0,0 +1,14 @@ | |||
| export function apiUmbrellaSettigsValid (settings) { | |||
There was a problem hiding this comment.
Add letter 'n' for everywhere this function gets called and function name.
apiUmbrellaSettigsValid => apiUmbrellaSettingsValid
|
Generally: |
|
Decided together to leave settings file case outside of this. |
|
Added some more refactoring & checks |
|
Tested again after meteor reset, sync runs now without errors. |
|
Added one more close to the description. Merging and closing. If one minute syncing interval causes issues for example in production when there might be more latency let's make it longer. Great co-working guys @frenchbread @brylie |
Fixes