Skip to content
This repository has been archived by the owner on Mar 26, 2020. It is now read-only.

Challenge Completes #4

Open
wants to merge 34 commits into
base: master
Choose a base branch
from
Open

Challenge Completes #4

wants to merge 34 commits into from

Conversation

karudedios
Copy link

  • Multiple Rooms
  • Giphy Integration
  • Private Messages
  • Built with ES6 and JSPM
  • Gravatar integration
  • Room adition/deletion
  • Updated README with instructions

- Added new dependencies I'll be using
- Refactored server.js for readability
- Adding a Inject decorator in order to inject straight to the class
- Adding what I currently believe to be my core, it's prone to be
renamed to 'chat' instead of 'app'
- Changing wrong materialize with dogfalo/materialize
- To ensure having all modules loaded when the file gets imported
Now I have to fix whatever it is that I did wrong with the CSS that
destroyed everything. Probably end up doing it all over again.
- Adding more constants
- Removing unused method on decorators
- Adding helpers, to have function composition
- Creating full routing for the app
- Can Create Rooms
- Can Delete Rooms
- Can Join Rooms
- Cannot send or receive messages
- Adding and applying new styles
- Changing layout... So many times I can't even count them
- Renaming app
- Receiver and Emitter for room creation and deletion.
- Rooms stored on .dat file for persistence.
- Removing what had to be removed
- Cleaning markup
- Updating texts
* Do private conversations
- States for login and logout
- Service for dealing with User
- Adding constants and refactoring app.controller
- Loader for pre-bootstrap
- new helper methods
- style optimizations
- markup optomizations
- Added factories for managing messages. giphy and sockets
- Updated server (work pending here)
- Enabling private chats
- Cleaning server.js up
- Cleaning constants
I wanted to test faster...
If a message from system arises we don't want the messages to keep on
stacking to the last user-sent message.
- Removing what's not used
- Fixing some markup
@legallybond legallybond changed the title Challenge Completed. Challenge Completes Oct 14, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant