From c7f81b6a72aa856211b3693aa00bfd378308bb36 Mon Sep 17 00:00:00 2001 From: Lucas Date: Tue, 24 Dec 2024 01:19:49 +0800 Subject: [PATCH 1/2] Update DevSoc resources - Fix URLs - Replace Jobsboard with Freerooms --- frontend/src/views/Home/StudentResources.vue | 34 ++++++++++---------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/frontend/src/views/Home/StudentResources.vue b/frontend/src/views/Home/StudentResources.vue index 05a7f37..3ce5391 100644 --- a/frontend/src/views/Home/StudentResources.vue +++ b/frontend/src/views/Home/StudentResources.vue @@ -30,11 +30,11 @@ - - + +
-

{{ resources.jobs_board.title }}

-

{{ resources.jobs_board.description }}

+

{{ resources.freerooms.title }}

+

{{ resources.freerooms.description }}

@@ -108,24 +108,19 @@ export default { data: () => ({ resources: { circles: { - link: 'https://circles.csesoc.app/', + link: 'https://circles.devsoc.app/', title: 'Circles', description: 'A UNSW degree planner where you can explore and validate your degree structure.', }, structs: { - link: 'https://structs.sh', + link: 'https://structs.sh/', title: 'Structs', description: 'An educational data structures and algorithms platform.', }, - jobs_board: { - link: 'https://jobsboard.csesoc.unsw.edu.au/', - title: 'Jobs Board', - description: 'A place where CSESoc students can look for relevant job opportunities.' - }, - cselectives: { - link: 'https://cselectives.csesoc.unsw.edu.au/', - title: 'CSElectives', - description: 'Read course reviews to help you pick your electives or even write your own!' + unilectives: { + link: 'https://unilectives.devsoc.app/', + title: 'Unilectives', + description: 'Your one-stop shop for UNSW course and elective reviews.' }, fy_guide: { link: 'https://media.csesoc.org.au/first-year-guide/', @@ -143,9 +138,14 @@ export default { description: 'Promoting computing to high school students' }, notangles: { - link: 'https://notangles.csesoc.unsw.edu.au/', + link: 'https://notangles.devsoc.app/', title: 'Notangles', - description: 'Trimester timetabling tool - no more timetable tangles!' + description: 'An interactive drag-and-drop timetable planner designed to help UNSW students plan their ideal weekly timetable.' + }, + freerooms: { + link: 'https://freerooms.devsoc.app/', + title: 'Freerooms', + description: 'A tool to view the timetable of any room on campus, and find an available room that suits all your needs.' }, pe_guide: { link: 'https://media.csesoc.org.au/enrolment-guide/', From cbfdd3156c433887a3173e6d6be832e4913fdd02 Mon Sep 17 00:00:00 2001 From: Lucas Date: Tue, 24 Dec 2024 01:22:29 +0800 Subject: [PATCH 2/2] Fix Unilectives references --- frontend/src/views/Home/StudentResources.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/src/views/Home/StudentResources.vue b/frontend/src/views/Home/StudentResources.vue index 3ce5391..33688dd 100644 --- a/frontend/src/views/Home/StudentResources.vue +++ b/frontend/src/views/Home/StudentResources.vue @@ -48,11 +48,11 @@ - - + +
-

{{ resources.cselectives.title }}

-

{{ resources.cselectives.description }}

+

{{ resources.unilectives.title }}

+

{{ resources.unilectives.description }}