market list location query parameters
See original GitHub issueurl location query parameters will drive market list page. That way users can copy and send url to friends and share on social media. No redux stores will be needed for market list
values for these query parameters will be html encoded
query parameters are:
cat
: category array to indicate hierarchy, “primary”, "secondary, “tertiary”.
fee
: fee filter, only one is allowed “0-5”, “0-10”, …
liq
: liquidity spread filter, “10”, “15”, “20”, …
state
: reporting state, “open”, “reporting”, “resolved”
aff
: affiliate address
term
: search term to be applied to search
sortby
: sort, need values that are passed to getMarkets getter (TBD)
limit
: number of markets per page (default is 10)
offset
: page number, if 0 first page, if 1 and limit is 10 then 11 - 20 will be returned
view
: 0, 1, 2. 0 is condensed, 2 is classic, 3 is expanded (not passed to getMarkets getter)
etherNode
this is ignored by market list page, it’s used to create SDK object.
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (4 by maintainers)
Top GitHub Comments
cat will be the same array form that is stored in extra info.
seems to be done