Giter VIP home page Giter VIP logo

hydrationapp's People

Contributors

babazon avatar dependabot-preview[bot] avatar

Watchers

 avatar  avatar  avatar

hydrationapp's Issues

Dough breakdown feature

Users should be able to divide their recipe flour into flour types by percentage, displayed in computed percentage and weight values.

Error in http://localhost:8081/index.bundle?platform=ios&dev=true&minify=false:1739

Error in HydrationApp

Error in http://localhost:8081/index.bundle?platform=ios&dev=true&minify=false:1739
"with" is not a valid style property.
StyleSheet button: {
"alignItems": "center",
"borderColor": "lightblue",
"borderRadius": 8,
"borderWidth": 1,
"justifyContent": "center",
"padding": 4,
"with": 100
}
Valid style props: [
"alignContent",
"alignItems",
"alignSelf",
"aspectRatio",
"backfaceVisibility",
"backgroundColor",
"borderBottomColor",
"borderBottomEndRadius",
"borderBottomLeftRadius",
"borderBottomRightRadius",
"borderBottomStartRadius",
"borderBottomWidth",
"borderColor",
"borderEndColor",
"borderEndWidth",
"borderLeftColor",
"borderLeftWidth",
"borderRadius",
"borderRightColor",
"borderRightWidth",
"borderStartColor",
"borderStartWidth",
"borderStyle",
"borderTopColor",
"borderTopEndRadius",
"borderTopLeftRadius",
"borderTopRightRadius",
"borderTopStartRadius",
"borderTopWidth",
"borderWidth",
"bottom",
"color",
"decomposedMatrix",
"direction",
"display",
"elevation",
"end",
"flex",
...

View on Bugsnag

Stacktrace

http://localhost:8081/index.bundle?platform=ios&dev=true&minify=false:1739 - invariant

View full stacktrace

Created automatically via Bugsnag

ReferenceError in http://localhost:8081/src/App.bundle?platform=ios&dev=true&minify=false&modulesOnly=true&runModule=false&shallow=true:53

Error in HydrationApp

ReferenceError in http://localhost:8081/src/App.bundle?platform=ios&dev=true&minify=false&modulesOnly=true&runModule=false&shallow=true:53
Can't find variable: dough

View on Bugsnag

Stacktrace

http://localhost:8081/src/App.bundle?platform=ios&dev=true&minify=false&modulesOnly=true&runModule=false&shallow=true:53 - App

View full stacktrace

Created automatically via Bugsnag

ExampleException in home#example

Test error in Example.com

ExampleException in home#example
Something really bad happened

View on Bugsnag

Stacktrace

app/controllers/home_controller.rb:123 - example
app/controllers/other_controller.rb:12 - broken
lib/important/magic.rb:4 - load_something

View full stacktrace

Created by Basar Yuksel via Bugsnag

Error in http://10.0.2.2:8081/index.bundle?platform=android&dev=true&minify=false:1739

Error in HydrationApp

Error in http://10.0.2.2:8081/index.bundle?platform=android&dev=true&minify=false:1739
"BreadCalc" has not been registered. This can happen if:

  • Metro (the local dev server) is run from the wrong folder. Check if Metro is running, stop it and restart it in the current project.
  • A module failed to load due to an error and AppRegistry.registerComponent wasn't called.

View on Bugsnag

Stacktrace

http://10.0.2.2:8081/index.bundle?platform=android&dev=true&minify=false:1739 - invariant

View full stacktrace

Created automatically via Bugsnag

Design exploration

Hi there! I took a quick stab at a wireframe for an exploratory design.

Obviously, none of the numbers are accurate and it would need some finessing visually + some testing to see if the interactions make sense, but here are the main ideas:

  • Add increment buttons to the left and right of the sliders. They would increment by whatever the reasonable amount is (probably 5 or 10 for percentages, and 100 for weights in grams). This could replace the vertical affordance of the presets.
  • The amounts are now displayed to the right and the user can toggle between grams and % for most things (except leaven hydration) by tapping on the "g" or "%"
  • Tapping on the number in the amount would bring up the number pad and would let the user enter precise numbers without futzing with the slider.

Screen Shot 2019-12-12 at 3 04 02 PM

TypeError in http://localhost:8081/src/App.bundle?platform=ios&dev=true&minify=false&modulesOnly=true&runModule=false&shallow=true:78

Error in HydrationApp

TypeError in http://localhost:8081/src/App.bundle?platform=ios&dev=true&minify=false&modulesOnly=true&runModule=false&shallow=true:78
undefined is not an object (evaluating 'this.vm.dough.userInterface')

View on Bugsnag

Stacktrace

http://localhost:8081/src/App.bundle?platform=ios&dev=true&minify=false&modulesOnly=true&runModule=false&shallow=true:78 - render

View full stacktrace

Created automatically via Bugsnag

Recipe persistence

Users should be able to persist, and rehydrate their favorite recipes in a list

interface IRecipe {
name: string,
date: ISO date string (local time),
recipe: { TBA }

}

This could cause a new Recipe model to be edited in store each time, and persisted in a list if wanted

Error in http://localhost:8081/index.bundle?platform=ios&dev=true&minify=false:3006

Error in HydrationApp

Error in http://localhost:8081/index.bundle?platform=ios&dev=true&minify=false:3006
You attempted to set the key lastAccessedBy with the value 104 on an object that is meant to be immutable and has been frozen.

View on Bugsnag

Stacktrace

http://localhost:8081/index.bundle?platform=ios&dev=true&minify=false:3006 - throwOnImmutableMutation

View full stacktrace

Created automatically via Bugsnag

ReferenceError in http://localhost:8081/src/AppViewModel.bundle?platform=ios&dev=true&minify=false&modulesOnly=true&runModule=false&shallow=true:28

Error in HydrationApp

ReferenceError in http://localhost:8081/src/AppViewModel.bundle?platform=ios&dev=true&minify=false&modulesOnly=true&runModule=false&shallow=true:28
Can't find variable: dough

View on Bugsnag

Stacktrace

http://localhost:8081/src/AppViewModel.bundle?platform=ios&dev=true&minify=false&modulesOnly=true&runModule=false&shallow=true:28 - get

View full stacktrace

Created automatically via Bugsnag

Keyboard input type lacks return/submit button

On IOS it's not possible to have submit button with numeric input. Keyboard is only dismissed on blur
On IOS it's possible to have return/submit button, however it's the genetic keyboard

Error in Invariant Violation: "with" is not a valid style property.:0

Error in HydrationApp

Error in Invariant Violation: "with" is not a valid style property.:0
"with" is not a valid style property.
StyleSheet button: {
"alignItems": "center",
"borderColor": "lightblue",
"borderRadius": 8,
"borderWidth": 1,
"justifyContent": "center",
"padding": 4,
"with": 100
}
Valid style props: [
"alignContent",
"alignItems",
"alignSelf",
"aspectRatio",
"backfaceVisibility",
"backgroundColor",
"borderBottomColor",
"borderBottomEndRadius",
"borderBottomLeftRadius",
"borderBottomRightRadius",
"borderBottomStartRadius",
"borderBottomWidth",
"borderColor",
"borderEndColor",
"borderEndWidth",
"borderLeftColor",
"borderLeftWidth",
"borderRadius",
"borderRightColor",
"borderRightWidth",
"borderStartColor",
"borderStartWidth",
"borderStyle",
"borderTopColor",
"borderTopEndRadius",
"borderTopLeftRadius",
"borderTopRightRadius",
"borderTopStartRadius",
"borderTopWidth",
"borderWidth",
"bottom",
"color",
"decomposedMatrix",
"direction",
"display",
"elevation",
"end",
"flex",
...

View on Bugsnag

Stacktrace

Invariant Violation: "with" is not a valid style property.:0 - 

View full stacktrace

Created automatically via Bugsnag

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.