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

Commits on Feb 2, 2016

  1. Updating Dependencies and Refactoring

    - Added new dependencies I'll be using
    - Refactored server.js for readability
    karudedios committed Feb 2, 2016
    Configuration menu
    Copy the full SHA
    898ea02 View commit details
    Browse the repository at this point in the history
  2. Adding basic skeleton

    - 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'
    karudedios committed Feb 2, 2016
    Configuration menu
    Copy the full SHA
    9d96482 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    93af75c View commit details
    Browse the repository at this point in the history
  4. Updating Dependency

    - Changing wrong materialize with dogfalo/materialize
    karudedios committed Feb 2, 2016
    Configuration menu
    Copy the full SHA
    d146399 View commit details
    Browse the repository at this point in the history
  5. Bootstrapping manually

    - To ensure having all modules loaded when the file gets imported
    karudedios committed Feb 2, 2016
    Configuration menu
    Copy the full SHA
    14d9fd6 View commit details
    Browse the repository at this point in the history
  6. The moment I began dealing with CSS everything died

    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.
    karudedios committed Feb 2, 2016
    Configuration menu
    Copy the full SHA
    0d0bdc5 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2016

  1. Updating Utils

    - Adding more constants
    - Removing unused method on decorators
    - Adding helpers, to have function composition
    karudedios committed Feb 3, 2016
    Configuration menu
    Copy the full SHA
    2385c5e View commit details
    Browse the repository at this point in the history
  2. Chatrooms

    - Creating full routing for the app
    - Can Create Rooms
    - Can Delete Rooms
    - Can Join Rooms
    - Cannot send or receive messages
    karudedios committed Feb 3, 2016
    Configuration menu
    Copy the full SHA
    23d758f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c1b8190 View commit details
    Browse the repository at this point in the history
  4. Style refactory

    - Adding and applying new styles
    - Changing layout... So many times I can't even count them
    - Renaming app
    karudedios committed Feb 3, 2016
    Configuration menu
    Copy the full SHA
    2a6bcb2 View commit details
    Browse the repository at this point in the history
  5. Server Refactoring

    - Receiver and Emitter for room creation and deletion.
    - Rooms stored on .dat file for persistence.
    karudedios committed Feb 3, 2016
    Configuration menu
    Copy the full SHA
    40e5101 View commit details
    Browse the repository at this point in the history
  6. Cleanup/Refactory

    - Removing what had to be removed
    - Cleaning markup
    - Updating texts
    karudedios committed Feb 3, 2016
    Configuration menu
    Copy the full SHA
    a01d85d View commit details
    Browse the repository at this point in the history
  7. Room conversation is a thing

    * Do private conversations
    karudedios committed Feb 3, 2016
    Configuration menu
    Copy the full SHA
    f9d8525 View commit details
    Browse the repository at this point in the history
  8. Cleanup

    karudedios committed Feb 3, 2016
    Configuration menu
    Copy the full SHA
    a63a3f2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8e01b21 View commit details
    Browse the repository at this point in the history
  10. changing server.listen

    karudedios committed Feb 3, 2016
    Configuration menu
    Copy the full SHA
    2bb04f5 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2016

  1. Separating Login and Logout

    - States for login and logout
    - Service for dealing with User
    - Adding constants and refactoring app.controller
    karudedios committed Feb 4, 2016
    Configuration menu
    Copy the full SHA
    b6c642e View commit details
    Browse the repository at this point in the history
  2. Clean up

    - Loader for pre-bootstrap
    - new helper methods
    - style optimizations
    - markup optomizations
    karudedios committed Feb 4, 2016
    Configuration menu
    Copy the full SHA
    68f7a7e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    435bab4 View commit details
    Browse the repository at this point in the history
  4. Adding new Factories and updating server

    - Added factories for managing messages. giphy and sockets
    - Updated server (work pending here)
    karudedios committed Feb 4, 2016
    Configuration menu
    Copy the full SHA
    e5e89a0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f4fe430 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2016

  1. Configuration menu
    Copy the full SHA
    f2cf157 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47df3fa View commit details
    Browse the repository at this point in the history
  3. Clean up

    - Enabling private chats
    - Cleaning server.js up
    - Cleaning constants
    karudedios committed Feb 5, 2016
    Configuration menu
    Copy the full SHA
    ce1dbf7 View commit details
    Browse the repository at this point in the history
  4. Adding alias for 'giphy' command

    I wanted to test faster...
    karudedios committed Feb 5, 2016
    Configuration menu
    Copy the full SHA
    99d5c0b View commit details
    Browse the repository at this point in the history
  5. Making sure most recent gets cleared

    If a message from system arises we don't want the messages to keep on
    stacking to the last user-sent message.
    karudedios committed Feb 5, 2016
    Configuration menu
    Copy the full SHA
    f299768 View commit details
    Browse the repository at this point in the history
  6. Adding command error handling & cleaning up

    - Removing what's not used
    - Fixing some markup
    karudedios committed Feb 5, 2016
    Configuration menu
    Copy the full SHA
    1048ff1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2711574 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f566b2f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3464218 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3944532 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    caffd79 View commit details
    Browse the repository at this point in the history
  12. Updating README.md

    karudedios committed Feb 5, 2016
    Configuration menu
    Copy the full SHA
    dee5386 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    72643f0 View commit details
    Browse the repository at this point in the history