Index: trunk/extensions/Wikidata/TODO |
— | — | @@ -0,0 +1,22 @@ |
| 2 | +Features |
| 3 | +=============== |
| 4 | + |
| 5 | +* save defined meaning |
| 6 | +* copy defined meaning |
| 7 | + * complete |
| 8 | + * robust |
| 9 | + * debug |
| 10 | + |
| 11 | + |
| 12 | +General Tidying (refactoring) |
| 13 | +================== |
| 14 | +* Start making use of recordhelpers |
| 15 | +* Refurbish the attribute system |
| 16 | + |
| 17 | +Deferred Items (take into account) |
| 18 | +================================== |
| 19 | + |
| 20 | +* ArrayRecord has a getItem method that SHOULD use attributes |
| 21 | + but currently cheats and allows one to access any stored item |
| 22 | + by key. This should be revisited when the attribute system |
| 23 | + is refurbished. |