Skip to content
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

Provide Q member property in DAOs #4

Open
artem-v-shamsutdinov opened this issue Dec 24, 2022 · 0 comments
Open

Provide Q member property in DAOs #4

artem-v-shamsutdinov opened this issue Dec 24, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@artem-v-shamsutdinov
Copy link
Member

artem-v-shamsutdinov commented Dec 24, 2022

Currently Q objects must be manually imported from underlying Apps. This prevents auto discovery of Entities in the same app and across all Apps imported by the project. That in turn goes against the "Developer Friendly" goal of AIRport and should be implemented soon after initial release.

Technically this will mean that at build time all included Apps will need to to be additionally pre-processed (they are already scanned) and all entity objects will need links created for their Q objects:

this.Q.MyEntity - link to a Q object that is internal to this application
this.Q.['domain-name']['app-name'].OtherAppEntity - link to a Q object in a related App.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: 📋 Backlog
Development

No branches or pull requests

1 participant