squiddy-dashboard is a meteorite package which provides the main dashboard for Squiddy.
An Event is made of:
- title: String,
- summary: String,
- userId: user id,
- author: user id .profile.name,
- time: Date,
- start: Date,
- end: Time,
- invited: Array of user id's that are invited,
- participants: Array of objects like {user: userId, rsvp: "yes"}
home.js
contains the entirecore.js
from the framework, i'm slowing incorporate that into meteor code.client/compatibility/
put here common js functions used in templates.