-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathrestaurant_project_notes.txt
More file actions
85 lines (48 loc) · 930 Bytes
/
restaurant_project_notes.txt
File metadata and controls
85 lines (48 loc) · 930 Bytes
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
79
80
81
82
83
84
-----
Templaes
https://dribbble.com/shots/3824551-Find-restaurants-near-by
https://dribbble.com/shots/3541190-Restaurants-App/attachments/786881
------
Yelp Data
{
"name": "Loving Heart",
"imageUrl": "https://s3-media2.fl.yelpcdn.com/bphoto/B-6Hc1MRMMzviBmzYAp0cA/o.jpg",
"rating": 5,
"reviewCount": 166,
"hours": [{
"key": {
"day": false,
"start": "1200",
"end": "1800",
"overnight": false
}
}
-----
Algorithms
1. Search area
a. auto-detect
user-check/uncheck:
b.search
type-in-search-box:
2. List
a. List
show-list
new-selection
check/uncheck-restaurant-type
3. Map
show-map
show marker
update-marker-based-on-selection
change-transport-type
4. footer
show-social-media
add-link-to-facebook
add-link-twitter
show-e-mail-link
___
___
css organization
_layout.scss
_component.scss
_base.scss
_main.scss