Page MenuHomePhorge

More on channels management
ClosedPublic

Authored by machniak on May 26 2017, 10:02 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Mar 19, 12:07 AM
Unknown Object (File)
Sat, Mar 9, 5:14 PM
Unknown Object (File)
Feb 20 2024, 12:12 PM
Unknown Object (File)
Feb 9 2024, 7:22 PM
Unknown Object (File)
Feb 6 2024, 9:47 PM
Unknown Object (File)
Feb 3 2024, 11:44 PM
Unknown Object (File)
Jan 28 2024, 10:46 AM
Unknown Object (File)
Jan 20 2024, 9:21 PM
Subscribers

Details

Summary
  1. Added channels list widget (with Create button)

with small refactoring in handling list widgets and their titles
no backend changes yet to actually get the list of channels

  1. Create Chat room details widget

.. for displaying chat information and e.g. update it's name
Not much backend support yet

Diff Detail

Repository
rKC kolab-chat
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Looking really good already.. :)

lib/kolab_chat/web/channels/room_channel.ex
40

this should perhaps already be a map (JSON object on the client side) because we'll definitely want to add more info over time here such as channel name, icon, etc.

  • Store channel metadata (basics with :ets use)

@seigo I'm done with this for now, will be busy with other stuff now, so you can merge this and continue. I added presence to room channel, but commented out, as I'm not sure we really need it there.

ps. Maybe we should remove mix.lock and add it to .gitignore?

This revision was automatically updated to reflect the committed changes.