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

Connect The Client side messaging to the backend #46

Merged
merged 19 commits into from
Oct 25, 2016
Merged

Conversation

torch2424
Copy link
Member

@torch2424 torch2424 commented Oct 25, 2016

This closes #17

However, it opens #45

This allows for Polling for messages from the server, to receive new messages from other users. This also supports POST-ing new messages to the server. This also cleans up ALOT of the front end services, to avoid circular dependencies

gif:

untitled recording 26

it will contain logic for all external messaging requests
Needs to be tested with Kumins server
Fixed alot of circular dependcies with the appnotification and apploading
Need to do a major refactoring before moving forward
As the title states, more refactoring needs to be done however
Simply need to handle errors on FB login, Create Pages provider, and finish up messages
Pages are required to be imported into the app.ts
Code is looking very nice, and makes much sense now
All is looking good, simply need to finish up single conversationview to finish messaging
All that remains is message posting (Conversation Create), and message putting (Sending new Message in a conversation)
… when the view enters

This will lead to much better UX
Posting messages is now working, but requires some backend fixes, and a toast for newly received messages
Everything working great, with a good UX
@torch2424 torch2424 changed the title Connect The Client side messaging to the backend [DONT PULL YET] Connect The Client side messaging to the backend Oct 25, 2016
@torch2424
Copy link
Member Author

@kuminin Ths pull is ready for you! 🍔

Copy link
Contributor

@kuminin kuminin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Aaron showed this working on his client.

@kuminin kuminin merged commit 727cc80 into master Oct 25, 2016
@torch2424 torch2424 deleted the connectMessaging branch October 25, 2016 23:51
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Connect Messaging for Server and Client
2 participants