-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
New "My Items" plugin needed #4088
Labels
Milestone
Comments
7 tasks
Testing
|
Tested locally with coucdb, after deleting |
8 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
The "my items" object currently depends on a mixture of code that is split between the legacy and current APIs. The legacy code should be replaced, and the code consolidated into a new "My Items" plugin.
Describe the solution you'd like
The legacy "My Items" bundle should be removed, and replaced with a "My Items" plugin (Under
src/plugins/MyItems
). The legacy My Items bundle did two things, one of which has already been replaced with new code:openmct.objects.addRoot('mine')
The new My Items plugin will need to be exposed on the
openmct
API object so that it can be easily installed.The text was updated successfully, but these errors were encountered: