Page MenuHomePhorge

More on channels management
ClosedPublic

Authored by machniak on May 26 2017, 10:02 AM.
Tags
None
Referenced Files
F11803644: D443.id1049.diff
Fri, Apr 19, 6:20 AM
Unknown Object (File)
Mon, Apr 15, 9:22 AM
Unknown Object (File)
Mon, Apr 8, 9:30 AM
Unknown Object (File)
Sun, Apr 7, 11:40 AM
Unknown Object (File)
Sun, Apr 7, 11:33 AM
Unknown Object (File)
Sat, Mar 30, 2:14 PM
Unknown Object (File)
Mar 19 2024, 12:07 AM
Unknown Object (File)
Mar 9 2024, 5:14 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
Branch
feature/roomchannels
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 10286
Build 9155: arc lint + arc unit

Event Timeline

Looking really good already.. :)

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

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.