-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
Adding prices on the bottom right of extensions in the addons page #9
Comments
Has been an idea before, but it's a bit difficult due to price changes. The entire browse page is updated manually, so we'd have to constantly update prices, as those change more frequently compared to product thumbnails. I'll keep this open for the time being so anyone with additional suggestions on how to achieve this can tell us through this issue. |
Maybe Built by bit or/and sourcexchange has a public API ? That could help get the prices in real time |
https://www.postman.com/sourcexchange/workspace/sourcexchange/overview |
Seems like the sourceXchange API requires an API key. Since this is a static website, that may be an issue. |
I have BBB Ultimate, so the API pricing is not a problem. |
That could work yeah, just make sure that you're restricting what routes you can actually access through BlueprintAPI. |
Maybe its a good idea to make the whole list more dynamic by using the api. Add the product list to that as well |
I think moving over the entire list to BlueprintAPI, then just making that fetchable. Would allow to fetch (and cache) prices on the server-side. Obviously the static repository will still be used as fallback. |
Yeah that would make it more dynamic, sourceXchange even has a blueprint category, if theres an endpoint for that... Even though Builtbybit doesn't |
I'll contact them if needed. For now though, I'll keep this open, as there are a couple other things that are having my priorities at the moment. |
Okay |
@prplwtf bump |
My idea is to add prices on the blueprint.zip website and maybe add it as a filter ? I'm not able to do html/css/anything so i can't make a pull request for that, but it's a little suggestion.
The text was updated successfully, but these errors were encountered: