GithubHelp home page GithubHelp logo

Global model cache? about hubbub HOT 4 CLOSED

backstopmedia avatar backstopmedia commented on May 26, 2024
Global model cache?

from hubbub.

Comments (4)

caseywebdev avatar caseywebdev commented on May 26, 2024

I've done this before too, but I'd like to avoid it if we can. Do you have a scenario in mind where we would need this?

from hubbub.

afeld avatar afeld commented on May 26, 2024

I was going to try to convert the owner objects under each app.Issue to proper app.Users, where many issues could share the same owner. Maybe doing that nested model isn't necessary, but we might want to point out having duplicate models is something to watch out for.

from hubbub.

caseywebdev avatar caseywebdev commented on May 26, 2024

Well right now we can do

var issuesForLogin = app.board.issues.filter(function (issue) {
  return issue.get('user').login === 'afeld';
});

to get issues by submitter. If you want issues by owner

var issuesForOwner = app.board.issues.filter(function (issue) {
  return issue.repo.get('owner').login === 'afeld';
});

I think these help showcase the underscore collection methods also.

from hubbub.

davidgtonge avatar davidgtonge commented on May 26, 2024

I like the underscore filter approach.

from hubbub.

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.