Skip to content

Commit

Permalink
Merge pull request #48 from SMUGitGeeks/SBRP-109-V2
Browse files Browse the repository at this point in the history
Merge first so the rest of the other tasks can edit this version
  • Loading branch information
DarrylSSY authored Nov 3, 2023
2 parents f25d367 + 9c6c78d commit ee31a78
Show file tree
Hide file tree
Showing 25 changed files with 1,459 additions and 1,706 deletions.
7 changes: 2 additions & 5 deletions client/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import {getStaffSkillsByStaffId} from "./actions/staffSkills";
import {getApplicationsByStaffId} from "./actions/applications";
import Profile from './components/pages/Profile';
import Restricted from "./components/pages/Restricted";
import HR from "./components/pages/HR";
import RoleApplicants from './components/pages/RoleApplicants';
import StaffDetail from './components/pages/StaffDetail';
import RoleListingManager from './components/pages/RoleListingManager';
Expand Down Expand Up @@ -61,8 +60,7 @@ const App = ({getStaffSkillsByStaffId, getApplicationsByStaffId, auth: {user, is
<Route path="/roleListing" element={<RoleListing/>}/>
<Route path="/roleListing/:rl_id" element={<RolePage/>}/>
<Route path="/profile" element={<Profile/>}/>
<Route path="/hr" element={<HR/>}/>
<Route path="/role/:roleListingId/applicants" element={<RoleApplicants/>}/>
<Route path="/roleListing/:roleListingId/applicants" element={<RoleApplicants/>}/>
<Route path="/staff/:staffId" element={<StaffDetail/>}/>
<Route path="/listingManage" element={<RoleListingManager/>}/>
<Route path="/listingManage/update/:rl_id" element={<UpdateRoleListing/>}/>
Expand All @@ -75,8 +73,7 @@ const App = ({getStaffSkillsByStaffId, getApplicationsByStaffId, auth: {user, is
<Route path="/roleListing" element={<RoleListing/>}/>
<Route path="/roleListing/:rl_id" element={<RolePage/>}/>
<Route path="/profile" element={<Profile/>}/>
<Route path="/hr" element={<Restricted/>}/>
<Route path="/role/:roleListingId/applicants" element={<Restricted/>}/>
<Route path="/roleListing/:roleListingId/applicants" element={<Restricted/>}/>
<Route path="/staff/:staffId" element={<Restricted/>}/>
<Route path="/listingManage" element={<Restricted/>}/>
<Route path="/listingManage/update/:rl_id" element={<Restricted/>}/>
Expand Down
13 changes: 0 additions & 13 deletions client/src/components/layout/Favourites.tsx

This file was deleted.

240 changes: 0 additions & 240 deletions client/src/components/layout/HrRoleListings.test.tsx

This file was deleted.

Loading

0 comments on commit ee31a78

Please sign in to comment.