stream-chat-android icon indicating copy to clipboard operation
stream-chat-android copied to clipboard

Refactor message list ViewModel logic to use MessageListController

Open TGazica opened this issue 3 years ago • 0 comments

Context & proposal

Currently ui-components and compose SDK have separate ViewModels, all with separate logic, creating boilerplate code and feature misalignment. We should refactor the ViewModels to use MessageListController like we have with MessageComposerController to improve feature parity and reduce boilerplate code.

Acceptance criteria

To accept this task we need to complete the following items:

  • [ ] TODO - Move SDK agnostic logic from ViewModels to MessageListController

TGazica avatar Jul 07 '22 10:07 TGazica