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

Change structure of presenters. Split into formatting and outputting #16

Open
mxdamien opened this issue Jan 9, 2023 · 0 comments
Open
Labels
refactoring Non functional changes improving code quality and infrastructure
Milestone

Comments

@mxdamien
Copy link
Owner

mxdamien commented Jan 9, 2023

Presenter structs directly output their formatted results to their respective to their respective output (console, json file atm).
Restructure this to split the presenter code into string formatting and actual output (e.g. console, file, simply return the string etc.).

@mxdamien mxdamien moved this to 📋 Backlog in dbtimetable Jan 9, 2023
@mxdamien mxdamien changed the title Change structure of presenters Change structure of presenters. Split into formatting and outputting Jan 9, 2023
@mxdamien mxdamien moved this from 📋 Backlog to 🔖 Ready in dbtimetable Jan 9, 2023
@mxdamien mxdamien added the refactoring Non functional changes improving code quality and infrastructure label Jan 9, 2023
@mxdamien mxdamien added this to the v0.1.1 milestone Jan 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactoring Non functional changes improving code quality and infrastructure
Projects
Status: 🔖 Ready
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant