Skip to content

Commit

Permalink
cleaned up old sections component and removed application Context in …
Browse files Browse the repository at this point in the history
…favor of intakeProfile
  • Loading branch information
JpadillaCoding committed Jun 6, 2024
1 parent 145f3a2 commit efd9dfa
Show file tree
Hide file tree
Showing 18 changed files with 0 additions and 653 deletions.
207 changes: 0 additions & 207 deletions app/src/components/common/GuestApplicationContext.tsx

This file was deleted.

1 change: 0 additions & 1 deletion app/src/components/layout/GuestDashboardLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ const navItems = [
},
{title: 'My Contacts', icon: <ContactsOutlined />, href: '/guest/contacts'},
{title: 'Settings', icon: <SettingsOutlined />, href: '/guest/settings'},
{title: 'Application', icon: <TaskOutlined />, href: '/guest/application'},
];

export const GuestDashboardLayout = () => {
Expand Down
27 changes: 0 additions & 27 deletions app/src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,18 +31,6 @@ import {
GuestTasks,
GuestSettings,
CoordinatorDashboard,
Welcome,
Expectations,
BasicInfo,
GuestAndPets,
Employment,
Education,
SubstanceUse,
MentalHealth,
Interests,
Language,
About,
Review,
IntakeProfile,
} from './views';

Expand All @@ -53,7 +41,6 @@ import {
CoordinatorDashboardLayout,
GuestDashboardLayout,
} from './components/layout';
import {GuestApplicationContext} from './components/common/GuestApplicationContext';
import {FieldGroupList} from './components/intake-profile/IntakeProfileGroups';
import {enableMocking} from './utils/test/browser';

Expand Down Expand Up @@ -112,20 +99,6 @@ function HuuApp() {
<Route path="contacts" element={<GuestContacts />} />
<Route path="tasks" element={<GuestTasks />} />
<Route path="settings" element={<GuestSettings />} />
<Route path="application" element={<GuestApplicationContext />}>
<Route path="welcome" element={<Welcome />} />
<Route path="expectations" element={<Expectations />} />
<Route path="basic" element={<BasicInfo />} />
<Route path="guestAndPets" element={<GuestAndPets />} />
<Route path="employment" element={<Employment />} />
<Route path="education" element={<Education />} />
<Route path="language" element={<Language />} />
<Route path="substanceUse" element={<SubstanceUse />} />
<Route path="mentalHealth" element={<MentalHealth />} />
<Route path="interests" element={<Interests />} />
<Route path="about" element={<About />} />
<Route path="review" element={<Review />} />
</Route>
<Route
path="profile/:profileId"
element={
Expand Down
93 changes: 0 additions & 93 deletions app/src/utils/GuestApplicationSchema.ts

This file was deleted.

3 changes: 0 additions & 3 deletions app/src/views/guestApplicationForm/About.tsx

This file was deleted.

Loading

0 comments on commit efd9dfa

Please sign in to comment.