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

feat: portal administration application #710

Merged
merged 126 commits into from
Sep 13, 2024
Merged

Conversation

Noggling
Copy link
Contributor

@Noggling Noggling commented Aug 19, 2024

Description

  • PR title and description are to the point and understandable
  • I have performed a self-review of my own code'

Please select version type the purposed change:

  • major
  • minor
  • patch
  • none

External Relations

  • database migration

Changeset

Portal administration application. for managing portal configurations

Copy link

changeset-bot bot commented Aug 19, 2024

🦋 Changeset detected

Latest commit: 5604cba

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
fusion-project-portal Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@Noggling Noggling linked an issue Aug 19, 2024 that may be closed by this pull request
@Noggling Noggling changed the title Feat/portal administration feat: portal administration Aug 21, 2024
@Noggling Noggling linked an issue Aug 26, 2024 that may be closed by this pull request
- Modify portal-administration/package.json
- Add new files: portal-administration/src/components/Router/RouteMenu.tsx, portal-administration/src/components/Router/RouteTreeItem.tsx, portal-administration/src/components/Router/RouterEdit.tsx, portal-administration/src/components/Router/RouterTree.tsx, portal-administration/src/context/RouterContext.tsx, portal-administration/src/context/actions/add-route-router-actions.test.ts, portal-administration/src/context/actions/router-actions.ts, portal-administration/src/context/reducers/router-reducer.ts, portal-administration/src/schema/route.ts, portal-administration/src/types/router-config.ts
- Modify portal-administration/src/components/Tree.tsx
- Modify portal-administration/src/pages/RouterConfig.tsx
- Modify portal-administration/yarn.lock
@Noggling Noggling marked this pull request as ready for review September 11, 2024 07:15
@Noggling Noggling requested a review from a team as a code owner September 11, 2024 07:15
Comment on lines 26 to 32
const handleAddRoute = useCallback(
(routeId: string) => {
if (activePortalId && routes && root) {
}
},
[createNewRoute]
);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this used?

@Noggling Noggling merged commit dee5213 into main Sep 13, 2024
3 checks passed
@Noggling Noggling deleted the feat/portal-administration branch September 13, 2024 11:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add / Remove apps with context Portal Admin Side Menu and Selected Portal
3 participants