1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <?xml-stylesheet type =" text/xsl" href =" ../../ interface/layout.xsl" ?>
2
+ <?xml-stylesheet type =" text/xsl" href =" ../interface/layout.xsl" ?>
3
3
<page >
4
4
<filename >Introduction.xml</filename >
5
5
<sitedir >Raku-TOP</sitedir >
@@ -48,7 +48,7 @@ th h2, th h3 {
48
48
does Relation</code ></td >
49
49
<td >All the functionality specific to Tables</td >
50
50
<td >First pass done</td >
51
- <td >Not started </td >
51
+ <td >Basic functionality works </td >
52
52
</tr >
53
53
<tr >
54
54
<td ><code >class View
@@ -95,7 +95,7 @@ th h2, th h3 {
95
95
<td ><code >class Field</code ></td >
96
96
<td >Data is actually stored in table, but this references a column</td >
97
97
<td >First pass done</td >
98
- <td >Not started </td >
98
+ <td >Basic Functionality Works </td >
99
99
</tr >
100
100
<tr >
101
101
<td ><code >class Lot</code ></td >
@@ -126,15 +126,24 @@ th h2, th h3 {
126
126
127
127
<h1 >Implementation order</h1 >
128
128
129
+ <style >
130
+ .done {
131
+ background-color: green;
132
+ color: white;
133
+ padding: 2pt;
134
+ border-radius: 4pt;
135
+ }
136
+ </style >
137
+
129
138
<ul >
130
139
<li >Basic functionality</li >
131
140
<ul >
132
141
<li >Very basic functionality</li >
133
142
<ul >
134
- <li >Database, including inheriting from TOP::Core</li >
135
- <li >Table, including Field and Tuple, and inheriting from Relation and TOP::Core.
136
- Note https://docs.raku.org/language/subscripts#Binding</li >
143
+ <li ><span class =" done" >Table, including Field and Tuple, and inheriting from Relation and TOP::Core</span ></li >
144
+ <li ><span class =" done" >Database, including inheriting from TOP::Core</span ></li >
137
145
<li >Implement backends for CSV and DBI</li >
146
+ <li >Look at having a Signature for a Table, and linking each Field to a Parameter in the Signature</li >
138
147
</ul >
139
148
<li >Joining</li >
140
149
<ul >
@@ -144,11 +153,13 @@ th h2, th h3 {
144
153
</ul >
145
154
<li >Cursor</li >
146
155
<li >DataDictionary</li >
156
+ <li >Lot, Section</li >
147
157
</ul >
148
158
<li >Perspectives</li >
149
159
<li >Allow transactions (with <code >atom</code > structure), and TOP::Slang, and locking</li >
150
- <li >Allow numbered columns as well as named. Note https://docs.raku.org/language/subscripts#Multiple_dimensions</li >
160
+ <li >Allow numbered columns as well as named. Note https://docs.raku.org/language/subscripts#Multiple_dimensions
161
+ ...or maybe we should just let people use multi-dimensional arrays for this</li >
151
162
</ul >
152
163
153
164
</content >
154
- </page >
165
+ </page >
0 commit comments