-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtodo
More file actions
85 lines (50 loc) · 1.63 KB
/
todo
File metadata and controls
85 lines (50 loc) · 1.63 KB
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
DONE
rn---------------
---------------
contacts, -> since users already signup with their phone numbers, we just need a way to cross ref
with existing users and create a "friend request of sorts".
this ends up being a many to many thing
we might be able to circumvent these relationships by adding more tables (later)
nah this is just one to many in this case (just 2 user ids in it, it is a mapping table already)
for now:
upload contacts list
send contact link request
get in app contacts list (tag by accepted, pending, declined)
------------------
what is a subscription
-> has an invite link (could be more than one person)
-> has preset rules
-> has an action attached (loan repayment, savings)
--------------
user, contact loans
#invite other users to contact list
fund wallet
withdraw from wallet
registration and upgrade account
Johnmicheal, [1/3/2023 8:35 AM]
Loan Actions:
#NO POINT IN DOING THIS, JUST ON THE FE IS ALONE
loan worthiness
notification on loan status
loan eligibility upgrade
Johnmicheal, [1/3/2023 8:37 AM]
Transaction Actions:
View history
notification on transaction status -> its an instant process on the BE so...
verification
send money - fund wallet - repay loan
Audio chat
Johnmicheal, [1/3/2023 8:40 AM]
Contacts Action:
request invite, accept invite
quick loan from contacts
gift funds, send funds, request funds
shared savings(corporatives)
crowd sourcing or funding(go fund me)
Johnmicheal, [1/3/2023 8:42 AM]
Subscription Actions:
cancel, renew, update
subs can be:
daily, monthly, yearly savings
shared savings -> maybe just propose this?
loan repayment... -> hmm