Skip to content
This repository has been archived by the owner on Sep 2, 2021. It is now read-only.

Custom templates #6

Open
wtait1 opened this issue Mar 5, 2020 · 2 comments
Open

Custom templates #6

wtait1 opened this issue Mar 5, 2020 · 2 comments
Labels
enhancement New feature or request hacktoberfest Good issue for anyone looking to participate in Hacktoberfest!

Comments

@wtait1
Copy link
Contributor

wtait1 commented Mar 5, 2020

Actual Behavior

Replay Zero currently ships with a few output templates embedded inside the binary. Those are the only choices for templating output.

Desired Behavior

Replay Zero's use of a templating engine decouples the source code and the output format. This should be open to users to provide their own custom templates. For the first iteration, simply reading the template from a file should be good enough.

Considerations

  • A passed in template should probably be validated right away, rather than waiting until a user has already started recording data that will end up being lost.
  • Document with code comments + an update to the README 🙂
@wtait1 wtait1 added the enhancement New feature or request label Mar 5, 2020
@wtait1 wtait1 added the hacktoberfest Good issue for anyone looking to participate in Hacktoberfest! label Sep 24, 2020
@shubhamarora
Copy link

@wtait1 I would like to give this a try.

@Celeo
Copy link
Contributor

Celeo commented Oct 3, 2020

@shubhamarora Sure, give it a go!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request hacktoberfest Good issue for anyone looking to participate in Hacktoberfest!
Projects
None yet
Development

No branches or pull requests

3 participants