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

feat: new ordering choice by price (lowest first) #408

Merged
merged 2 commits into from
Mar 6, 2024

Conversation

raphodn
Copy link
Member

@raphodn raphodn commented Mar 6, 2024

What

In the pages with a list of prices, add a new ordering by "cheapest first"

Screenshot

image

src/constants.js Outdated
@@ -20,8 +20,9 @@ export default {
{ key: '-price_count', value: 'Number of prices', icon: 'mdi-tag-multiple-outline' },
],
PRICE_ORDER_BY_LIST: [
{ key: '-created', value: 'Addition date', icon: 'mdi-clock-outline' },
{ key: 'price', value: 'Price (cheapest first)', icon: 'mdi-currency-eur' },
Copy link
Collaborator

Choose a reason for hiding this comment

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

I would put "Price: ascending order" as I have seen on several marketplace.
Also, would put another icon, as euro is not relevant outside EU. Maybe order-numeric-ascending, since I'm sure the descending option will come soon :)

Copy link
Member Author

Choose a reason for hiding this comment

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

good idea for the icon 👍

Copy link
Member Author

@raphodn raphodn Mar 6, 2024

Choose a reason for hiding this comment

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

any screenshots for the wording ? ascending is too technical i think

Image
Vinted image
Amazon image
Ebay image
Etsy image

Copy link
Member Author

Choose a reason for hiding this comment

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

I'll change to just "Price", and we can open an issue to figure out the best wording :)

Copy link
Collaborator

Choose a reason for hiding this comment

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

Hmm true, my bad. I rarely go to marketplaces and when I do they are in German with autotranslation to English. In German it is "Aufsteigend" and "Absteigend" which translates to "Ascending" and "Descending"

@raphodn raphodn changed the title feat: new ordering by price (cheapest first) feat: new ordering by price (lowest first) Mar 6, 2024
@raphodn raphodn changed the title feat: new ordering by price (lowest first) feat: new ordering choice by price (lowest first) Mar 6, 2024
@raphodn raphodn merged commit 591a062 into master Mar 6, 2024
5 checks passed
@raphodn raphodn deleted the raphodn/price-ordering-improvements branch March 6, 2024 21:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants