-
Notifications
You must be signed in to change notification settings - Fork 0
/
notes.txt
47 lines (38 loc) · 1.16 KB
/
notes.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
Next steps-
1- Upon feedback, set up database, Models, and Controllers
2- Start by setting up business#show
3- Login, logout, sign up
4- Set up home page
5- NavBar & search results
6- finish any styling
User Auth-
1- remove index with unique property on :users, :zip_code
2- continue debugging
3- seed database
Business Show Page-
1- migrations
2- seed database
3- Create show page for single business
4- all images- uploaded by users
5- reviews- protected route
a- images- uploaded by users
6- attribute_list
a- joins table between attributes ( call it attribute_items? )
7- rating- average of review ratings
8- map
9- business hours- open now
Home Page-
1- search Bar in Nav
a- have attributes object in entities
Footer-
1- image
2- links
Bootstrap Images:
To application.html.erb:
<script type="text/javascript">
window.background = <%= image_url("hogwarts.jpg").html_safe %>
window.reviewImg = <%= image_url("cauldron.jpg").html_safe %>
window.profileImg = <%= image_url("wizard.png").html_safe %>
window.businessImg = <%= image_url("leaky-cauldron.jpg").html_safe %>
</script>
recieve "unexpected token :" error when in file