-
Notifications
You must be signed in to change notification settings - Fork 0
/
note.txt
89 lines (88 loc) · 3.85 KB
/
note.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
List<LatestWork> latestWork = const [
LatestWork(
company: 'RiloTech',
periode: 'Agustus 2022 - present',
work: Work(
projectName: kingkolMobile,
projectPreview: [
StringAsset.kingkolMobile,
StringAsset.kingkolMobile2,
],
descriptionRole: [
"• Creating and developing the subscribe feature",
"• Creating and developing the login feature",
"• Creating and developing the change plan feature",
"• Creating and developing the account feature",
"• Creating and developing the home dashboard feature",
"• Creating and developing the switch brand feature",
"• Creating and developing the campaign list feature",
"• Creating and developing the campaign search feature",
"• Creating and developing the campaign create feature",
"• Creating and developing the campaign edit feature",
"• Creating and developing the campaign detail feature",
"• Creating and developing the campaign list influencer feature",
"• Creating and developing the campaign list add influencer feature",
"• Creating and developing the campaign list influencer filter feature",
"• Creating and developing the campaign list influencer import , export feature",
"• Creating and developing the campaign detail report generate to PDF feature",
"• Creating and developing the report detail feature",
"• Creating and developing the report detail filter feature",
"• Creating and developing the product list feature",
"• Creating and developing the product search feature",
"• Creating and developing the product create feature",
"• Creating and developing the product edit feature",
"• Creating and developing the product report feature",
"• Creating and developing the payment method with webview midtrans from backend api",
//
"• Creating and developing reusable widget calendar",
"• Creating and developing reusable widget button",
"• Creating and developing reusable screen list dynamic data",
//
"• Uploading Apps to playstore, bug fixing, & manage update.",
],
),
storeUrl:
"https://play.google.com/store/apps/details?id=com.mobile.kingkol",
),
LatestWork(
company: 'RiloTech',
periode: 'Agustus 2022 - present',
work: Work(
projectName: "3Second Online",
projectPreview: [
StringAsset.threeSecondOnline,
],
descriptionRole: [
"• Contribute to implementing the use of Flutter Lints rules.",
"• Contribute to securing the env file using the envied package's method.",
],
),
storeUrl:
"https://play.google.com/store/apps/details?id=com.threesecondmobile",
),
LatestWork(
company: 'RiloTech',
periode: 'Agustus 2022 - present',
work: Work(
projectName: bedasMarket,
projectPreview: [
StringAsset.bedasMarket,
StringAsset.bedasMarket2,
],
descriptionRole: [
"• Creating and developing the wishlist feature.",
"• Creating and developing the shopping cart feature.",
"• Creating and developing the checkout feature.",
"• Creating and developing the order list feature.",
"• Creating and developing the order search feature.",
"• Creating and developing the invoice list feature.",
"• Creating and developing the invoice search feature.",
"• Creating and developing the order detail feature.",
"• Creating and developing the invoice detail feature.",
"• Creating and developing the payment feature. (Manual payment using payment transfer proof).",
],
),
storeUrl:
"https://play.google.com/store/apps/details?id=com.bedasmarket.app",
),
];