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

Move Console's feature modules outside to be re-usable cross applications #5849

Merged
merged 119 commits into from
Mar 29, 2024

Conversation

thiva-k
Copy link
Contributor

@thiva-k thiva-k commented Mar 28, 2024

Purpose

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.
These 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.

image

Related Issues

Related PRs

  • N/A

Checklist

  • e2e cypress tests locally verified.
  • Manual test round performed and verified.
  • UX/UI review done on the final implementation.
  • Documentation provided. (Add links if there are any)
  • Unit tests provided. (Add links if there are any)
  • Integration tests provided. (Add links if there are any)

Security checks

jathushan-r and others added 30 commits March 28, 2024 22:32
This was referenced May 19, 2024
@thiva-k thiva-k mentioned this pull request May 21, 2024
9 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants