-
Notifications
You must be signed in to change notification settings - Fork 3
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
Introduce related entities #331
Conversation
✅ Deploy Preview for ami-web ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for ami-storybook ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
I have started try hook up site and device with deployment, I'm keeping it simple for now. Is it something like this you had in mind? If so, can we make BE accept Next up: data source! |
PR is updated with storage entity. Also we can connect entities to deployments now. I have updated PR desc and marked for ready for review, please give it a test run when you get a chance :) @mihow |
Summary of changes:
Screenshots:
Notes for future:
The entity type is actually something we could reuse also for other objects and delete some code! All objects seems to have at least id, name, created at, updated at and user permissions?
Also, after starting to extend the entity model for other objects, we can replace the pipeline picker completely with the newly created entity picker.