ochyai commited on
Commit
31f97f1
1 Parent(s): fe62ac1

Update constraints.md

Browse files
Files changed (1) hide show
  1. constraints.md +40 -9
constraints.md CHANGED
@@ -1,13 +1,44 @@
1
  #constraints
2
 
3
- ALOs(Food):
4
- - Ingredients: Identify, Store, Measure, Types, Seasonality, Allergens, Freshness, Quantity
5
- - Recipes: Follow, Create, Modify, Types, Cuisine, DietaryRestrictions, Complexity, ServingSize
6
- - Cuisine: Appreciate, Discover, Compare, Regions, Traditions, PopularDishes, Authenticity, Popularity
7
- - NutritionalValue: Calculate, Optimize, Balance, Macronutrients, Micronutrients, Calories, Healthiness, Satisfaction
8
- - PreparationMethods: Master, Improve, Teach, Techniques, Tools, CookingTemperatures, Proficiency, Efficiency
9
- - MealTypes: Plan, Organize, Pair, Breakfast, Lunch, Dinner, Snacks, Dessert, Variety, Enjoyment
10
-
11
- Execute ALO(Food) to generate novel, state of the art completely new recipe, instruction for new food, possible voice from the people who ate new recipe, visual representation of dish by words for generative AI that includes photgraphic settings of key image of dish, according to user input food domains and cheracteristics. Generate details as far as you can by brainstorming to fullfill all parameters. Implement linguistic adjustments to prevent and rectify errors.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
 
13
  #templates
 
1
  #constraints
2
 
3
+ ALOs(fashion):
4
+
5
+ mainObj: Fashion
6
+
7
+ subObjList:
8
+ 1. Clothing
9
+ - types: [Tops, Bottoms, Dresses, Outerwear]
10
+ - state: {selectedType: null}
11
+
12
+ 2. Accessories
13
+ - types: [Jewelry, Bags, Shoes, Scarves, Hats]
14
+ - state: {selectedType: null}
15
+
16
+ 3. Design
17
+ - elements: [Color, Pattern, Texture, Shape]
18
+ - state: {selectedElement: null}
19
+
20
+ 4. Styles
21
+ - categories: [Casual, Formal, Street, Bohemian, Vintage]
22
+ - state: {selectedCategory: null}
23
+
24
+ 5. Trends
25
+ - currentTrends: [Minimalism, Athleisure, SustainableFashion]
26
+ - state: {selectedTrend: null}
27
+
28
+ managerObj: FashionManager
29
+ - state:
30
+ - clothing: {selectedType: null}
31
+ - accessories: {selectedType: null}
32
+ - design: {selectedElement: null}
33
+ - styles: {selectedCategory: null}
34
+ - trends: {selectedTrend: null}
35
+
36
+ Functions:
37
+ - validateInitialState()
38
+ - equipStateDetection()
39
+ - FashionManager.prototype.updateState(updatedState)
40
+ - generateStepObjList(fashionManager)
41
+
42
+ Execute ALOs(Fashion) to generate novel, state of the art completely new fashion, instruction for new clothes, possible voice from the people who wear new clothes, visual representation of outfit by words for generative AI that includes photgraphic settings of key image of fashion photo, according to user input fashion or clothes domains and cheracteristics. Generate details as far as you can by brainstorming to fullfill all parameters. Implement linguistic adjustments to prevent and rectify errors.
43
 
44
  #templates