/[drupal]/contributions/modules/chatroom/HACKING.txt
ViewVC logotype

Contents of /contributions/modules/chatroom/HACKING.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.3 - (show annotations) (download)
Fri Nov 6 16:56:18 2009 UTC (3 weeks ago) by justinrandell
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-6--3
Changes since 1.2: +10 -1 lines
File MIME type: text/plain
sync up HEAD with 6.x-2 BETA 1
1 Chatroom module hacking notes
2 -----------------------------
3
4 NOTE - these are not necessarily in any order. Patches for any items on this list most welcome!
5
6 1. Chats should be nodes.
7 -- DONE
8
9 2. All simple read operations should hit chatroomread.php, and be as light as possible for cache misses.
10 -- DONE
11
12 3. All other operations should hit Drupal's standard menu system.
13 - write a chat message
14 - ban or kick a user
15 - archive a chat
16 - any '/command' requests
17 -- DONE
18
19 4. Commands should be hookable, so that other modules can define commands and get control of the request
20 if the command they define is fired.
21 -- DONE
22
23 5. The chat interface should work in a popup.
24 -- DONE
25
26 6. The chats should not require a chatroom.
27 -- DONE
28
29 7. Adhoc chats and chats in chatrooms should be able to use an invite system.
30
31 8. Chatroom sounds should use a jquery plugin.
32
33 9. Chatroom should come with full support for the smiley module.
34 -- DONE: at least as far as filters, as the messages are filtered as per the admin set filter for the node. so, just add smileys to your node filter, and you get smileys
35 -- TODO: add some sugar to the interface for smileys
36
37 10. Chatroom modules should ship with views integration.
38
39 11. Chatroom chats should use site-wide filters, configurable by the site admin.
40 -- DONE
41
42 12. Chatroom should ship with apachesolr integration.
43
44 13. Chatroom should ship with Organic Groups integration.
45 -- DONE, at least as far as chats are nodes, so they can be added as OG content like any other node
46
47 14. Chatroom needs improved documentation, inline, on Drupal.org and via integration with
48 advanced help module.
49
50 15. Chatroom should integrate with the Appbar module.
51
52 16. Chatroom should show user pictures and integrate with imagecache if its enabled.
53 -- DONE
54
55 17. Chats should be able to be set to private.
56 -- DONE
57

  ViewVC Help
Powered by ViewVC 1.1.2