Website for Victoria University Sydney Learning Support Unit (LSU) tutors. It was used to publish an up-to-date directory of approved tutors: contact details, units they support, and course-code filters so students can find the right help.
This project has been discontinued and is no longer maintained. Please be aware that this website is ++not affiliated with or related to Victoria University Sydney++ anymore. The tutor directory, registration, and feedback flows should not be relied on for current tutoring or support arrangements. For up-to-date information, use Victoria University’s official channels. This repository is kept for reference only.
- Tutor directory (
index.html) — searchable list with filters; content is loaded from a public Google Sheet via Tabletop.js, so coordinators can update tutors without redeploying the site. - Tutor registration (
register/) — sign-up flow for tutors approved by VUS LSU. - Feedback (
feedback/) — form for suggestions and improvements.
- HTML, CSS, Bootstrap 4, jQuery
- Tabletop.js + Google Sheets API (JSON) for data
| Path | Role |
|---|---|
index.html |
Main tutor listing and filters |
register/index.html |
Tutor sign-up |
feedback/index.html |
Feedback |
js/init.js |
Sheet key, Tabletop init, search/filter logic |
css/customstyle.css |
Site styling |
img/ |
Logos and assets |
The Google Sheet backing the directory is referenced by ID in js/init.js (public_spreadsheet_url). Replace it if you point the site at a different spreadsheet; keep the sheet structure expected by the existing script.