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
As a developer I want to cache commonly used information about clients So that I can better streamline the use of that information.
Requirements
New object created to store info about connected clients.
All references to online or connected client information are uplifted to use the new object.
Manual testing has been done to ensure changes work and do not affect other changes.
Unit testing is added as necessary.
Technical Design
A "Client" (name TBD) object is created that stores ClientInfo and current channel of that client.
connectedUserList in SCM is uplifted to using new "Client" object.
The text was updated successfully, but these errors were encountered:
Story
As a developer
I want to cache commonly used information about clients
So that I can better streamline the use of that information.
Requirements
New object created to store info about connected clients.
All references to online or connected client information are uplifted to use the new object.
Manual testing has been done to ensure changes work and do not affect other changes.
Unit testing is added as necessary.
Technical Design
A "Client" (name TBD) object is created that stores ClientInfo and current channel of that client.
connectedUserList in SCM is uplifted to using new "Client" object.
The text was updated successfully, but these errors were encountered: