Rename project to MerchantsOfHope-SupplyANdDemandPortal
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "mysteryapp-cursor-frontend",
|
||||
"name": "merchantsofhope-supplyanddemandportal-frontend",
|
||||
"version": "1.0.0",
|
||||
"description": "Frontend for MysteryApp-Cursor recruiter workflow SAAS",
|
||||
"description": "Frontend for MerchantsOfHope-SupplyANdDemandPortal recruiter workflow SAAS",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@testing-library/jest-dom": "^5.17.0",
|
||||
@@ -49,5 +49,5 @@
|
||||
"@types/react": "^18.2.42",
|
||||
"@types/react-dom": "^18.2.17"
|
||||
},
|
||||
"proxy": "http://MysteryApp-Cursor-backend:3001"
|
||||
"proxy": "http://merchantsofhope-supplyanddemandportal-backend:3001"
|
||||
}
|
||||
|
||||
@@ -7,11 +7,11 @@
|
||||
<meta name="theme-color" content="#000000" />
|
||||
<meta
|
||||
name="description"
|
||||
content="MysteryApp-Cursor - Professional Recruiter Workflow SAAS"
|
||||
content="MerchantsOfHope-SupplyANdDemandPortal - Professional Recruiter Workflow SAAS"
|
||||
/>
|
||||
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
|
||||
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
|
||||
<title>MysteryApp-Cursor</title>
|
||||
<title>MerchantsOfHope-SupplyANdDemandPortal</title>
|
||||
</head>
|
||||
<body>
|
||||
<noscript>You need to enable JavaScript to run this app.</noscript>
|
||||
|
||||
@@ -53,7 +53,7 @@ const Layout = () => {
|
||||
</div>
|
||||
<div className="flex-1 h-0 pt-5 pb-4 overflow-y-auto">
|
||||
<div className="flex-shrink-0 flex items-center px-4">
|
||||
<h1 className="text-xl font-bold text-gray-900">MysteryApp-Cursor</h1>
|
||||
<h1 className="text-xl font-bold text-gray-900">MerchantsOfHope-SupplyANdDemandPortal</h1>
|
||||
</div>
|
||||
<nav className="mt-5 px-2 space-y-1">
|
||||
{filteredNavigation.map((item) => {
|
||||
@@ -83,7 +83,7 @@ const Layout = () => {
|
||||
<div className="flex-1 flex flex-col min-h-0 border-r border-gray-200 bg-white">
|
||||
<div className="flex-1 flex flex-col pt-5 pb-4 overflow-y-auto">
|
||||
<div className="flex items-center flex-shrink-0 px-4">
|
||||
<h1 className="text-xl font-bold text-gray-900">MysteryApp-Cursor</h1>
|
||||
<h1 className="text-xl font-bold text-gray-900">MerchantsOfHope-SupplyANdDemandPortal</h1>
|
||||
</div>
|
||||
<nav className="mt-5 flex-1 px-2 space-y-1">
|
||||
{filteredNavigation.map((item) => {
|
||||
|
||||
@@ -39,7 +39,7 @@ describe('Layout', () => {
|
||||
it('renders the layout with user information', () => {
|
||||
renderWithRouter(<Layout />);
|
||||
|
||||
expect(screen.getByText('MysteryApp-Cursor')).toBeInTheDocument();
|
||||
expect(screen.getByText('MerchantsOfHope-SupplyANdDemandPortal')).toBeInTheDocument();
|
||||
expect(screen.getByText('John Doe')).toBeInTheDocument();
|
||||
expect(screen.getByText('candidate')).toBeInTheDocument();
|
||||
});
|
||||
|
||||
@@ -95,7 +95,7 @@ const Dashboard = () => {
|
||||
{getGreeting()}, {user?.firstName}!
|
||||
</h1>
|
||||
<p className="mt-1 text-sm text-gray-500">
|
||||
Welcome to your MysteryApp-Cursor dashboard
|
||||
Welcome to your MerchantsOfHope-SupplyANdDemandPortal dashboard
|
||||
</p>
|
||||
<div className="text-xs text-gray-500 mt-2">
|
||||
Debug: User role = {user?.role || 'undefined'}, User ID = {user?.id || 'undefined'}
|
||||
|
||||
@@ -121,8 +121,8 @@ const Login = () => {
|
||||
Demo accounts:
|
||||
</p>
|
||||
<div className="mt-2 text-xs text-gray-500 space-y-1">
|
||||
<p>Admin: admin@mysteryapp.com / admin123</p>
|
||||
<p>Recruiter: recruiter@mysteryapp.com / recruiter123</p>
|
||||
<p>Admin: admin@merchantsofhope.org / admin123</p>
|
||||
<p>Recruiter: recruiter@merchantsofhope.org / recruiter123</p>
|
||||
<p>Employer: employer@techcorp.com / employer123</p>
|
||||
<p>Candidate: candidate@example.com / candidate123</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user