You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is obvious that the way it work now is not good practice and was done just to make it work.
It is necessary to make the helpers manage where from the data will be fetched based on the Session. That way it will be possible to remove some html/js files and make the whole process more maintainable.
The text was updated successfully, but these errors were encountered:
Part of this Issue was already solved in this commit: b090367
It made possible to remove two files (globaltimeline.js and globaltimeline.html) since now only one template is necessary and the source of the data is provided by the router.
Lots of changes were made in the commits: 71553b4 27ce7dd 1daf937
Now there is no autopublish package anymore. Informations from collections are passed to the client through Subscriptions.
It still necessary to solve a few problems due to Meteor.userId not being acceptable inside publish methods.
It is obvious that the way it work now is not good practice and was done just to make it work.
It is necessary to make the helpers manage where from the data will be fetched based on the Session. That way it will be possible to remove some html/js files and make the whole process more maintainable.
The text was updated successfully, but these errors were encountered: