-
Notifications
You must be signed in to change notification settings - Fork 0
/
notes
executable file
·61 lines (31 loc) · 1.99 KB
/
notes
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
add "logout" option after the "Hello, User". Direct "Hello, User" to the UserDash.
## TEMPLATE
userDash-order:
- borrow order display elements from wod-admin (api order call is working, need items call)
userDash-cart:
- create formating
userDash-account:
- create UI for changing email, username
## LOGIC
UserDash-order:
- convert received json to relevant object
- show order info if there is one, suggest placing an order if there isn't one.
UserDash-account:
- create forgot password email reset functionallity
Menu Display: use group based permission to only page scroll and specials ticker for the store accounts (and guest and admin), hide scroll from menu for all others
MenuDisplay: scroll func needs fixed
fix the dynamic titles on created so that they are caps and cedar mill is two words
figure out why scroll occurs on the specials display page if it was started on the products display page
## STYLE
ProductRow: add styles to buttons
make the logged in username the same hight as the sign-in button.
sign-in page color theme consistancy (including input background)
New color theme variables for 1/2OZ and \$3 grams
<!-- add the ability to zoom in and out, and manualy switch between one column and two. -->
<!-- add side margins if the list goes below the screen in two column mode (or something equivelant), in order to make the list fit -->
## REFACTORING
<!-- Make CreateAccount.vue and SignIn.vue the same component? -->
## LOW PRIORITY
<!-- add favorite strains section to userDash -->
<!-- once users can be logged in, the menu could have a personal ratings (like app stars ratings), plus text notes, so that it because a personal journal. This would come up when you click the product for more information, which also gives the option to add to cart. it could also show community average rating before that user adds there personal rating -->
<!-- can I use algebra to make all ticker scroll speeds exactly the same? -->