From 2228a0a928765f757791215a68aabd7835b103ae Mon Sep 17 00:00:00 2001 From: Xevion Date: Mon, 29 Jan 2024 05:03:42 -0600 Subject: [PATCH] Restructure sample data --- samples/{ => course}/getClassDetails.html | 0 samples/{ => course}/getCorequisites.html | 0 samples/{ => course}/getCourseDescription.html | 0 samples/{ => course}/getEnrollmentInfo.html | 0 samples/{ => course}/getFacultyMeetingTimes.json | 0 samples/{ => course}/getFees.html | 0 samples/{ => course}/getLinkedSections.html | 0 samples/{ => course}/getRestrictions.html | 0 samples/{ => course}/getSectionAttributes.html | 0 samples/{ => course}/getSectionBookstoreDetails.html | 0 samples/{ => course}/getSectionPrerequisites.html | 0 samples/{ => course}/getXlistSections.html | 0 samples/{ => meta}/get_instructionalMethod.json | 0 samples/{ => search}/searchResults.json | 0 samples/{ => search}/searchResults_500.json | 0 samples/{ => search}/searchResults_CS500.json | 0 samples/{ => search}/searchResults_malware.json | 0 17 files changed, 0 insertions(+), 0 deletions(-) rename samples/{ => course}/getClassDetails.html (100%) rename samples/{ => course}/getCorequisites.html (100%) rename samples/{ => course}/getCourseDescription.html (100%) rename samples/{ => course}/getEnrollmentInfo.html (100%) rename samples/{ => course}/getFacultyMeetingTimes.json (100%) rename samples/{ => course}/getFees.html (100%) rename samples/{ => course}/getLinkedSections.html (100%) rename samples/{ => course}/getRestrictions.html (100%) rename samples/{ => course}/getSectionAttributes.html (100%) rename samples/{ => course}/getSectionBookstoreDetails.html (100%) rename samples/{ => course}/getSectionPrerequisites.html (100%) rename samples/{ => course}/getXlistSections.html (100%) rename samples/{ => meta}/get_instructionalMethod.json (100%) rename samples/{ => search}/searchResults.json (100%) rename samples/{ => search}/searchResults_500.json (100%) rename samples/{ => search}/searchResults_CS500.json (100%) rename samples/{ => search}/searchResults_malware.json (100%) diff --git a/samples/getClassDetails.html b/samples/course/getClassDetails.html similarity index 100% rename from samples/getClassDetails.html rename to samples/course/getClassDetails.html diff --git a/samples/getCorequisites.html b/samples/course/getCorequisites.html similarity index 100% rename from samples/getCorequisites.html rename to samples/course/getCorequisites.html diff --git a/samples/getCourseDescription.html b/samples/course/getCourseDescription.html similarity index 100% rename from samples/getCourseDescription.html rename to samples/course/getCourseDescription.html diff --git a/samples/getEnrollmentInfo.html b/samples/course/getEnrollmentInfo.html similarity index 100% rename from samples/getEnrollmentInfo.html rename to samples/course/getEnrollmentInfo.html diff --git a/samples/getFacultyMeetingTimes.json b/samples/course/getFacultyMeetingTimes.json similarity index 100% rename from samples/getFacultyMeetingTimes.json rename to samples/course/getFacultyMeetingTimes.json diff --git a/samples/getFees.html b/samples/course/getFees.html similarity index 100% rename from samples/getFees.html rename to samples/course/getFees.html diff --git a/samples/getLinkedSections.html b/samples/course/getLinkedSections.html similarity index 100% rename from samples/getLinkedSections.html rename to samples/course/getLinkedSections.html diff --git a/samples/getRestrictions.html b/samples/course/getRestrictions.html similarity index 100% rename from samples/getRestrictions.html rename to samples/course/getRestrictions.html diff --git a/samples/getSectionAttributes.html b/samples/course/getSectionAttributes.html similarity index 100% rename from samples/getSectionAttributes.html rename to samples/course/getSectionAttributes.html diff --git a/samples/getSectionBookstoreDetails.html b/samples/course/getSectionBookstoreDetails.html similarity index 100% rename from samples/getSectionBookstoreDetails.html rename to samples/course/getSectionBookstoreDetails.html diff --git a/samples/getSectionPrerequisites.html b/samples/course/getSectionPrerequisites.html similarity index 100% rename from samples/getSectionPrerequisites.html rename to samples/course/getSectionPrerequisites.html diff --git a/samples/getXlistSections.html b/samples/course/getXlistSections.html similarity index 100% rename from samples/getXlistSections.html rename to samples/course/getXlistSections.html diff --git a/samples/get_instructionalMethod.json b/samples/meta/get_instructionalMethod.json similarity index 100% rename from samples/get_instructionalMethod.json rename to samples/meta/get_instructionalMethod.json diff --git a/samples/searchResults.json b/samples/search/searchResults.json similarity index 100% rename from samples/searchResults.json rename to samples/search/searchResults.json diff --git a/samples/searchResults_500.json b/samples/search/searchResults_500.json similarity index 100% rename from samples/searchResults_500.json rename to samples/search/searchResults_500.json diff --git a/samples/searchResults_CS500.json b/samples/search/searchResults_CS500.json similarity index 100% rename from samples/searchResults_CS500.json rename to samples/search/searchResults_CS500.json diff --git a/samples/searchResults_malware.json b/samples/search/searchResults_malware.json similarity index 100% rename from samples/searchResults_malware.json rename to samples/search/searchResults_malware.json