-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnotes.txt
115 lines (91 loc) · 2.25 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
Remove sidebar for non-dashboard pages (check by route)
Accessing dashboard/profile directly from url closses the session?
Fix base profile and base dashboard
Add user roles
Design new logo
Add favicon
Boton "Sign in with google" en español
https://blog.logrocket.com/guide-adding-google-login-react-app/
https://console.cloud.google.com/apis/credentials?project=tuticket-1716266914134
pool.getConnection(function(err, connection) {
if (err) throw err;
// Use the connection
connection.query('SELECT something FROM sometable', function (error, results, fields) {
if(!error)
{
results[0].something
}
connection.release();
if(error) throw error;
});
});
Add email sender with account verification
// #todo timestack query
redux
https://github.com/brillout/awesome-react-components
https://playcode.io/react
import React from 'react';
import { useState, useEffect } from 'react';
function Component({ data, setData }) {
return (
<>
{Object.keys(data).map(function (key) {
return (
<p>
{key} {data[key]}
</p>
);
})}
</>
);
}
export function App(props) {
const [data, setData] = useState([]);
useEffect(function () {
setData([{ test: 'test1' }, { test: 'test2' }]);
}, []);
return (
<div className='App'>
<Component data={data} setData={setData} />
<h1>Hello React.</h1>
<h2>Start editing to see some magic happen!</h2>
</div>
);
}
// Log to console
console.log('Hello console');
Index
Remove countries
Create Higher Vibrations logo
Replace tuticket logo
Right menu
Administration
Dashboard
Settings
Log out
Search
Argentina:
Everything in Argentina
City:
Everything in that City
Profile:
Events of that profile and the profile
Space:
Events of that space and the space
Activity:
Eg. Yoga:
Events of Yoga
Profiles that do Yoga
Spaces that do Yoga
Administration
User management
Page management (Profile / Space / Events)
Dashboard
Add sub pages on left menu and on dashboard page:
Profiles / Dashboard
Spaces / Dashboard
Subpage
Administration of page
Higher Vibrations Pages
Profile
Space