forked from markjeee/edi4r
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TO-DO
35 lines (27 loc) · 920 Bytes
/
TO-DO
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
= To-do list
== Documentation
* Further improve RDoc support
* DocBook based tutorial
* FAQ section
* Intro to EDI in general
* Outlook: More components (of a real EDI/EAI server), e.g. for messaging
== XML support
* DTD generation from Diagrams
== Core features
* E: more SV4 support, I-EDI support
* E: Support for code lists, subsets, restricted codelists
* Recovery from parsing errors, ability to skip faulty messages
* Consider a "C" extension for fast segmentation of plain EDIFACT data
* Generic support for CSV/variable-length and fixed record formats?
* Add a generic number generator
* Add EAN/GTIN/EPC helpers
== XPath support
* method "each" accepting XPath parameter
* Index op [] accepting XPath
* More XPath expressions + corresponding methods
== Applications
* Better list mode in editool.rb
== Test suite
* Extend
== Details
* Avoid module name 'Dir' - might collide with std. classname 'Dir'