alexZaicev / Performance_Reporting

0 stars 0 forks source link

Refactor ingestion from different sources #5

Closed xavierschm closed 4 years ago

xavierschm commented 4 years ago

e.g. if later we read from a database

alexZaicev commented 4 years ago

The program architecture allows to do the following:

  1. Add different DAO (Data access objects, e.g. excel template reader, CSV reader, database reader) as long as they are generating the same models from the data.
  2. Add different reporters (PDF reporter, CSV reporter etc.).
  3. Add additional measure and data types with ease.

Closing this issue.

If requirement to implement additional functionality arises, please open new issue and link it to the project