question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Adding models to a parent engine's `store`.

See original GitHub issue

So let’s say you’re in child-engine with this dependency chain:

dependencies: {
  services: [
    'store'
  ]
}

The store that is passed in is effectively in parent-engine’s scope. If child-engine wishes to extend parent-engine’s store with additional available models that is presently only possible by abusing the app folder inside of child-engine.

We need to define a pattern for this behavior as it is almost guaranteed to be an issue.

/cc @kaceykaso @jwlawrence @cklimkowsky @trentmwillis

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:3
  • Comments:12 (5 by maintainers)

github_iconTop GitHub Comments

5reactions
buschtoenscommented, May 12, 2016

What a coincidence that I also just ran into this issue. 😄

I’d just like to add that besides models we’d also need support for adapters & serializers. It would be pretty neat if I could define an application (or engine) adapter that would work just like the traditional application adapter, but scoped / limited to the models provided by the engine.

3reactions
mvrkljancommented, Apr 10, 2020

@villander any chance you could point to a ticket in ember data repo where the related issue can be tracked? Thank you!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Models - Django documentation
Models ¶. A model is the single, definitive source of information about your data. It contains the essential fields and behaviors of the...
Read more >
Game Engine Entity/Object Models - YouTube
A long brain dump about entity/object models in game engines today...Follow-up on additional questions: ...
Read more >
Importing Models into UE4 | Unreal Engine 4.27 Documentation
The process for importing SpeedTree models into Unreal Engine 4. ... When you save a model in the UE4 version of the Modeler...
Read more >
Getting Started with Engines - Ruby on Rails Guides
Overriding Models and Controllers; Autoloading and Engines; Overriding Views; Routes; Assets; Separate Assets and Precompiling; Other Gem Dependencies.
Read more >
Importing a model - Unity - Manual
Select the file in the Project view to see the Import Settings window; Set any Model-specific or general importer options; Set up options...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found