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

Generate a raw meeting log in JSON format along with HTML logs. #25

Merged
merged 9 commits into from
Jun 3, 2022

Conversation

pronovic
Copy link
Owner

@pronovic pronovic commented Jun 3, 2022

This is an incremental step in the implementation of issue #23 , which is a request to allow regenerating formatted output. Currently, we don't persist the raw meeting state from the Meeting object. So, there's no way to reprocess a meeting and generate new or updated HTML output. This PR adds a 3rd generated file, which serializes Meeting to JSON. At the same time, I did some refactoring so that the output format is configurable, although for the time being I only expect to support HTML.

@coveralls
Copy link

coveralls commented Jun 3, 2022

Coverage Status

coverage: 98.225% (-0.1%) from 98.373%
when pulling 20d0be3 on ken/issue23
into 13694c6 on master.

@pronovic pronovic merged commit 25c80b7 into master Jun 3, 2022
@pronovic pronovic deleted the ken/issue23 branch June 3, 2022 21:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants