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

Remove display of the actual difficulty score #954

Merged
merged 1 commit into from May 13, 2019

Conversation

acdha
Copy link
Member

@acdha acdha commented May 13, 2019

The actual values are still used for sorting but now the numeric score will no longer be visible.

See #930

The actual values are still used for sorting but
now the numeric score will no longer be visible.

See #930
@acdha acdha requested a review from rstorey May 13, 2019 19:03
@acdha acdha self-assigned this May 13, 2019
@acdha acdha assigned acdha and unassigned acdha May 13, 2019
@elainekamlley elainekamlley mentioned this pull request May 13, 2019
29 tasks
@coveralls
Copy link

Coverage Status

Coverage remained the same at 62.381% when pulling ed41515 on activity-ui-remove-numeric-difficulty-display into ded97b6 on master.

Copy link
Member

@rstorey rstorey left a comment

Choose a reason for hiding this comment

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

Do we still need

@@ -265,7 +260,6 @@ class AssetListItem {
this.el.classList.add('asset', 'border');
this.el.dataset.image = thumbnailUrl;
this.el.dataset.id = assetData.id;
this.el.dataset.difficulty = assetData.difficulty;
Copy link
Member

Choose a reason for hiding this comment

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

Do we need this to maintain sorting functionality?

Copy link
Member Author

Choose a reason for hiding this comment

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

We used to but 1626184 removed that dependency because we're now using the re:dom keyed-list model which always receives our asset record instead of the DOM element. I removed it on the theory that it was work we weren't currently benefiting from.

@rstorey rstorey merged commit e0128bd into master May 13, 2019
@acdha acdha deleted the activity-ui-remove-numeric-difficulty-display branch May 13, 2019 20:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants