-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnotes.txt
170 lines (153 loc) · 2.77 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
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
============== client ====================
sub :
- mc/data
- mc/data/curva
pub :
- user/control/mode
- user/control/toggle
============== broker ====================
sub :
- mc/data
- mc/control/toggle
- user/control/mode
- user/control/toggle
============== mc ====================
sub :
- user/control/mode
- user/control/toggle
pub :
- mc/data
- mc/data/curva
- mc/control/toggle
========================================
============== restApi =================
============== dashboard================
name : dashboard
path : /dashboard
GET : {
endpoint : /user,
data : {
name,
email,
photo,
info,
role,
lastMonth,
currentMonth,
statePompa,
stateMode,
speechOn,
speechOff,
}
status : 200
}
=============== analytic ===============
name : analytic
path : /analytic
GET : {
endpoint : /user/data-usage,
data : {
name,
photo,
info,
role,
id_data,
dataUsage(tgl harus 12-8-21),
speechOn,
speechOff
}
status : 200
}
DELETE : {
endpoint : /data-usage/{id}
status : 200
}
=============== account ===============
name : account
path : /account
GET : {
endpoint : /user/account
data : {
id_user,
name,
photo,
email,
key,
speechOn,
speechOff,
}
status : 200
}
PATCH : {
endpoint : /user/{id}
data : {
name,
email,
speechOn,
speechOff,
}
status : 201, 422
}
============== list user =============
name : account
path : /account
GET : {
endpoint : list/user/all
data : {
name,
email,
role
}
status : 200
}
DELETE : {
endpoint : list/user/{id}
status : 200
}
PATCH : {
endpoint : list/user/{id}
data : {
name,
email,
role,
}
status code : 200, 422
}
============== broker =============
name : broker
POST : {
endpoint : user/notification
data : {
description,
read,
key
}
status code : 201, 404, 500
}
PATCH : {
pompa : {
endpoint : /user/control/pompa,
data : pompa
}
mode : {
endpoint : /user/control/mode,
data : mode
}
status code : 200, 422
}
==================================
setelah jadi analytic
0. bikin table notif(description, read(true/false)) : done
1.1. bikin table devices(name, topic) : done
1.2 testing di console dulu : done
1. munculin toast ketika ada notif baru
2. bikin fungsi notif di atas pojok kanan
3. bikin disamping icon notif role user,
finish
authorization : done
how we know the mc client is offlien : done
fitur di atas pojok kanan atas
1. fitur mc
2. fitur check koneksi ke broker
3. notif
4. role u/a