London, UK
The Stefanov Herald

UCL Yellow Pages

Connecting students, one profile at a time.

Overview

UCL Yellow Pages is a web application designed to bridge the gap in student connectivity at University College London. In a large institution where students are frequently asked to collaborate with peers they have never met, finding relevant contact information can be slow and frustrating. This platform allows students to create and manage profiles containing their contact details — such as emails, social media accounts, and phone numbers — within a secure, authenticated environment, with full control over their visibility and privacy settings.

Solution

The application is built with the Django web framework, backed by a PostgreSQL database, and uses Django's ORM to keep Python as the sole language throughout the stack. Authentication is handled via UCL email verification — users must register with a valid UCL email address, ensuring the platform remains exclusive to UCL students. From there, students can create and customise their profiles with contact details, configure visibility controls using Role-Based Access Control (RBAC), and search for peers using filters such as course, faculty, department, or cohort. Search is powered by a combination of trigram and full-text search, offering auto-completion and typo tolerance for a smooth user experience.

The platform also includes profile view tracking — a personal dashboard that logs who has accessed your profile along with timestamps — and a reporting system that allows students to flag inappropriate profiles or misuse of contact information, with all actions reviewed and logged by admins.

Additional Details

View Source