aboutsummaryrefslogtreecommitdiffstats
path: root/src/documentation/xdocs/todo.xml
blob: ed5307fc91546f41ce876fa3d176e4305c16504d (plain)
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
<?xml version="1.0" encoding="utf-8"?>

<!DOCTYPE todo PUBLIC "-//APACHE//DTD Todo V1.1//EN" "./dtd/todo-v11.dtd">

<todo title="Things To Do for Poi">

 <devs>
  <!-- in strict alphabetical order -->
  <person id="AO"  name="Andrew C. Oliver"   email="acoliver2@users.sourceforge.net"/>
  <person id="GS"  name="Glen Stampoultzis"  email="gstamp@iprimus.com.au"/>
  <person id="MJ"  name="Marc Johnson"       email="mjohnson at apache dot org"/>
  <person id="NKB" name="Nicola Ken Barozzi" email="barozzi@nicolaken.com"/>
  <person id="open" name="Poi Developers"    email="poi-dev@jakarta.apache.org"/>
 </devs>

 <actions priority="high">
  <action context="code" assigned-to="NKB">
    Finish HDF
  </action>
  <action context="code" assigned-to="NKB">
    Finish Charts
  </action>
  <action context="code">
    Add Formulas.
  </action>

 </actions>

 <actions priority="medium">
  <action context="code">
	Expose functionality in low level records in higher level API
  </action>
  <action context="code">
	Implement more record types (for other things ... not sure
	what this will mean yet).
  </action>
  <action context="code">
	Implement more record types (for other things ... not sure
	what this will mean yet).
  </action>
  <action context="code">
	Add more dummy checks (for when API user's do things they
	&quot;can't&quot; do)
  </action>
  <action context="code">
        Add support for embedded graphics and stuff like that.
  </action>
  <action context="code">
	Create new adapter object for handling MulBlank, MulRk, Rk
	records.
  </action>
  <action context="code">
	Add a way to copy sheets.
  </action>
 </actions>

</todo>