Skip to content

Commit

Permalink
Add json files in directory mock_data
Browse files Browse the repository at this point in the history
  • Loading branch information
AliceeLe committed Oct 26, 2024
1 parent b850b1a commit 4cf235f
Show file tree
Hide file tree
Showing 7 changed files with 13,326 additions and 5 deletions.
Binary file added .DS_Store
Binary file not shown.
10 changes: 5 additions & 5 deletions frontend/src/components/SearchContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ import { SearchCard } from "./SearchCard";
import Fuse from 'fuse.js';
import dayjs, { Dayjs } from 'dayjs';

import DITData from "../../backend_scraper/scraper/drop_in.json";
import PTData from "../../backend_scraper/scraper/peer_tutoring.json";
import SIData from "../../backend_scraper/scraper/si.json";
import ClubsData from "../../backend_scraper/scraper/tartanconnect.json";
import CareerData from "../../backend_scraper/scraper/handshake.json";
import DITData from "../mock_data/drop_in.json";
import PTData from "../mock_data/peer_tutoring.json";
import SIData from "../mock_data/si.json";
import ClubsData from "../mock_data/tartanconnect.json";
import CareerData from "../mock_data/handshake.json";
import { categoryListAcademics, categoryShorthandAcademics, categoryListClubs, categoryListCareer, Clubs_type, Career_type, AddFCEventProps, AddFCEventType } from "../types";
import FullCalendar from "@fullcalendar/react";

Expand Down
Loading

0 comments on commit 4cf235f

Please sign in to comment.