-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnotes.txt
62 lines (54 loc) · 1.87 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
done : created turbo apps
done : tailwind
done : prisma
done : db_url
done : prisma migrations
done : exported client from db and imported in user-app
done : exported ui form packages and imported in user-app
done : exported store packages db and imported in user-app
done : recoil in packages/db
done : adding recoil in user-app
done : next-auth in user-app
done : webhook-express server
done : webbhook/index.ts compilation //use npm run dev
fix : home page double appbar
done :added appbar client in layout.tsx
done : dashboard/ transactions/ trasfer pages
done : AddMoneyCard in components
done : Select component
done : transfer page
done : login done after error and click on sign with credentials
done : balance is not displayed
done : cant login using seede data
fix : adding money to the wallet createOnRamp route
review : change backend route in production
review : change db url in production
fix : bank webbhook/index.ts
done : locking in database
done : p2ptransaction
fix : bankwebhook request working in curl but not in postman
done : schema update for merchant
done : bootstraping the merchant app
start : google github provider
fix : redirecting in both apps during sessions
done : login with google
fix : add zod type in merchant login also name
done : qr code geenrator merchant app
fix : home page fields in both apps
start : scanning qr logic
fix : qr scan using image
done : qr scanner user app
fix : $ to INR in scanning qr
done : session issue in both apps
done : user to merchant transfer
fix : apply transactions logic in u2mtransfer
done : websockets connections
done : adding cookies fails in login
fix : merchant name in merchant app
done : offramping of merchant
done : decrease merchant balance for offramp txn
fix : CI/CD
fix : google_auth merchantId problem
done : real time notifications
add : sound notification in browser
export default function component_name