Skip to content

Commit c7f81b6

Browse files
authored
Update DevSoc resources
- Fix URLs - Replace Jobsboard with Freerooms
1 parent 86e701a commit c7f81b6

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

frontend/src/views/Home/StudentResources.vue

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@
3030
</v-col>
3131

3232
<v-col cols="12" sm="3">
33-
<!-- Jobs -->
34-
<a target="_blank" :href="resources.jobs_board.link">
33+
<!-- Freerooms -->
34+
<a target="_blank" :href="resources.freerooms.link">
3535
<div data-cy="resources-box" class="box secondary rounded-lg">
36-
<h2>{{ resources.jobs_board.title }}</h2>
37-
<h3>{{ resources.jobs_board.description }}</h3>
36+
<h2>{{ resources.freerooms.title }}</h2>
37+
<h3>{{ resources.freerooms.description }}</h3>
3838
</div>
3939
</a>
4040
</v-col>
@@ -108,24 +108,19 @@ export default {
108108
data: () => ({
109109
resources: {
110110
circles: {
111-
link: 'https://circles.csesoc.app/',
111+
link: 'https://circles.devsoc.app/',
112112
title: 'Circles',
113113
description: 'A UNSW degree planner where you can explore and validate your degree structure.',
114114
},
115115
structs: {
116-
link: 'https://structs.sh',
116+
link: 'https://structs.sh/',
117117
title: 'Structs',
118118
description: 'An educational data structures and algorithms platform.',
119119
},
120-
jobs_board: {
121-
link: 'https://jobsboard.csesoc.unsw.edu.au/',
122-
title: 'Jobs Board',
123-
description: 'A place where CSESoc students can look for relevant job opportunities.'
124-
},
125-
cselectives: {
126-
link: 'https://cselectives.csesoc.unsw.edu.au/',
127-
title: 'CSElectives',
128-
description: 'Read course reviews to help you pick your electives or even write your own!'
120+
unilectives: {
121+
link: 'https://unilectives.devsoc.app/',
122+
title: 'Unilectives',
123+
description: 'Your one-stop shop for UNSW course and elective reviews.'
129124
},
130125
fy_guide: {
131126
link: 'https://media.csesoc.org.au/first-year-guide/',
@@ -143,9 +138,14 @@ export default {
143138
description: 'Promoting computing to high school students'
144139
},
145140
notangles: {
146-
link: 'https://notangles.csesoc.unsw.edu.au/',
141+
link: 'https://notangles.devsoc.app/',
147142
title: 'Notangles',
148-
description: 'Trimester timetabling tool - no more timetable tangles!'
143+
description: 'An interactive drag-and-drop timetable planner designed to help UNSW students plan their ideal weekly timetable.'
144+
},
145+
freerooms: {
146+
link: 'https://freerooms.devsoc.app/',
147+
title: 'Freerooms',
148+
description: 'A tool to view the timetable of any room on campus, and find an available room that suits all your needs.'
149149
},
150150
pe_guide: {
151151
link: 'https://media.csesoc.org.au/enrolment-guide/',

0 commit comments

Comments
 (0)