-
Notifications
You must be signed in to change notification settings - Fork 35
Road Map
kstan79 edited this page Aug 17, 2012
·
3 revisions
This is just me throughing ideas out. Please comment on these or change them. We can look at the diff to see the conversation.
- refractor to simple classes.
- PHPJasperXML
- XMLParser
- Database
- Render/StaticTexr
- Render/TextField
- Render/Rectangle
- Render/SubReport
- Render/Others
- Output
- OutputType/PDF
- OutputType/XLS
- OutputType/HTML
// not ammended 4. A reportData class. Would hold all the date as it is passed from parser, layout to render.
- Add some support classes
- a renderEngine Class (fpdf wrapper)
- evaluation rapper should really have a few such a groovy and javascript but I think we can do a simple groovy fake and a true javascript engine (js already has php lib. Both supported by iReport
- data source classes
- excel / csv
- array
- PDO (sql)
- create components for each jasper control.
We need to add Unit testing through out. I think PHPUnit would be good.