KyleMcKell / aeropress-tracker

An app to track aeropress recipes made in NextJS
https://www.aeropresstracker.com/
2 stars 0 forks source link

Feature: Add Imperial Units #5

Open KyleMcKell opened 2 years ago

KyleMcKell commented 2 years ago

Currently the app only allows for metric units, I would like to allow for Imperial Units as well for people who use them. This likely include unit testing with Jest to ensure that everything runs smoothly.

On the form page these can be changed by clicking the label next to the brew detail, on the brew page this can likely be changed by clicking the unit itself and changing it.

KyleMcKell commented 2 years ago

This one must be done after #6