Project Context
Instabase is a B2B SaaS company. Instabase's product is a platform or, operating system (OS) as referred to by the company, that allows businesses to create workflows around document processing.
As a software engineer on the PLEX (Platform Experience) team at Instabase, one of the projects I worked on was a complete redesign of the OS.
One goals of the "OS Redesign" effort was to get away from the existing "file system" approach of Instabase, and move towards the experience of a modern OS, like Windows or macOS.
Much like on the Finder app on macOS, Instabase's "File Picker" component allows users to specify files and folders where they want certain actions to occur. It is incorporated in numerous "applications" inside Instabase's platform. Selecting an asset with the File Picker is often the first step to starting a flow within the apps.
Because of the File Picker's ubiquity across the Instabase platform, the team decided that redesigning the File Picker would be great first project, as part of the OS Redesign epic.
Project Goals
In terms of functionality improvements needed for the new File Picker design in contrast to the old one, the goals were to:
- Add the ability to search, by asset name and through certain filters.
- Add "Shortcuts" to make asset selection easier. Shortcuts will include "Recently Used" and "Bookmarks".
- Add ability to browse multiple directories at once (with horizontal scroll).
The other goal of the File Picker Redesign project was to update its styling and appearance. Up until the redesign, Blueprint and Bootstrap were the only UI libraries/design systems being used across Instabase.
As part of the larger OS Redesign epic, the PLEX team built out Instabase's new internal design system, Pollen. Starting with the File Picker, all Bootstrap and Blueprint components were to be replaced by Pollen's, so all of Instabase would have a cohesive, modern design.
My Contributions
I created all the wireframes/prototypes of the File Picker and subsequently refined them after going through design review sessions with another designer and my project manager
Several elements/components used in the prototype designs came from Pollen (such as the buttons, inputs, dialogs, and dropdown components).
I wrote and tested all the frontend code (React, Typescript, HTML, CSS) for the File Picker. This code was reviewed by other frontend engineers on the PLEX team.
I had progress update meetings with the project manager and my teammates every two weeks