Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Store pertinent client information in client object. #33

Open
somefriggnidiot opened this issue Jan 14, 2018 · 0 comments
Open

Store pertinent client information in client object. #33

somefriggnidiot opened this issue Jan 14, 2018 · 0 comments

Comments

@somefriggnidiot
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant