Giter VIP home page Giter VIP logo

Comments (3)

sawilde avatar sawilde commented on May 2, 2024

So I manage to hack something together and get a count and that is when I realised that when you create a client

const isotope = new Isotope<Thing>({
  domain: 'mydomain',
  key: 'id',
});

when you pull data via select you are not limited by the type and if you are not careful you could end up bleeding data from one type into the other eg if you filter by a field that is shared by both types causing data from records containing both types to be returned and then transformed into looking like the type in your client.

You are sort of limited to one type per domain to be safe.

from isotopes.

sawilde avatar sawilde commented on May 2, 2024

^ for the above I have spiked a possible solution and created a draft PR for you to look at

#663

from isotopes.

squidfunk avatar squidfunk commented on May 2, 2024

Note that Isotopes is more or less a client implementing CRUD, so currently only whole records are returned. While the IsotopeClient.select signature should allow for arbitrary types to be returned, I'm not sure how this fits into the interface of the Isotope class. It may be out-of-scope. I'll look into it when I find some time.

from isotopes.

Related Issues (4)

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.