Active
Project:
Chatroom
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
20 Oct 2011 at 10:00 UTC
Updated:
5 Jan 2012 at 05:07 UTC
Jump to comment: Most recent
I'm starting to hack some on 7.x Work for node.js chatroom, specifically on the theming stuff. Seems to be some work to be done, but a bit confused which branch and where to work on. One addition I added was a simple div around the entire chatroom so it could be positioned as a unit.
Which branch should I be working on?
Comments
Comment #1
Anonymous (not verified) commentedComment #2
Anonymous (not verified) commentedthis work should happen in the 7.x-2.x branch, and concentrate on the chatroom_ui.module.
in the core chatroom project, there are three goals for the UI:
- a one-on-one UI implementation in chatroom_ui module
- a IRC-style whole-page implementation in chatroom_ui module
- chatroom_ui module to be completely optional, such that another module can implement their own front end with just the chatroom module