-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
measurement units, methods #399
Comments
We can start to work on this task as well. new changes from static data module was moved into this repository. Please sync your fork and re-install packages |
Let's try to crack this one. but buzz me if something goes wrong. the main reason - this module is not actively updating right now and with latest changes that Eugene did - i expect that a lot of previously created methods can be broken. It might not affect your code, but if anything will generate an error - open a PR and we'll see what it causes |
Ok got it👍
…Sent from my iPhone
On Jun 7, 2019, at 4:33 PM, Arthur Tkachenko ***@***.***> wrote:
Let's try to crack this one. but buzz me if something goes wrong. the main reason - this module is not actively updating right now and with latest changes that Eugene did - i expect that a lot of previously created methods can be broken. It might not affect your code, but if anything will generate an error - open a PR and we'll see what it causes
—
You are receiving this because you were assigned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
While syncing my fork, I am getting this conflict message. Can I know how to solve this please! |
ok, don't worry about it right now. it's because of latest changes that was done by Eugene. |
Right now is blocked by Food-Static-Data/sd#337
Expected Behavior / Situation
Second part of #373
fetch
, you will be able to connect to that files(that you worked before).As you saw that all files for measurements. And you see a similarities.
entity
.Then we will create some sort of an array/method, so we will be able to filter that data by different "keywords".
For example, create a separated method, that will display only gallon, or only cooking times from that object.
Like -> we have integers and string at one field. This is not best solution. Not easy to manage, operate.
Usually if we will multiply numbers together. So for this current case - it's better to separate data.
So here, we will create a method, with a few loops -> then get data from a few fields and split them into pieces.
Actual Behavior / Situation
Modification Proposal
The text was updated successfully, but these errors were encountered: