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

Admin features in identity-server repository are tightly coupled with the Console application #20119

Open
thiva-k opened this issue Mar 28, 2024 · 0 comments
Assignees
Milestone

Comments

@thiva-k
Copy link

thiva-k commented Mar 28, 2024

Is your suggestion related to an experience ? Please describe.

In the current repository structure of identity-apps, all the administrative features are nested in apps/console/src/features. This effectively results in a scenario where these administrative features could be only used within the console application. Modularization and using these features in other applications is not effective in this current implementation.

Describe the improvement

Common administrative features which are in apps/console/src/features could be modularized and moved to the root of the project. Additionally these features could be transformed into a node package which could then be easily re-used in other applications within the mono-repository.

@JayaShakthi97 JayaShakthi97 added this to the 7.1.0-m1 milestone Mar 28, 2024
This was referenced May 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants