-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDocumentation notes.txt
40 lines (21 loc) · 1.11 KB
/
Documentation 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
Total costs stuff :
we gonna update the Total when :
* click go next coupon ####done### without option
* fill randomly buttons in state 2 ###done### with option 1
* goback button ###done### without option
* when we check the fourth field. (it runs through all coiupons. whaever it fiend , add 1) ###done## with option : 1
* when we uncheck the fourth field ## done### with option : -1
* when we delete all coupons. ###done ### without option
when we delete all fields .in state 2 ###done ### without option
____________________________________________________________-
/* DO THIS : ###########################################################################################################
a flag that controls if we are allowed to decrement the total or not, when we click delete all fields.
it starts blocked. = 0;
it gets released when :
-we expand the coupon. && checkedFields = 4 ###done###
-we fill the expanded coupon randomly. ##done###
-we add the fourth cross. ##done###
it get blocked when :
- we click on delete all fields button. ##done##
- we uncheck the third field. ##done##
*/