Giter VIP home page Giter VIP logo

Comments (4)

EnzoVezzaro avatar EnzoVezzaro commented on August 22, 2024 2

Currently, there is a limitation of 1000 elements in that view(that is dictated by the subgraph query)

What I see on the code is that we're making a query to aquarius to get the algoriths (query endpoint: https://v4.aquarius.oceanprotocol.com/api/aquarius/assets/query). This query is the one returning the 1000 records for the c2d dataset. There's no subgraph query involved in the retrival of the algos.

UPDATE: I found the issue, is not on the subgraph side, it's the aquarius query here. If we increase the size value, c2d energy shows up. Currently there's 1146 records for this dataset.

from market.

EnzoVezzaro avatar EnzoVezzaro commented on August 22, 2024

@mihaisc I'm looking at the code. The price gets calculated when you select an algo, what do you mean for "we want to calculate the price once the user selects an algorithm" (it's already like that)?

Basically we need to:

  • remove subgraph query from component (only use aquarius)
  • show the price from aquarius (i'll check again, but it seems already like that)
  • show the missing asset

from market.

EnzoVezzaro avatar EnzoVezzaro commented on August 22, 2024

@mihaisc @AnaLoznianu

I still have some question:

  • remove subgraph query from component (only use aquarius)

Is this what's required?

  • show the price from aquarius (i'll check again, but it seems already like that)

I see on the code we're showing the price from aquarius. Am I wrong?

  • show the missing asset

I can't find the dataset we discussed on the standup. Are we supposed to find it on the algo list?

from market.

LoznianuAnamaria avatar LoznianuAnamaria commented on August 22, 2024

@EnzoVezzaro I'm not sure if this is helpful but lemme give some context for this story. Currently, there is a limitation of 1000 elements in that view(that is dictated by the subgraph query). We reached that limit and new algos are no longer shown in that list. If we remove the subgraph query we should be able to bypass that limitation and display more algos.

from market.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.