-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTODO.txt
82 lines (48 loc) · 3.08 KB
/
TODO.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
TODO list for the Food from Swedihs groceries
1) Email volunteers to specify the problem space
2) Attend the Meteor workshop for better idea of how to implement the app.
3) Make a very rough idea sketch in paint?
Start Recipe
Input: From an anonym user
Needed: Language, Country, Foods-name, nr of portions, Ingredients, Steps, Additional info, Food-Picture.
Output: To an Inbox that a process group including translators and food experts can excess
Result: An compressed version of the recipe with language and food name visible and a checklist what needed to do
Additional Info: Allergies, serving tips
Checklist: Translations to Swedish, Finding allagies info, Substitution of ingredients, Link to "www.recepthjalpen.se" to a uniq ingrediense.
Translated Recipe
Input: Original Language, Country, Foods-name, number of portions, Ingredients, Steps, Additional info, Food-Picture, reference from the inbox, Additional links
Output: An compressed version in an list sorted in difference contries, with swedish food-name and food-name with the Original Language and Picture as a link to the recipie.
Final Recipie output: foodname in swedish and orignal language and picture, ingredients, steps, additional info, additional links, comment section!
Additional links: To original recipie, Recepthjälpen.
4) Länka till recepthjälpen där det går?
Current state:
Add nice pictures Stefan doing
Fix so that country shows up properly Me doing
ideally we can make translate work as intended. CAn probably use related queueries and maybe transform or somesuch to
use data from the other language collection. HARD TO DO IT SEEMS
change strings to arabic (ask someone who speaks arabic for help). DONE
****************************************************************************
Importent!!!!
****************************************************************************
change from:
---------------------------------------------------------------------------------
<p class="form-control-static">
{{recipe.fileId}}
</p>
---------------------------------------------------------------------------------
to this:
_________________________________________________________________________________
<p class="form-control-static">
<a href="/cfs/files/files/{{recipe.fileId}}" target="_blank">
<img src="/cfs/files/files/{{recipe.fileId}}" width="50%">
</a>
</p>
_________________________________________________________________________________
in the file:
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
C:\Users\Spock\Documents\GitHub\food-from-swedish-groceries\FoodHack\client\views\recipies\details\details.html
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
AND:::
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
C:\Users\Spock\Documents\GitHub\food-from-swedish-groceries\FoodHack\client\views\recipies_arabic\details\details.html
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::