StarbeamOne / home

Basic central repository for issue-tracking and documentation (wiki)
MIT License
2 stars 0 forks source link

Adding a price filter #89

Open greenbrook opened 1 year ago

greenbrook commented 1 year ago

We've been already discussing that "latest" and "recent" filters are quite similar. What if to give the collectors the ability to sort by price and be able to purchase more with a lower budget?

Frame 46

Mike-E-angelo commented 1 year ago

We could do this with a grid easily. Tiles are their own animal, and will take some work. Right now, we have the tiles ordered by created date descending.

We'd have to have some way of saying:

Order by:

greenbrook commented 1 year ago

Is JavaScript capable of it?

Mike-E-angelo commented 1 year ago

Yes but so is .NET :) For reference, everything you see w/ starbeam.one runs in all modern browsers and consists of ~135,000 lines of C#, and about 150 lines of custom JavaScript. Very little JavaScript is actually used/found in our solution. There is other JavaScript used but it is provided/managed by control vendors used by our solution.

Mike-E-angelo commented 1 year ago

you can see an example of price sorting ascending/descending in the Transaction History grid:

image

https://alpha.starbeam.one/profile/transactions