public
Description: ruby based curses widgets: fields, buttons, textarea. menus, message boxes, tabbed panes, tables, listboxes. Event based, MVC architecture.
Homepage: http://totalrecall.wordpress.com/
Clone URL: git://github.com/rkumar/rbcurse.git
rbcurse / todo.yml
100644 63 lines (60 sloc) 1.11 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
---
FIXME: {}
 
__STATUSES:
- WIP
- TOTEST
- TESTED
- TODO
- CANC
TODO:
  LIST:
  - - 0
    - call on_enter and on_leave of component
    - WIP
  - - 5
    - case insensitive char search in list and combo
    - TODO
  TABLE:
  - - 0
    - editing on enter
    - TESTED
  - - 3
    - Columns editable or not
    - TESTED
  - - 5
    - Use TAB for intercell navig. use M-TAB for next f
    - TESTED
  - - 1
    - Any way to start a table with no data and pop late
    - TODO
  - - 1
    - table.set_data should check if models already created.
    - TODO
  - - 5
    - increase the maxlen of this field please. Let us see how it goes.
    - TESTED
  - - 5
    - cell editors pcol is not being reset each time
    - TESTED
  - - 5
    - Set column_class in TableColumn, to avoid hassles
    - TODO
  - - 5
    - Can we disable down arrow in Chkbox in table?
    - TOTEST
  - - 2
    - Table sorting and filtering is required - using VIEW
    - TODO
  GEN:
  - - 5
    - Modified should check if value changed, not UP etc
    - TOTEST
DONE: {}
 
__MODULES:
- LIST
- TABLE
- FIELD
- FORM
- GEN
- BUTTON
- MENU