Skip to content

[Customer Portal Micro App] Add Project Selection View#5

Draft
lithika-damnod wants to merge 1 commit intowso2-open-operations:customer-portal-milestone-1from
lithika-damnod:feature/project-selection-view
Draft

[Customer Portal Micro App] Add Project Selection View#5
lithika-damnod wants to merge 1 commit intowso2-open-operations:customer-portal-milestone-1from
lithika-damnod:feature/project-selection-view

Conversation

@lithika-damnod
Copy link

Overview

This PR introduces the Project Selection screen, which allows users to choose between different environments (e.g., Dreamwork Inc., Newsline Enterprise) to access specific support cases, chats, and dashboards. Additionally, it establishes several core architectural components for the customer portal.

📌   Screenshot

@coderabbitai
Copy link

coderabbitai bot commented Dec 18, 2025

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@@ -0,0 +1 @@
VITE_BACKEND_URL=https://example.com/api No newline at end of file
Copy link

Choose a reason for hiding this comment

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

Suggested change
VITE_BACKEND_URL=https://example.com/api
VITE_BACKEND_URL=https://example.com/api

# config.js
/public/config.js

.env No newline at end of file
Copy link

Choose a reason for hiding this comment

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

Suggested change
.env
.env

@lithika-damnod lithika-damnod marked this pull request as draft December 19, 2025 19:19
Comment on lines +18 to +19
import { Topic } from "./types";
import type { LogLevel, TopicType } from "./types";
Copy link

Choose a reason for hiding this comment

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

Let's use path aliases for consistency

import { getToken } from "@components/microapp-bridge";
import { LocalStorageKeys } from "@utils/constants";
import { Logger } from "@utils/logger";
import { useUserStore, type User } from "../store/user";
Copy link

Choose a reason for hiding this comment

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

ditto

"react-router-dom": "^7.9.1",
"vite-plugin-svgr": "^4.5.0",
"vite-tsconfig-paths": "^5.1.4",
"zustand": "^5.0.9"
Copy link

Choose a reason for hiding this comment

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

As discussed let's use Context API for state management

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.

2 participants