-
Notifications
You must be signed in to change notification settings - Fork 0
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
Feature/52 introduce topics #63
Conversation
This reverts commit bf8b45d.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- pulled
- local run done
- pylint checked
- unit tests ran
I am missing unit tests for newly added methods in test suites which have been already implemented.
I see problem with current Outpus logic solution It will be addressed in following issue.
if ActionInputs.get_is_structured_output_enabled(): | ||
self._generate_structured_index_pages(index_repo_level_template, index_org_level_template, issues) | ||
# Generate all structure of the index pages | ||
if is_structured_output: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This if-elif is strange as both can happen in same time.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Understand your statement. The logic is quite complex, I like this approach tho. I am open to your suggestions. I don't see other way to accomplish the goal at the moment.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am not able to provide a better proposal too.
Let's fix it in a dedicated issue.
I did add a unit test for new logic, see commit: dadffcc. |
Introduce topics into the project
Release Notes:
Closes #52