Have done:
- Modified the report contents tree in the ArgoPDF dialog: moved all use cases in one folder. - Implemented *UseCasesDiagramHelper* class. This class contains utility methods, which help during report generation and working with Use Case diagrams. - Implemented *ReportUtils* class. This class contains general methods, which help during report generation. - Implemented the use case diagrams part of the report. Now, for each use case diagram, it includes an image of this diagram and a summary table. Summary table can include actors and use cases with its names and documentation. The problems which i had had during these week: - I had a problem of inserting images in the report. But it was solved. My objectives on the next week: - Add detailed info in the use case diagrams part of the report for every element of the use case diagram. - Start to implement the class diagrams part of the report.
