GithubHelp home page GithubHelp logo

mibrew-issues's Introduction

  • ๐Ÿ‘‹ Hi, Iโ€™m @matthewkris
  • ๐Ÿ‘€ Iโ€™m interested in web application development
  • ๐ŸŒฑ Iโ€™m currently learning C# + Unity

mibrew-issues's People

Contributors

matthewkris avatar

Watchers

 avatar

mibrew-issues's Issues

Photos

Allow in comments or on recipe/profile

Buy Ingredient Update

Currently if a recipe calls for X lbs of DME the add to cart will add X 1 lb bags. It should add:

Examples:

7 lbs

2x - 3lb bags
1x - 1lb bag

#!php

$total = 8.75;
$three = floor($total / 3); // 2 
$one = ceil($total - ($three * 3)); // 3


if($one == 3)  { // if $one is 3
    $one = 0;
    $three++;
}

Investigate Email Issues

Sample from Jan 6, 2019, 9:09 PM:

=?utf-8?Q?New_Recipe_-The_Fusion_Collusion-Coffee_Pale_Ale(2.5)_Clon

Looks like we aren't splitting things into proper line lengths. Issue with the core library.

Back button

Reported by user: Any chance that you can make the back button go back to the previous page you were on. For instance, when I'm looking up recipes by style, then enter one to view it, when I try to go back I have to re select the style and then search for where I was.. Does that make sense?

Standardize date format

We have a lot of international users so we need to either standardize dates or allow for a user setting.

Inventory

For those of us that buy bulk, it might be nice to have an inventory of what we already have so that when we press buy we only have the stuff we don't have on hand loaded into the cart. Feature creep, I know...

Import Beerxml

I was trying to import a recipe, but xml import had some errors in the background. I had to zoom in to get the sidebar out of the way to see them. I'm fairly sure this is caused by my input file so there may not be anything to do here unless you want to try to support everything that could possibly be an input.

Screenshot from 2019-03-09 10-11-04

Recipe versioning

I would like to have recipe versioning built in. Right now I end up using something like IPA, IPA Clone, IPA #3, etc. Maybe add "Create new version" in the recipe buttons row? Or something of the like.

Batch Number

From Drew P: Idea for the MIBrew. In batch info, have a simple number "Number of times brewed" or "Has been brewed" (Y/N). It seems the age old question. A lot of people just make up recipes, but you don't know if it's any good or even attempted. Good idea?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.