Skip to content

Commit

Permalink
refactor: remove calendar stuff temporarily due to compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Waver-Velvet committed Jun 4, 2024
1 parent 8bb8285 commit 9e8c631
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 770 deletions.
47 changes: 0 additions & 47 deletions app/api/calendar/route.tsx

This file was deleted.

29 changes: 0 additions & 29 deletions app/api/cron/deploy/route.tsx

This file was deleted.

17 changes: 0 additions & 17 deletions app/faq/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,23 +98,6 @@ export default function Faq() {
</p>
</section>

<h1 className='text-logo-gradient'>
FAQ - Schedule
</h1>

<section>
<h2>Why not using the Timetable Planner? </h2>
<p>
While it is true that Timetable Planner is able to export the schedule to the calendar, it is not flexible as
UST Schedule. Users are not allowed to add duplicate courses (except for using the "import to current
timetable" feature, but still, it is not flexible). Users are not allowed to add individual lectures,
tutorials or labs without adding the full course.
</p>
<p>
Additionally, UST Schedule is able to show the location of the venue via Path Advisor.
</p>
</section>

<h1 className='text-logo-gradient'>
Others
</h1>
Expand Down
1 change: 0 additions & 1 deletion app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ export default function RootLayout({children}: Readonly<{children: React.ReactNo
className='flex h-16 items-center px-8 gap-8 text-white bg-gradient-to-r from-[#003366] via-[#2b6297] to-[#003366] dark:from-[#003366] dark:via-[#224e77] dark:to-[#003366] text-lg font-medium'>
<Link href='/'><GraduationCapIcon className='h-8 w-8'/></Link>
<div className='m-auto'/>
<Link className='no-underline hover:underline underline-offset-4' href='/schedule/'>Schedule</Link>
<Link className='no-underline hover:underline underline-offset-4' href='/faq/'>FAQ</Link>
<Link href='https://github.com/Waver-Velvet/ust-rankings'><SiGithub className='h-7 w-7'/></Link>
</header>
Expand Down
169 changes: 0 additions & 169 deletions app/schedule/page.tsx

This file was deleted.

81 changes: 0 additions & 81 deletions app/schedule/sis-parser-dialog.tsx

This file was deleted.

Loading

0 comments on commit 9e8c631

Please sign in to comment.