bartervg / barter.vg

Track and hold discussion on Barter.vg bugs, enhancements, and other issues
https://barter.vg
MIT License
20 stars 4 forks source link

Move "Steam Item" to immediately under "Steam games" in the offer screen #175

Closed Tecfan closed 1 year ago

Tecfan commented 3 years ago

What problem does this feature address?

Can this part (see screenshot) be moved to immediately under Steam games? I feel like it makes more sense than having origin, groupees, humble store etc between steam games and steam items in the offer screen.

image

Describe a solution

Move "Steam Item" to immediately under "Steam games" in the offer screen

Examples of similar features

bartervg commented 1 year ago

2+ years to slightly modify an ORDER BY clause ☹️.

I still don't know how to do this well though. Here's what it looked like (1 = appIDs, 2 = subIDs, 19 = Steam items),

ORDER BY IF(platform_id <= 2, 1, platform_id) ASC

here's what I changed it to

ORDER BY IF(platform_id <= 2 || platform_id = 19, 1, platform_id) ASC

However, sometimes this leads to the Steam Item appearing before Steam.