RocketChat in groups!
Group 1: Warriors Group 2: Cavaliers
- stephencurry@somewhere.com/123456
- klaythomspons@somewhere.com/123456
- lebronjames@somewhere.com/123456
- kyrieirving@somewhere.com/123456
- #athletes
- #gameplan
- #stars
- #coaches
This version of RocketChat uses mizzao:meteor-partitioner package that will enable you to partiotioned your chat to groups.
Apart from the initial data above, admin can add new groups to the app by going to /admin (i.e. localhost:3000/admin). From there, you can also view the existing groups.
This app uses another version of meteor-partioner available @ atmospherejs.com with name skemb321:partitioner-fork. Basically, skemb321:partitioner-fork, is just a fork of mizzao:meteor-partitioner package but with some changes in it's Helpers global namespace. To see the changes https://github.com/skemb321/meteor-partitioner
- Add meteor package:
skemb321:partitioner-fork - Use Partitioner.partitionCollection(meteor.collection, option) to partion our collections.
- Added new route for admin to create groups (/admin)
- Some scripts for initial data upon startup.
- JS for creation of groups To view the changes click here
- Clone this repo
- cd Rocket.Chat
- meteor
- When developing, always checkout a new branch
- When official Rocket.Chat repo has some updates, fetch it using
git fetch officialthen ALWAYS usegit rebase official/master. This will make it easier to merge updates from the official repo to yours. Check git rebase in git manual for more info.
- Notifications - notifications dont appear
- Unread messages count - they don't appear anymore
- Private Messages Bug - Users can still PM users from other groups. :sad:
- I hope Rocket.Chat code will be re-written in javascript not in coffeescript so more users can extend it.
- Mizzao should really update his package re my change to it.
- I hope Rocket.Chat will have more feature to come like sending a voice file.