You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Random avatar is implemented from the sample mock api as mentioned below.
Implemented onlick on the avatar tile. On the click,it will display the chat window.
Search is working as expected. Not making excess calls or redundant searches.
Autoexpansion of messages view is implemented. Needs some work to maintain display of consistent chat data when long sentences are fed to the chat contents to display.
For actual messages hard coded chat messages are implemented. For e.g when a user types something, it will display as a real time chat service.
I have created the mock api to fetch sample data and here is the url:
The one way chat implementation is completed but the state is not retained. So, with every refresh the data of the chat is lost. I had worked on implementing if submission was not quite close.
Hope to have a good review remarks on the same. Thank you!!!