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

Chat Application Finished #2

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

Conversation

cjtoribio
Copy link

The chat app, supports multiple rooms, giphy, scalable to any command, material-ui, socket-io and acceptably commented. There is still opportunity for using email to use gravatar, but this chat app doesn't have it. It has animations for dialogs and efficient data transfer (avoids sending data that is already in the client). Each tab would be a new chat session, since no cookies or localStorage is used and socketIO session is not shared between tabs.

- add plugin support
- add giphy plugin
- Separate complex html into smaller directives
- Implement attachments in client-side which are generated by plugins on server-side
- Separate AutoScroll as an attribute for reutilisation
- Separate directives from templates
- Separate directives by functionality
- Implement mapped processing instead of chain processing for plugins.
- Implement Default, Error and UknownCommands plugins, remove logic in socket.on('send')
- Use reject when error inside a plugin has occurred.
- Generic errors are also catched and feedback is sent to the user
- add restriction for nickname length
- error are not presented as attachments anymore but as messages
- changeName is sent as a message instead of a separate command
- Combine userChangeName and changeName.
- Unify duplicated logic
- Introduce animations
- Delete renameModal , Create input and confirm modals.
- Create modal controllers and modal service.
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