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

Reduce the number of possible preference options from 4 to 3. "Mandatory", "Important", "Don't care". #671

Closed
Tracked by #655
monsieurtanuki opened this issue Nov 18, 2021 · 4 comments · Fixed by #672
Assignees

Comments

@monsieurtanuki
Copy link
Contributor

No description provided.

@jasmeet0817
Copy link
Contributor

Thanks @monsieurtanuki

I had a chat with Stephane, the plan here would be to collapse "Important" and "Very Important" into Important. No change in dart package. From the UI's standoint, we can keep the current behavior (show a selector with the three prefs and the user selects one of them).

@monsieurtanuki
Copy link
Contributor Author

That means we can remove #492, can't we?

@jasmeet0817
Copy link
Contributor

yeah, that PR can rest in peace

monsieurtanuki added a commit to monsieurtanuki/smooth-app that referenced this issue Nov 18, 2021
…rtance

Deleted file:
* `very_important.svg`

Impacted files:
* `attribute_button.dart`: removed "very important" as a possibility and downgraded it to "important"
* `mandatory.svg`: used to be "!!!", now just "!!" is enough
* `product_compatibility_helper.dart`: downgraded the "very important" weight to the "important" weight value
* `product_preferences.dart`: the default attributes are now reset to "important" (instead of "very important")
* `summary_card.dart`: removed the "very important" option and simplified the code accordingly
monsieurtanuki added a commit to monsieurtanuki/smooth-app that referenced this issue Nov 18, 2021
monsieurtanuki added a commit to monsieurtanuki/smooth-app that referenced this issue Nov 18, 2021
monsieurtanuki added a commit to monsieurtanuki/smooth-app that referenced this issue Nov 18, 2021
…rtance

Deleted file:
* `very_important.svg`

Impacted files:
* `attribute_button.dart`: removed "very important" as a possibility and downgraded it to "important"
* `mandatory.svg`: used to be "!!!", now just "!!" is enough
* `product_compatibility_helper.dart`: downgraded the "very important" weight to the "important" weight value
* `product_preferences.dart`: the default attributes are now reset to "important" (instead of "very important")
monsieurtanuki added a commit that referenced this issue Nov 18, 2021
Deleted file:
* `very_important.svg`

Impacted files:
* `attribute_button.dart`: removed "very important" as a possibility and downgraded it to "important"
* `mandatory.svg`: used to be "!!!", now just "!!" is enough
* `product_compatibility_helper.dart`: downgraded the "very important" weight to the "important" weight value
* `product_preferences.dart`: the default attributes are now reset to "important" (instead of "very important")
@monsieurtanuki
Copy link
Contributor Author

Closed with #672.

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 a pull request may close this issue.

2 participants