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

Adding Long Descriptions #244

Merged
merged 27 commits into from
Feb 17, 2021
Merged

Adding Long Descriptions #244

merged 27 commits into from
Feb 17, 2021

Conversation

jerrysong1324
Copy link
Contributor

@jerrysong1324 jerrysong1324 commented Jan 25, 2021

Address Lux Issue #216
Related to Lux Widget PR 67

  • Added in long descriptions for actions
  • Problems: some long descriptions may not be detailed enough, portions of the description will eventually be dynamically determined

lux/action/column_group.py Outdated Show resolved Hide resolved
lux/action/correlation.py Outdated Show resolved Hide resolved
lux/action/univariate.py Outdated Show resolved Hide resolved
lux/action/univariate.py Outdated Show resolved Hide resolved
@jerrysong1324
Copy link
Contributor Author

@dorisjlee I can change the adaptive fields, but there were some other cases, where I was a bit confused with the long description. I will schedule some time to sync with you on this.

lux/action/univariate.py Outdated Show resolved Hide resolved
lux/action/correlation.py Outdated Show resolved Hide resolved
@@ -26,6 +26,7 @@ def column_group(ldf):
recommendation = {
"action": "Column Groups",
"description": "Shows charts of possible visualizations with respect to the column-wise index.",
"long_description": "Shows charts of possible visualizations with respect to the column-wise index.",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Might want to expand on this description with an image or longer description and link to the description on this page.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dorisjlee Added some descriptions (I'm not a fan of the images there, but we can chat about that more) as well as a link.

@@ -26,6 +26,7 @@ def row_group(ldf):
recommendation = {
"action": "Row Groups",
"description": "Shows charts of possible visualizations with respect to the row-wise index.",
"long_description": "Shows charts of possible visualizations with respect to the row-wise index.",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same comment as column_group.py

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same as above

@dorisjlee dorisjlee merged commit a7b04ba into lux-org:master Feb 17, 2021
@dorisjlee
Copy link
Member

Thanks @jerrysong1324 !

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.

3 participants