Open greenbrook opened 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:
Is JavaScript capable of it?
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.
you can see an example of price sorting ascending/descending in the Transaction History grid:
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?