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

Feature: Store data of different apps inside Storex Hub #2

Open
2 tasks
ShishKabab opened this issue Apr 2, 2020 · 0 comments
Open
2 tasks

Feature: Store data of different apps inside Storex Hub #2

ShishKabab opened this issue Apr 2, 2020 · 0 comments
Labels
data-storage enhancement New feature or request

Comments

@ShishKabab
Copy link
Member

The base work for this is already done, but needs some improvements. Namely, right now different can register collections by naming their collections <app name>:<collection name>. This 1) makes it more difficult for users to adapt their existing code written for a single-user experience because all of their collection name references need to change, and 2) even though it's short, we want to prevent name collisions by adopting a reverse-domain naming scheme.

Tasks:

  • Change executeOperation call to automatically start queries in an apps own tables
  • Improve schema building function, which currently just meshes the schemas of all different applications together.
@ShishKabab ShishKabab added data-storage enhancement New feature or request labels Apr 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data-storage enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant