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

Basic Readable Chat View #23

Open
2 of 5 tasks
mirdaki opened this issue Apr 4, 2021 · 0 comments
Open
2 of 5 tasks

Basic Readable Chat View #23

mirdaki opened this issue Apr 4, 2021 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@mirdaki
Copy link
Owner

mirdaki commented Apr 4, 2021

I'll be taking a incremental "slice" approach to working on this. That should make it easier to see progress and help prevent burn out. I want to first focus on getting the chat view functional, since that's the core of any messaging app.

For this first step to be done, the chat view should have the following

  • Scrollable list of chat messages for a single room
  • Message displays sender, time sent, and text content
  • User and room selected via configuration file
  • Good loading speed. Probably will require a "dumb" incremental loading strategy for large rooms
  • See new messages as they are sent

Only basic formatting is needed. The style of the UI can be decided once more functionality is done. Sending messages, messages with images, gifs, video, etc aren't required for this issue to be marked done.

@mirdaki mirdaki added the enhancement New feature or request label Apr 4, 2021
@mirdaki mirdaki added this to the 0.1.0 milestone Apr 4, 2021
@mirdaki mirdaki self-assigned this Apr 4, 2021
@mirdaki mirdaki removed their assignment Jan 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant