Multiphoto

This project was an effort to provide users with their #1 requested feature - the ability to add multiple photos to letters. With this project I was able to streamline our image upload and processing logic. One of the big things with this project was gating the multiphoto functionality behind a Sandboxx+ membership which was a flag that was returned from the backend. Due to this, there are several different states of the photo upload buttons and where they take you. On the API side of things, this feature was a fairly simple change, instead of passing a single image string, we passed an array containing up to 4 image strings. The design approach we landed on worked quite well as all of the photo management functionality is accessed via a single modal.

Type

Web Feature

Role

Developer

Skills & Technology
React.js
JavaScript
SCSS