Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[csv2img]: Extract output data into a model object. #62

Open
fummicc1 opened this issue Sep 29, 2024 · 2 comments · Fixed by #65
Open

[csv2img]: Extract output data into a model object. #62

fummicc1 opened this issue Sep 29, 2024 · 2 comments · Fixed by #65
Assignees
Labels
enhancement New feature or request

Comments

@fummicc1
Copy link
Owner

What is your new feature?

  • As of v1.9.0, unit testing for csv parsing is possible
  • However, unit testing for png / pdf generation is difficult because it produces actual bytes data, making it difficult to understand the structure of the data.
  • I plan to define a model class for data representation to facilitate unit testing.
@fummicc1 fummicc1 added the enhancement New feature or request label Sep 29, 2024
@fummicc1 fummicc1 self-assigned this Sep 29, 2024
@fummicc1 fummicc1 changed the title [csv2img]: Delegate output data representation into model object. [csv2img]: Extract output data into a model object. Sep 29, 2024
@fummicc1 fummicc1 linked a pull request Oct 18, 2024 that will close this issue
@fummicc1
Copy link
Owner Author

ImageMaker is done in #65

@fummicc1 fummicc1 reopened this Oct 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants
@fummicc1 and others