##Developer: Adrian Nuyda
##Description: Join Me is an application for users who would want to watch youtube cideos at the same time while inside a chatroom. Users will be able to either to join a chatroom or create a chatroom, which will also give them the choice to select a youtube video to watch by pasting the youtube ID onto the chatroom form. The user who created the chatroom will become an admin of the chatroom, giving them the authorization to be the only person to kick out other users or change video and chatroom description. While inside the chatroom, users while have the ability to send messages to everyone inside the chatroom to discuss anything to their desire.
##Planning
Trello: Join Me - Trello
Application: Join Me - Application
###Wireframes
###Models
- User
- email: String
- username: String
- picture_url: String
- Chatroom
- title: String
- creator: [referencing Users]
- creatorName: String
- video: String
- description: String
- userCapacity: Number
- users: [referencing Users]
##Languages, Technologies, and Frameworks
###Development:
- HTML
- CSS
- Bootstrap
- JavaScript
###Technologies:
- MongooseDB
- Express
- Angular.js
- Node.js
- Socket.io
- JWTs (Jason Web Tokens)
###Deployment:
- Heroku
###Other:
- Trello
- Balsamiq (Wireframes)
##Unsolved Problems/Future Features to Implement
- Redirecting a user to public chatroom pages when kicked out of current chatroom.
- Every chatroom should have their own set of users and specific messages being sent only to users inside that specific chatroom.
- How to play a new video after the current one has finished.
- Implement Youtube's API to search for videos instead of pasting youtube ID onto chatroom form.
- Finding an alternative to using $apply or $digest from preventing page refreshes in order to render list of users and messages in chatroom.
- How to save information of specific chatroom data if you refresh the page.