Goal: Collect, organize and preserve the wealth of resources collected by a cohort of interaction design students.
Concept: Take a collection of gathered information, references, resources and tools and create a new website from that. It will serve as a resource for users interested in interaction design and user experience to further their understanding of the field and the tools available to them.
Challenges: Information architecture, discoverability and usability. Taking a deep dive into how much context a user needs to inspire them to click on a link. Designing and building a system that delivers content.
I began planning the project by creating a proposal document identifying each step and estimating the time required to complete it. The project was broken down into four phases: research/preparation, wireframing/low-fidelity prototyping, high-fidelity prototyping, and development.
I began with scouring our cohort's Slack channel and performing a content inventory to get a better understanding of what I'm working with. Next was some desk research, examining other resource repositories and examining how they organize and present their content.
It seemed clear that some sort of categorization would be essential. Broader categories and more specific tags were added to the resources, with the intention of refining this initial categorization later through card sorting.
Wireframing was an opportunity to explore layout options and discover what informs those layouts through user testing. Two iterations on the initial wireframes (three versions total) were created.
Near final design decisions are being made. A warm color scheme and simple header text. The content of the site is the star of the show.
The site is being developed in vue.js. I hadn't intended to learn a javascript framework when this project started, but it seems like the right choice. The data already exists in a google sheet, which can easily be edited and exported as a json file. As future changes to the data (new entries,categories and tags) happen, it should make site updates relatively easy.