-
Story
-
Resolution: Unresolved
-
Major
-
None
-
None
-
2
-
False
-
False
-
OCPPLAN-8031 - Static Plugin Migration and Construction of the Console Framework
-
undefined
-
-
HAC Infra - Sprint 210
We should create the admin-console package and the initial files for our dynamic plugin. Typically these include the following files and folders:
OWNERS
console-extensions.json
package.json
integration-tests/
locales/
src/
The pipelines plugin is an example:
https://github.com/openshift/console/tree/master/frontend/packages/pipelines-plugin
As part of this effort, we should determine what linter rules we want in place for the package.
Success Criteria:
- Above file structure exists
- Test route that renders "hello world" or something similar
- At least one Cypress test that tests the url
- Plugin needs to be added to the webpack config file
- Translation tests including new translation file namespace to i18n.js file