@armoyu/ui 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/app/layout.d.ts.map +1 -1
- package/dist/app/layout.js +16 -13
- package/dist/app/layout.js.map +1 -1
- package/dist/components/Button.d.ts +7 -7
- package/dist/components/Button.js +15 -15
- package/dist/components/GenderStatsBar.d.ts +5 -5
- package/dist/components/GenderStatsBar.js +7 -7
- package/dist/components/RollingNumber.js +3 -3
- package/dist/components/RollingNumber.js.map +1 -1
- package/dist/components/Slider.d.ts +10 -10
- package/dist/components/Slider.js +35 -35
- package/dist/components/StatsGrid.d.ts +5 -5
- package/dist/components/StatsGrid.js +13 -13
- package/dist/components/ViewModeToggle.d.ts +7 -7
- package/dist/components/ViewModeToggle.js +9 -9
- package/dist/components/modules/auth/Dashboard.d.ts +1 -1
- package/dist/components/modules/auth/Dashboard.js +250 -250
- package/dist/components/modules/auth/MediaLightbox.d.ts +13 -13
- package/dist/components/modules/auth/MediaLightbox.js +46 -46
- package/dist/components/modules/auth/PostCard.d.ts +24 -24
- package/dist/components/modules/auth/PostCard.js +112 -112
- package/dist/components/modules/auth/PostInteractionsModal.d.ts +11 -11
- package/dist/components/modules/auth/PostInteractionsModal.js +12 -12
- package/dist/components/modules/auth/RepostModal.d.ts +21 -21
- package/dist/components/modules/auth/RepostModal.js +75 -75
- package/dist/components/modules/auth/SidebarLeft.d.ts +1 -1
- package/dist/components/modules/auth/SidebarLeft.js +40 -40
- package/dist/components/modules/auth/Stories.d.ts +1 -1
- package/dist/components/modules/auth/Stories.js +15 -15
- package/dist/components/modules/auth/StoryViewer.d.ts +9 -9
- package/dist/components/modules/auth/StoryViewer.js +47 -47
- package/dist/components/modules/chat/ChatContainer.d.ts +1 -1
- package/dist/components/modules/chat/ChatContainer.js +196 -196
- package/dist/components/modules/chat/ChatInput.d.ts +4 -4
- package/dist/components/modules/chat/ChatInput.js +30 -30
- package/dist/components/modules/chat/ChatList.d.ts +6 -6
- package/dist/components/modules/chat/ChatList.js +51 -51
- package/dist/components/modules/chat/ChatMessage.d.ts +11 -11
- package/dist/components/modules/chat/ChatMessage.js +6 -6
- package/dist/components/modules/chat/ChatNotes.d.ts +1 -1
- package/dist/components/modules/chat/ChatNotes.js +11 -11
- package/dist/components/modules/community/GroupHeader.d.ts +10 -10
- package/dist/components/modules/community/GroupHeader.js +17 -17
- package/dist/components/modules/community/GroupMenu.d.ts +9 -9
- package/dist/components/modules/community/GroupMenu.js +16 -16
- package/dist/components/modules/community/SchoolCard.d.ts +6 -6
- package/dist/components/modules/community/SchoolCard.js +7 -7
- package/dist/components/modules/community/SurveyCard.d.ts +6 -6
- package/dist/components/modules/community/SurveyCard.js +35 -35
- package/dist/components/modules/forum/ForumBoard.d.ts +16 -16
- package/dist/components/modules/forum/ForumBoard.js +6 -6
- package/dist/components/modules/forum/ForumPost.d.ts +13 -13
- package/dist/components/modules/forum/ForumPost.js +5 -5
- package/dist/components/modules/forum/NewTopicModal.d.ts +7 -7
- package/dist/components/modules/forum/NewTopicModal.js +26 -26
- package/dist/components/modules/forum/TopicItem.d.ts +15 -15
- package/dist/components/modules/forum/TopicItem.js +6 -6
- package/dist/components/modules/galleries/GalleryCard.d.ts +9 -9
- package/dist/components/modules/galleries/GalleryCard.js +5 -5
- package/dist/components/modules/giveaways/GiveawayCard.d.ts +9 -9
- package/dist/components/modules/giveaways/GiveawayCard.js +6 -6
- package/dist/components/modules/groups/ApplicationModal.d.ts +7 -7
- package/dist/components/modules/groups/ApplicationModal.js +27 -27
- package/dist/components/modules/groups/GroupCard.d.ts +12 -12
- package/dist/components/modules/groups/GroupCard.js +6 -6
- package/dist/components/modules/guest/Introduction.d.ts +1 -1
- package/dist/components/modules/guest/Introduction.js +13 -13
- package/dist/components/modules/magaza/BackToStore.d.ts +1 -1
- package/dist/components/modules/magaza/BackToStore.js +10 -10
- package/dist/components/modules/magaza/StoreHeader.d.ts +5 -5
- package/dist/components/modules/magaza/StoreHeader.js +8 -8
- package/dist/components/modules/news/NewsCard.d.ts +11 -11
- package/dist/components/modules/news/NewsCard.js +6 -6
- package/dist/components/modules/news/NewsComments.d.ts +1 -1
- package/dist/components/modules/news/NewsComments.js +52 -52
- package/dist/components/modules/profile/CloudStorageModal.d.ts +8 -8
- package/dist/components/modules/profile/CloudStorageModal.js +31 -31
- package/dist/components/modules/profile/EditProfileModal.d.ts +8 -8
- package/dist/components/modules/profile/EditProfileModal.js +27 -27
- package/dist/components/modules/profile/ProfileContent.d.ts +4 -4
- package/dist/components/modules/profile/ProfileContent.js +70 -70
- package/dist/components/modules/profile/ProfileHeader.d.ts +7 -7
- package/dist/components/modules/profile/ProfileHeader.js +19 -19
- package/dist/components/modules/profile/ProfileStats.js +1 -1
- package/dist/components/modules/profile/ProfileStats.js.map +1 -1
- package/dist/components/modules/profile/TeamSelectorModal.d.ts +10 -10
- package/dist/components/modules/profile/TeamSelectorModal.js +16 -16
- package/dist/components/modules/stations/StationCard.d.ts +2 -2
- package/dist/components/modules/stations/StationCard.js +25 -25
- package/dist/components/modules/stations/StationQRModal.d.ts +9 -9
- package/dist/components/modules/stations/StationQRModal.js +12 -12
- package/dist/components/shared/FloatingChatButton.d.ts +4 -4
- package/dist/components/shared/FloatingChatButton.js +20 -20
- package/dist/components/shared/Footer.d.ts +1 -1
- package/dist/components/shared/Footer.js +9 -9
- package/dist/components/shared/Header.d.ts +1 -1
- package/dist/components/shared/Header.js +97 -97
- package/dist/components/shared/LoginModal.d.ts +4 -4
- package/dist/components/shared/LoginModal.js +69 -69
- package/dist/components/shared/MainLayoutWrapper.d.ts +3 -3
- package/dist/components/shared/MainLayoutWrapper.js +7 -7
- package/dist/components/shared/PageWidth.d.ts +5 -5
- package/dist/components/shared/PageWidth.js +13 -13
- package/dist/context/AuthContext.d.ts +18 -18
- package/dist/context/AuthContext.js +74 -74
- package/dist/context/CartContext.d.ts +16 -16
- package/dist/context/CartContext.js +63 -63
- package/dist/context/ChatContext.d.ts +12 -12
- package/dist/context/ChatContext.js +17 -17
- package/dist/context/LayoutContext.d.ts +10 -10
- package/dist/context/LayoutContext.js +16 -16
- package/dist/context/SocketContext.d.ts +12 -12
- package/dist/context/SocketContext.js +30 -30
- package/dist/context/ThemeContext.d.ts +10 -10
- package/dist/context/ThemeContext.js +39 -39
- package/dist/index.d.ts +65 -65
- package/dist/index.js +80 -80
- package/dist/lib/constants/educationData.d.ts +7 -7
- package/dist/lib/constants/educationData.js +117 -117
- package/dist/lib/constants/punishmentData.d.ts +29 -29
- package/dist/lib/constants/punishmentData.js +183 -183
- package/dist/lib/constants/seedData.d.ts +164 -164
- package/dist/lib/constants/seedData.js +694 -694
- package/dist/lib/constants/stationData.d.ts +13 -13
- package/dist/lib/constants/stationData.js +166 -166
- package/dist/lib/constants/surveyData.d.ts +2 -2
- package/dist/lib/constants/surveyData.js +49 -49
- package/dist/lib/constants/teamData.d.ts +12 -12
- package/dist/lib/constants/teamData.js +65 -65
- package/dist/types/stats.d.ts +17 -17
- package/dist/types/stats.js +1 -1
- package/next.config.ts +13 -13
- package/package.json +45 -46
- package/postcss.config.js +6 -6
- package/src/app/layout.tsx +67 -64
- package/src/app/page.tsx +101 -101
- package/src/components/RollingNumber.tsx +3 -3
- package/src/components/modules/profile/ProfileStats.tsx +4 -4
- package/src/components/showcase/CommunityTab.tsx +22 -22
- package/src/components/showcase/CorporateTab.tsx +38 -38
- package/src/components/showcase/GeneralTab.tsx +41 -41
- package/src/components/showcase/MessagesTab.tsx +26 -26
- package/src/components/showcase/ProfileTab.tsx +20 -20
- package/src/components/showcase/ShopTab.tsx +24 -24
- package/src/components/showcase/SocialTab.tsx +28 -28
- package/src/globals.css +187 -187
- package/src/lib/utils/numberFormat.ts +16 -16
- package/src/lib/utils/odpUtils.ts +51 -51
- package/src/types/index.ts +1 -1
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { ArmoyuEvent, Game, Station } from '@armoyu/core';
|
|
2
|
-
/**
|
|
3
|
-
* GAMES (gameList)
|
|
4
|
-
*/
|
|
5
|
-
export declare const gameList: Game[];
|
|
6
|
-
/**
|
|
7
|
-
* EVENTS (eventList)
|
|
8
|
-
*/
|
|
9
|
-
export declare const eventList: ArmoyuEvent[];
|
|
10
|
-
/**
|
|
11
|
-
* STATIONS (stationList)
|
|
12
|
-
*/
|
|
13
|
-
export declare const stationList: Station[];
|
|
1
|
+
import { ArmoyuEvent, Game, Station } from '@armoyu/core';
|
|
2
|
+
/**
|
|
3
|
+
* GAMES (gameList)
|
|
4
|
+
*/
|
|
5
|
+
export declare const gameList: Game[];
|
|
6
|
+
/**
|
|
7
|
+
* EVENTS (eventList)
|
|
8
|
+
*/
|
|
9
|
+
export declare const eventList: ArmoyuEvent[];
|
|
10
|
+
/**
|
|
11
|
+
* STATIONS (stationList)
|
|
12
|
+
*/
|
|
13
|
+
export declare const stationList: Station[];
|
|
14
14
|
//# sourceMappingURL=stationData.d.ts.map
|
|
@@ -1,167 +1,167 @@
|
|
|
1
|
-
import { ArmoyuEvent, Game, Station, StationProduct, WorkstationEquipment, StationCoupon } from '@armoyu/core';
|
|
2
|
-
/**
|
|
3
|
-
* GAMES (gameList)
|
|
4
|
-
*/
|
|
5
|
-
export const gameList = [
|
|
6
|
-
new Game({ id: '1', name: 'Counter Strike 2', poster: 'https://images.unsplash.com/photo-1542751371-adc38448a05e?w=800&q=80' }),
|
|
7
|
-
new Game({ id: '2', name: 'Valorant', poster: 'https://images.unsplash.com/photo-1542751110-97427bbecf20?w=800&q=80' }),
|
|
8
|
-
new Game({ id: '3', name: 'League of Legends', poster: 'https://images.unsplash.com/photo-1542751163-44203649479e?w=800&q=80' }),
|
|
9
|
-
new Game({ id: '4', name: 'Minecraft', poster: 'https://images.unsplash.com/photo-1627398242454-45a1465c2479?w=800&q=80' }),
|
|
10
|
-
new Game({ id: '5', name: 'Euro Truck Simulator 2', poster: 'https://images.unsplash.com/photo-1601584115167-0effcb193f0c?w=800&q=80' }),
|
|
11
|
-
new Game({ id: '6', name: 'GTA V', poster: 'https://images.unsplash.com/photo-1605898399783-1820b7f53631?w=800&q=80' }),
|
|
12
|
-
new Game({ id: '7', name: 'Assetto Corsa', poster: 'https://images.unsplash.com/photo-1541899481282-d53bffe3c35d?w=800&q=80' }),
|
|
13
|
-
new Game({ id: '8', name: 'PUBG', poster: 'https://images.unsplash.com/photo-1552820728-8b83bb6b773f?w=800&q=80' }),
|
|
14
|
-
new Game({ id: '9', name: 'Dota 2', poster: 'https://images.unsplash.com/photo-1542751110-97427bbecf20?w=800&q=80' }),
|
|
15
|
-
new Game({ id: '10', name: 'Rocket League', poster: 'https://images.unsplash.com/photo-1542751371-adc38448a05e?w=800&q=80' }),
|
|
16
|
-
];
|
|
17
|
-
/**
|
|
18
|
-
* EVENTS (eventList)
|
|
19
|
-
*/
|
|
20
|
-
export const eventList = [
|
|
21
|
-
new ArmoyuEvent({
|
|
22
|
-
id: 'cs2-wingman-tr',
|
|
23
|
-
title: 'CS2 Wingman Turnuvası',
|
|
24
|
-
game: 'Counter Strike 2',
|
|
25
|
-
status: 'Kayıtlar Açık',
|
|
26
|
-
participationType: 'BOTH',
|
|
27
|
-
banner: 'https://images.unsplash.com/photo-1542751371-adc38448a05e?w=1600&q=80',
|
|
28
|
-
date: '20 Nisan 2026, 20:00',
|
|
29
|
-
location: 'ARMOYU Sunucuları',
|
|
30
|
-
participantLimit: 16,
|
|
31
|
-
currentParticipants: 8,
|
|
32
|
-
isHot: true,
|
|
33
|
-
rewards: 'AWP | Atheris Skin',
|
|
34
|
-
description: 'Yoldaşını al gel, CS2 sahalarında en iyi ikili kim belli olsun!',
|
|
35
|
-
minODP: 40
|
|
36
|
-
}),
|
|
37
|
-
new ArmoyuEvent({
|
|
38
|
-
id: 'armoyu-pro-league',
|
|
39
|
-
title: 'ARMOYU LoL: Pro League Sezon 4',
|
|
40
|
-
game: 'League of Legends',
|
|
41
|
-
status: 'DEVAM EDİYOR',
|
|
42
|
-
participationType: 'GROUP',
|
|
43
|
-
template: 'TOURNAMENT',
|
|
44
|
-
hasStats: true,
|
|
45
|
-
banner: 'https://images.unsplash.com/photo-1542751163-44203649479e?q=80&w=1600',
|
|
46
|
-
date: '04 Nisan 2026, 21:00',
|
|
47
|
-
location: 'ARMOYU Arena / Online',
|
|
48
|
-
participantLimit: 16,
|
|
49
|
-
currentParticipants: 16,
|
|
50
|
-
isHot: true,
|
|
51
|
-
isLive: true,
|
|
52
|
-
rewards: '50.000 TL Nakit + ARMOYU Pro Lisansı',
|
|
53
|
-
description: 'Türkiye\'nin en iyi 16 e-spor takımının kıran kırana mücadelesi! Sezonun son haftasına girilirken şampiyonluk yarışı kızışıyor. MVP ödülü için Berkay ve MythX arasındaki çekişme tüm hızıyla devam ediyor!',
|
|
54
|
-
minODP: 60,
|
|
55
|
-
admins: [
|
|
56
|
-
{ name: 'Berkay Tikenoğlu', role: 'Baş Hakem', avatar: 'https://api.dicebear.com/7.x/avataaars/svg?seed=Berkay' },
|
|
57
|
-
{ name: 'MythX', role: 'Organizasyon Sorumlusu', avatar: 'https://api.dicebear.com/7.x/avataaars/svg?seed=MythX' }
|
|
58
|
-
],
|
|
59
|
-
teams: [
|
|
60
|
-
{ id: 't1', name: 'Shadow Ninjas', logo: 'https://api.dicebear.com/7.x/identicon/svg?seed=Shadow', played: 14, won: 12, lost: 2, points: 36, streak: ['W', 'W', 'W', 'L', 'W'] },
|
|
61
|
-
{ id: 't2', name: 'Neon Wizards', logo: 'https://api.dicebear.com/7.x/identicon/svg?seed=Neon', played: 14, won: 11, lost: 3, points: 33, streak: ['W', 'W', 'L', 'W', 'W'] },
|
|
62
|
-
{ id: 't3', name: 'Iron Valkyries', logo: 'https://api.dicebear.com/7.x/identicon/svg?seed=Iron', played: 14, won: 10, lost: 4, points: 30, streak: ['L', 'W', 'W', 'W', 'L'] },
|
|
63
|
-
{ id: 't4', name: 'Cyber Phantoms', logo: 'https://api.dicebear.com/7.x/identicon/svg?seed=Cyber', played: 14, won: 9, lost: 5, points: 27, streak: ['W', 'L', 'W', 'L', 'W'] },
|
|
64
|
-
{ id: 't5', name: 'Runic Storm', logo: 'https://api.dicebear.com/7.x/identicon/svg?seed=Runic', played: 14, won: 8, lost: 6, points: 24, streak: ['W', 'W', 'L', 'W', 'L'] },
|
|
65
|
-
{ id: 't6', name: 'Void Walkers', logo: 'https://api.dicebear.com/7.x/identicon/svg?seed=Void', played: 14, won: 8, lost: 6, points: 24, streak: ['L', 'L', 'W', 'W', 'W'] },
|
|
66
|
-
{ id: 't7', name: 'Solar Flare', logo: 'https://api.dicebear.com/7.x/identicon/svg?seed=Solar', played: 14, won: 7, lost: 7, points: 21, streak: ['W', 'L', 'L', 'W', 'L'] },
|
|
67
|
-
{ id: 't8', name: 'Frost Giants', logo: 'https://api.dicebear.com/7.x/identicon/svg?seed=Frost', played: 14, won: 7, lost: 7, points: 21, streak: ['L', 'W', 'W', 'L', 'W'] },
|
|
68
|
-
{ id: 't9', name: 'Cobra Kai', logo: 'https://api.dicebear.com/7.x/identicon/svg?seed=Cobra', played: 14, won: 6, lost: 8, points: 18, streak: ['W', 'L', 'W', 'L', 'L'] },
|
|
69
|
-
{ id: 't10', name: 'Titan Force', logo: 'https://api.dicebear.com/7.x/identicon/svg?seed=Titan', played: 14, won: 6, lost: 8, points: 18, streak: ['L', 'W', 'L', 'L', 'W'] },
|
|
70
|
-
{ id: 't11', name: 'Phoenix Reborn', logo: 'https://api.dicebear.com/7.x/identicon/svg?seed=Phoenix', played: 14, won: 5, lost: 9, points: 15, streak: ['W', 'L', 'L', 'W', 'L'] },
|
|
71
|
-
{ id: 't12', name: 'Apex Predators', logo: 'https://api.dicebear.com/7.x/identicon/svg?seed=Apex', played: 14, won: 5, lost: 9, points: 15, streak: ['L', 'L', 'W', 'L', 'W'] },
|
|
72
|
-
{ id: 't13', name: 'Inferno Squad', logo: 'https://api.dicebear.com/7.x/identicon/svg?seed=Inferno', played: 14, won: 4, lost: 10, points: 12, streak: ['L', 'W', 'L', 'W', 'L'] },
|
|
73
|
-
{ id: 't14', name: 'Ghost Protocol', logo: 'https://api.dicebear.com/7.x/identicon/svg?seed=Ghost', played: 14, won: 4, lost: 10, points: 12, streak: ['W', 'L', 'L', 'L', 'L'] },
|
|
74
|
-
{ id: 't15', name: 'Vortex Legion', logo: 'https://api.dicebear.com/7.x/identicon/svg?seed=Vortex', played: 14, won: 3, lost: 11, points: 9, streak: ['L', 'L', 'L', 'W', 'L'] },
|
|
75
|
-
{ id: 't16', name: 'Zenith Zero', logo: 'https://api.dicebear.com/7.x/identicon/svg?seed=Zenith', played: 14, won: 2, lost: 12, points: 6, streak: ['L', 'L', 'W', 'L', 'L'] }
|
|
76
|
-
],
|
|
77
|
-
leaderboard: [
|
|
78
|
-
{ rank: 1, player: 'Berkay Tikenoğlu', team: 'Shadow Ninjas', kills: 245, deaths: 85, assists: 120, points: 3450, avatar: 'https://api.dicebear.com/7.x/avataaars/svg?seed=Berkay' },
|
|
79
|
-
{ rank: 2, player: 'MythX', team: 'Neon Wizards', kills: 232, deaths: 92, assists: 145, points: 3200, avatar: 'https://api.dicebear.com/7.x/avataaars/svg?seed=MythX' },
|
|
80
|
-
{ rank: 3, player: 'GlobalElite', team: 'Iron Valkyries', kills: 210, deaths: 105, assists: 88, points: 2950, avatar: 'https://api.dicebear.com/7.x/avataaars/svg?seed=Global' },
|
|
81
|
-
{ rank: 4, player: 'KralSlayer', team: 'Cyber Phantoms', kills: 198, deaths: 112, assists: 65, points: 2700, avatar: 'https://api.dicebear.com/7.x/avataaars/svg?seed=Kral' },
|
|
82
|
-
{ rank: 5, player: 'NinjaX', team: 'Void Walkers', kills: 185, deaths: 98, assists: 130, points: 2650, avatar: 'https://api.dicebear.com/7.x/avataaars/svg?seed=Ninja' }
|
|
83
|
-
]
|
|
84
|
-
}),
|
|
85
|
-
new ArmoyuEvent({
|
|
86
|
-
id: 'val-bahar-kupasi',
|
|
87
|
-
title: 'Valorant Bahar Kupası',
|
|
88
|
-
game: 'Valorant',
|
|
89
|
-
status: 'Yeni',
|
|
90
|
-
participationType: 'BOTH',
|
|
91
|
-
banner: 'https://images.unsplash.com/photo-1542751110-97427bbecf20?w=1600&q=80',
|
|
92
|
-
date: '15 Mayıs 2026, 19:00',
|
|
93
|
-
location: 'ARMOYU Discord Sahnesi',
|
|
94
|
-
participantLimit: 100,
|
|
95
|
-
currentParticipants: 0,
|
|
96
|
-
isHot: false,
|
|
97
|
-
rewards: '5.000 VP Havuzu',
|
|
98
|
-
description: 'Baharın gelişini harika bir Valorant şöleni ile kutluyoruz.',
|
|
99
|
-
minODP: 20
|
|
100
|
-
})
|
|
101
|
-
];
|
|
102
|
-
/**
|
|
103
|
-
* STATIONS (stationList)
|
|
104
|
-
*/
|
|
105
|
-
export const stationList = [
|
|
106
|
-
new Station({
|
|
107
|
-
id: '1',
|
|
108
|
-
name: 'Zerdüşt Coffee & Food',
|
|
109
|
-
slug: 'zerdust-coffee',
|
|
110
|
-
type: 'YEMEK',
|
|
111
|
-
description: 'Şehrin en iyi kahvesi ve atıştırmalıkları burada!',
|
|
112
|
-
location: 'Beşiktaş, İstanbul',
|
|
113
|
-
rating: 4.8,
|
|
114
|
-
reviewCount: 156,
|
|
115
|
-
logo: 'https://api.dicebear.com/7.x/initials/svg?seed=Zerdust',
|
|
116
|
-
banner: 'https://images.unsplash.com/photo-1495474472287-4d71bcdd2085?w=1200&h=400',
|
|
117
|
-
products: [
|
|
118
|
-
new StationProduct({ id: 'p1', name: 'Americano', price: 65, category: 'Kahve' }),
|
|
119
|
-
new StationProduct({ id: 'p3', name: 'Oyuncu Burger', price: 185, category: 'Yemek', isDeal: true, discountRate: '%15' }),
|
|
120
|
-
],
|
|
121
|
-
coupons: [
|
|
122
|
-
new StationCoupon({ code: 'ARMOYU10', discount: '%10', expiryDate: '01.01.2027', description: 'Tüm kahvelerde geçerli!' })
|
|
123
|
-
]
|
|
124
|
-
}),
|
|
125
|
-
new Station({
|
|
126
|
-
id: '2',
|
|
127
|
-
name: 'ARMOYU Elite Gaming Center',
|
|
128
|
-
slug: 'armoyu-elite-gaming',
|
|
129
|
-
type: 'INTERNET_KAFE',
|
|
130
|
-
description: 'En son teknoloji PCler ve profesyonel ekipmanlar.',
|
|
131
|
-
location: 'Kadıköy, İstanbul',
|
|
132
|
-
rating: 4.9,
|
|
133
|
-
reviewCount: 842,
|
|
134
|
-
logo: 'https://api.dicebear.com/7.x/initials/svg?seed=ARMOYU',
|
|
135
|
-
banner: 'https://images.unsplash.com/photo-1542751110-97427bbecf20?w=1200&h=400',
|
|
136
|
-
equipment: [
|
|
137
|
-
new WorkstationEquipment({
|
|
138
|
-
id: 'eq1',
|
|
139
|
-
name: 'VIP Streaming Odası',
|
|
140
|
-
cpu: 'Intel Core i9-14900K',
|
|
141
|
-
gpu: 'NVIDIA RTX 4090',
|
|
142
|
-
ram: '64GB DDR5',
|
|
143
|
-
monitor: 'ASUS ROG 540Hz'
|
|
144
|
-
})
|
|
145
|
-
],
|
|
146
|
-
pricing: [
|
|
147
|
-
{ label: 'Saati', price: 35, unit: 'saat' }
|
|
148
|
-
]
|
|
149
|
-
}),
|
|
150
|
-
new Station({
|
|
151
|
-
id: '3',
|
|
152
|
-
name: 'Arena Halı Saha',
|
|
153
|
-
slug: 'arena-hali-saha',
|
|
154
|
-
type: 'HALI_SAHA',
|
|
155
|
-
description: 'Yapay çim, duş imkanı ve kantin.',
|
|
156
|
-
location: 'Şişli, İstanbul',
|
|
157
|
-
rating: 4.5,
|
|
158
|
-
reviewCount: 215,
|
|
159
|
-
logo: 'https://api.dicebear.com/7.x/initials/svg?seed=Arena',
|
|
160
|
-
banner: 'https://images.unsplash.com/photo-1529900903114-93da367104e7?w=1200&h=400',
|
|
161
|
-
facilities: ['Otopark', 'Duş', 'Kantin'],
|
|
162
|
-
pricing: [
|
|
163
|
-
{ label: 'Gündüz (1 Saat)', price: 800, unit: 'seans' }
|
|
164
|
-
]
|
|
165
|
-
})
|
|
166
|
-
];
|
|
1
|
+
import { ArmoyuEvent, Game, Station, StationProduct, WorkstationEquipment, StationCoupon } from '@armoyu/core';
|
|
2
|
+
/**
|
|
3
|
+
* GAMES (gameList)
|
|
4
|
+
*/
|
|
5
|
+
export const gameList = [
|
|
6
|
+
new Game({ id: '1', name: 'Counter Strike 2', poster: 'https://images.unsplash.com/photo-1542751371-adc38448a05e?w=800&q=80' }),
|
|
7
|
+
new Game({ id: '2', name: 'Valorant', poster: 'https://images.unsplash.com/photo-1542751110-97427bbecf20?w=800&q=80' }),
|
|
8
|
+
new Game({ id: '3', name: 'League of Legends', poster: 'https://images.unsplash.com/photo-1542751163-44203649479e?w=800&q=80' }),
|
|
9
|
+
new Game({ id: '4', name: 'Minecraft', poster: 'https://images.unsplash.com/photo-1627398242454-45a1465c2479?w=800&q=80' }),
|
|
10
|
+
new Game({ id: '5', name: 'Euro Truck Simulator 2', poster: 'https://images.unsplash.com/photo-1601584115167-0effcb193f0c?w=800&q=80' }),
|
|
11
|
+
new Game({ id: '6', name: 'GTA V', poster: 'https://images.unsplash.com/photo-1605898399783-1820b7f53631?w=800&q=80' }),
|
|
12
|
+
new Game({ id: '7', name: 'Assetto Corsa', poster: 'https://images.unsplash.com/photo-1541899481282-d53bffe3c35d?w=800&q=80' }),
|
|
13
|
+
new Game({ id: '8', name: 'PUBG', poster: 'https://images.unsplash.com/photo-1552820728-8b83bb6b773f?w=800&q=80' }),
|
|
14
|
+
new Game({ id: '9', name: 'Dota 2', poster: 'https://images.unsplash.com/photo-1542751110-97427bbecf20?w=800&q=80' }),
|
|
15
|
+
new Game({ id: '10', name: 'Rocket League', poster: 'https://images.unsplash.com/photo-1542751371-adc38448a05e?w=800&q=80' }),
|
|
16
|
+
];
|
|
17
|
+
/**
|
|
18
|
+
* EVENTS (eventList)
|
|
19
|
+
*/
|
|
20
|
+
export const eventList = [
|
|
21
|
+
new ArmoyuEvent({
|
|
22
|
+
id: 'cs2-wingman-tr',
|
|
23
|
+
title: 'CS2 Wingman Turnuvası',
|
|
24
|
+
game: 'Counter Strike 2',
|
|
25
|
+
status: 'Kayıtlar Açık',
|
|
26
|
+
participationType: 'BOTH',
|
|
27
|
+
banner: 'https://images.unsplash.com/photo-1542751371-adc38448a05e?w=1600&q=80',
|
|
28
|
+
date: '20 Nisan 2026, 20:00',
|
|
29
|
+
location: 'ARMOYU Sunucuları',
|
|
30
|
+
participantLimit: 16,
|
|
31
|
+
currentParticipants: 8,
|
|
32
|
+
isHot: true,
|
|
33
|
+
rewards: 'AWP | Atheris Skin',
|
|
34
|
+
description: 'Yoldaşını al gel, CS2 sahalarında en iyi ikili kim belli olsun!',
|
|
35
|
+
minODP: 40
|
|
36
|
+
}),
|
|
37
|
+
new ArmoyuEvent({
|
|
38
|
+
id: 'armoyu-pro-league',
|
|
39
|
+
title: 'ARMOYU LoL: Pro League Sezon 4',
|
|
40
|
+
game: 'League of Legends',
|
|
41
|
+
status: 'DEVAM EDİYOR',
|
|
42
|
+
participationType: 'GROUP',
|
|
43
|
+
template: 'TOURNAMENT',
|
|
44
|
+
hasStats: true,
|
|
45
|
+
banner: 'https://images.unsplash.com/photo-1542751163-44203649479e?q=80&w=1600',
|
|
46
|
+
date: '04 Nisan 2026, 21:00',
|
|
47
|
+
location: 'ARMOYU Arena / Online',
|
|
48
|
+
participantLimit: 16,
|
|
49
|
+
currentParticipants: 16,
|
|
50
|
+
isHot: true,
|
|
51
|
+
isLive: true,
|
|
52
|
+
rewards: '50.000 TL Nakit + ARMOYU Pro Lisansı',
|
|
53
|
+
description: 'Türkiye\'nin en iyi 16 e-spor takımının kıran kırana mücadelesi! Sezonun son haftasına girilirken şampiyonluk yarışı kızışıyor. MVP ödülü için Berkay ve MythX arasındaki çekişme tüm hızıyla devam ediyor!',
|
|
54
|
+
minODP: 60,
|
|
55
|
+
admins: [
|
|
56
|
+
{ name: 'Berkay Tikenoğlu', role: 'Baş Hakem', avatar: 'https://api.dicebear.com/7.x/avataaars/svg?seed=Berkay' },
|
|
57
|
+
{ name: 'MythX', role: 'Organizasyon Sorumlusu', avatar: 'https://api.dicebear.com/7.x/avataaars/svg?seed=MythX' }
|
|
58
|
+
],
|
|
59
|
+
teams: [
|
|
60
|
+
{ id: 't1', name: 'Shadow Ninjas', logo: 'https://api.dicebear.com/7.x/identicon/svg?seed=Shadow', played: 14, won: 12, lost: 2, points: 36, streak: ['W', 'W', 'W', 'L', 'W'] },
|
|
61
|
+
{ id: 't2', name: 'Neon Wizards', logo: 'https://api.dicebear.com/7.x/identicon/svg?seed=Neon', played: 14, won: 11, lost: 3, points: 33, streak: ['W', 'W', 'L', 'W', 'W'] },
|
|
62
|
+
{ id: 't3', name: 'Iron Valkyries', logo: 'https://api.dicebear.com/7.x/identicon/svg?seed=Iron', played: 14, won: 10, lost: 4, points: 30, streak: ['L', 'W', 'W', 'W', 'L'] },
|
|
63
|
+
{ id: 't4', name: 'Cyber Phantoms', logo: 'https://api.dicebear.com/7.x/identicon/svg?seed=Cyber', played: 14, won: 9, lost: 5, points: 27, streak: ['W', 'L', 'W', 'L', 'W'] },
|
|
64
|
+
{ id: 't5', name: 'Runic Storm', logo: 'https://api.dicebear.com/7.x/identicon/svg?seed=Runic', played: 14, won: 8, lost: 6, points: 24, streak: ['W', 'W', 'L', 'W', 'L'] },
|
|
65
|
+
{ id: 't6', name: 'Void Walkers', logo: 'https://api.dicebear.com/7.x/identicon/svg?seed=Void', played: 14, won: 8, lost: 6, points: 24, streak: ['L', 'L', 'W', 'W', 'W'] },
|
|
66
|
+
{ id: 't7', name: 'Solar Flare', logo: 'https://api.dicebear.com/7.x/identicon/svg?seed=Solar', played: 14, won: 7, lost: 7, points: 21, streak: ['W', 'L', 'L', 'W', 'L'] },
|
|
67
|
+
{ id: 't8', name: 'Frost Giants', logo: 'https://api.dicebear.com/7.x/identicon/svg?seed=Frost', played: 14, won: 7, lost: 7, points: 21, streak: ['L', 'W', 'W', 'L', 'W'] },
|
|
68
|
+
{ id: 't9', name: 'Cobra Kai', logo: 'https://api.dicebear.com/7.x/identicon/svg?seed=Cobra', played: 14, won: 6, lost: 8, points: 18, streak: ['W', 'L', 'W', 'L', 'L'] },
|
|
69
|
+
{ id: 't10', name: 'Titan Force', logo: 'https://api.dicebear.com/7.x/identicon/svg?seed=Titan', played: 14, won: 6, lost: 8, points: 18, streak: ['L', 'W', 'L', 'L', 'W'] },
|
|
70
|
+
{ id: 't11', name: 'Phoenix Reborn', logo: 'https://api.dicebear.com/7.x/identicon/svg?seed=Phoenix', played: 14, won: 5, lost: 9, points: 15, streak: ['W', 'L', 'L', 'W', 'L'] },
|
|
71
|
+
{ id: 't12', name: 'Apex Predators', logo: 'https://api.dicebear.com/7.x/identicon/svg?seed=Apex', played: 14, won: 5, lost: 9, points: 15, streak: ['L', 'L', 'W', 'L', 'W'] },
|
|
72
|
+
{ id: 't13', name: 'Inferno Squad', logo: 'https://api.dicebear.com/7.x/identicon/svg?seed=Inferno', played: 14, won: 4, lost: 10, points: 12, streak: ['L', 'W', 'L', 'W', 'L'] },
|
|
73
|
+
{ id: 't14', name: 'Ghost Protocol', logo: 'https://api.dicebear.com/7.x/identicon/svg?seed=Ghost', played: 14, won: 4, lost: 10, points: 12, streak: ['W', 'L', 'L', 'L', 'L'] },
|
|
74
|
+
{ id: 't15', name: 'Vortex Legion', logo: 'https://api.dicebear.com/7.x/identicon/svg?seed=Vortex', played: 14, won: 3, lost: 11, points: 9, streak: ['L', 'L', 'L', 'W', 'L'] },
|
|
75
|
+
{ id: 't16', name: 'Zenith Zero', logo: 'https://api.dicebear.com/7.x/identicon/svg?seed=Zenith', played: 14, won: 2, lost: 12, points: 6, streak: ['L', 'L', 'W', 'L', 'L'] }
|
|
76
|
+
],
|
|
77
|
+
leaderboard: [
|
|
78
|
+
{ rank: 1, player: 'Berkay Tikenoğlu', team: 'Shadow Ninjas', kills: 245, deaths: 85, assists: 120, points: 3450, avatar: 'https://api.dicebear.com/7.x/avataaars/svg?seed=Berkay' },
|
|
79
|
+
{ rank: 2, player: 'MythX', team: 'Neon Wizards', kills: 232, deaths: 92, assists: 145, points: 3200, avatar: 'https://api.dicebear.com/7.x/avataaars/svg?seed=MythX' },
|
|
80
|
+
{ rank: 3, player: 'GlobalElite', team: 'Iron Valkyries', kills: 210, deaths: 105, assists: 88, points: 2950, avatar: 'https://api.dicebear.com/7.x/avataaars/svg?seed=Global' },
|
|
81
|
+
{ rank: 4, player: 'KralSlayer', team: 'Cyber Phantoms', kills: 198, deaths: 112, assists: 65, points: 2700, avatar: 'https://api.dicebear.com/7.x/avataaars/svg?seed=Kral' },
|
|
82
|
+
{ rank: 5, player: 'NinjaX', team: 'Void Walkers', kills: 185, deaths: 98, assists: 130, points: 2650, avatar: 'https://api.dicebear.com/7.x/avataaars/svg?seed=Ninja' }
|
|
83
|
+
]
|
|
84
|
+
}),
|
|
85
|
+
new ArmoyuEvent({
|
|
86
|
+
id: 'val-bahar-kupasi',
|
|
87
|
+
title: 'Valorant Bahar Kupası',
|
|
88
|
+
game: 'Valorant',
|
|
89
|
+
status: 'Yeni',
|
|
90
|
+
participationType: 'BOTH',
|
|
91
|
+
banner: 'https://images.unsplash.com/photo-1542751110-97427bbecf20?w=1600&q=80',
|
|
92
|
+
date: '15 Mayıs 2026, 19:00',
|
|
93
|
+
location: 'ARMOYU Discord Sahnesi',
|
|
94
|
+
participantLimit: 100,
|
|
95
|
+
currentParticipants: 0,
|
|
96
|
+
isHot: false,
|
|
97
|
+
rewards: '5.000 VP Havuzu',
|
|
98
|
+
description: 'Baharın gelişini harika bir Valorant şöleni ile kutluyoruz.',
|
|
99
|
+
minODP: 20
|
|
100
|
+
})
|
|
101
|
+
];
|
|
102
|
+
/**
|
|
103
|
+
* STATIONS (stationList)
|
|
104
|
+
*/
|
|
105
|
+
export const stationList = [
|
|
106
|
+
new Station({
|
|
107
|
+
id: '1',
|
|
108
|
+
name: 'Zerdüşt Coffee & Food',
|
|
109
|
+
slug: 'zerdust-coffee',
|
|
110
|
+
type: 'YEMEK',
|
|
111
|
+
description: 'Şehrin en iyi kahvesi ve atıştırmalıkları burada!',
|
|
112
|
+
location: 'Beşiktaş, İstanbul',
|
|
113
|
+
rating: 4.8,
|
|
114
|
+
reviewCount: 156,
|
|
115
|
+
logo: 'https://api.dicebear.com/7.x/initials/svg?seed=Zerdust',
|
|
116
|
+
banner: 'https://images.unsplash.com/photo-1495474472287-4d71bcdd2085?w=1200&h=400',
|
|
117
|
+
products: [
|
|
118
|
+
new StationProduct({ id: 'p1', name: 'Americano', price: 65, category: 'Kahve' }),
|
|
119
|
+
new StationProduct({ id: 'p3', name: 'Oyuncu Burger', price: 185, category: 'Yemek', isDeal: true, discountRate: '%15' }),
|
|
120
|
+
],
|
|
121
|
+
coupons: [
|
|
122
|
+
new StationCoupon({ code: 'ARMOYU10', discount: '%10', expiryDate: '01.01.2027', description: 'Tüm kahvelerde geçerli!' })
|
|
123
|
+
]
|
|
124
|
+
}),
|
|
125
|
+
new Station({
|
|
126
|
+
id: '2',
|
|
127
|
+
name: 'ARMOYU Elite Gaming Center',
|
|
128
|
+
slug: 'armoyu-elite-gaming',
|
|
129
|
+
type: 'INTERNET_KAFE',
|
|
130
|
+
description: 'En son teknoloji PCler ve profesyonel ekipmanlar.',
|
|
131
|
+
location: 'Kadıköy, İstanbul',
|
|
132
|
+
rating: 4.9,
|
|
133
|
+
reviewCount: 842,
|
|
134
|
+
logo: 'https://api.dicebear.com/7.x/initials/svg?seed=ARMOYU',
|
|
135
|
+
banner: 'https://images.unsplash.com/photo-1542751110-97427bbecf20?w=1200&h=400',
|
|
136
|
+
equipment: [
|
|
137
|
+
new WorkstationEquipment({
|
|
138
|
+
id: 'eq1',
|
|
139
|
+
name: 'VIP Streaming Odası',
|
|
140
|
+
cpu: 'Intel Core i9-14900K',
|
|
141
|
+
gpu: 'NVIDIA RTX 4090',
|
|
142
|
+
ram: '64GB DDR5',
|
|
143
|
+
monitor: 'ASUS ROG 540Hz'
|
|
144
|
+
})
|
|
145
|
+
],
|
|
146
|
+
pricing: [
|
|
147
|
+
{ label: 'Saati', price: 35, unit: 'saat' }
|
|
148
|
+
]
|
|
149
|
+
}),
|
|
150
|
+
new Station({
|
|
151
|
+
id: '3',
|
|
152
|
+
name: 'Arena Halı Saha',
|
|
153
|
+
slug: 'arena-hali-saha',
|
|
154
|
+
type: 'HALI_SAHA',
|
|
155
|
+
description: 'Yapay çim, duş imkanı ve kantin.',
|
|
156
|
+
location: 'Şişli, İstanbul',
|
|
157
|
+
rating: 4.5,
|
|
158
|
+
reviewCount: 215,
|
|
159
|
+
logo: 'https://api.dicebear.com/7.x/initials/svg?seed=Arena',
|
|
160
|
+
banner: 'https://images.unsplash.com/photo-1529900903114-93da367104e7?w=1200&h=400',
|
|
161
|
+
facilities: ['Otopark', 'Duş', 'Kantin'],
|
|
162
|
+
pricing: [
|
|
163
|
+
{ label: 'Gündüz (1 Saat)', price: 800, unit: 'seans' }
|
|
164
|
+
]
|
|
165
|
+
})
|
|
166
|
+
];
|
|
167
167
|
//# sourceMappingURL=stationData.js.map
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { Survey } from '@armoyu/core';
|
|
2
|
-
export declare const MOCK_SURVEYS_DATA: (userList: any[]) => Survey[];
|
|
1
|
+
import { Survey } from '@armoyu/core';
|
|
2
|
+
export declare const MOCK_SURVEYS_DATA: (userList: any[]) => Survey[];
|
|
3
3
|
//# sourceMappingURL=surveyData.d.ts.map
|
|
@@ -1,50 +1,50 @@
|
|
|
1
|
-
import { Survey, SurveyAnswer } from '@armoyu/core';
|
|
2
|
-
// Assuming we need userList from seedData, but let's define some IDs locally
|
|
3
|
-
// to avoid circular dependencies if we move it.
|
|
4
|
-
// For now, let's just use the existing author objects from what we know.
|
|
5
|
-
export const MOCK_SURVEYS_DATA = (userList) => [
|
|
6
|
-
new Survey({
|
|
7
|
-
id: 's1',
|
|
8
|
-
question: 'Bir sonraki turnuva hangi oyunda olmalı?',
|
|
9
|
-
description: 'Topluluk haftalık turnuvaları için oyun seçimi yapıyoruz. Oyununuzu kullanın!',
|
|
10
|
-
createdAt: '2 gün önce',
|
|
11
|
-
expiresAt: '2024-05-10',
|
|
12
|
-
author: userList[0],
|
|
13
|
-
options: [
|
|
14
|
-
new SurveyAnswer({ id: 'o1', text: 'Counter-Strike 2', votes: 145 }),
|
|
15
|
-
new SurveyAnswer({ id: 'o2', text: 'League of Legends', votes: 89 }),
|
|
16
|
-
new SurveyAnswer({ id: 'o3', text: 'Valorant', votes: 210 }),
|
|
17
|
-
new SurveyAnswer({ id: 'o4', text: 'Rocket League', votes: 42 }),
|
|
18
|
-
],
|
|
19
|
-
hasVoted: true,
|
|
20
|
-
myVoteId: 'o3'
|
|
21
|
-
}),
|
|
22
|
-
new Survey({
|
|
23
|
-
id: 's2',
|
|
24
|
-
question: 'ARMOYU V3 tasarımı hakkında ne düşünüyorsunuz?',
|
|
25
|
-
description: 'Yeni nesil arayüzümüz hakkındaki görüşleriniz bizim için çok değerli. Lütfen puan verin!',
|
|
26
|
-
createdAt: '5 saat önce',
|
|
27
|
-
author: userList[0],
|
|
28
|
-
options: [
|
|
29
|
-
new SurveyAnswer({ id: 'o1', text: 'Mükemmel, çok modern!', votes: 450 }),
|
|
30
|
-
new SurveyAnswer({ id: 'o2', text: 'Güzel ama gelişmesi gereken yerler var.', votes: 65 }),
|
|
31
|
-
new SurveyAnswer({ id: 'o3', text: 'Eskisi daha iyiydi.', votes: 12 }),
|
|
32
|
-
],
|
|
33
|
-
hasVoted: false
|
|
34
|
-
}),
|
|
35
|
-
new Survey({
|
|
36
|
-
id: 's3',
|
|
37
|
-
question: 'Yazılım ekibimize yeni üyeler katılmalı mı?',
|
|
38
|
-
description: 'Genişleyen projelerimiz için yeni yetenekler arıyoruz.',
|
|
39
|
-
createdAt: '1 gün önce',
|
|
40
|
-
expiresAt: '2024-04-30',
|
|
41
|
-
author: userList[1],
|
|
42
|
-
options: [
|
|
43
|
-
new SurveyAnswer({ id: 'o1', text: 'Evet, daha hızlı ilerleriz.', votes: 210 }),
|
|
44
|
-
new SurveyAnswer({ id: 'o2', text: 'Hayır, şu anki ekip yeterli.', votes: 45 }),
|
|
45
|
-
],
|
|
46
|
-
hasVoted: true,
|
|
47
|
-
myVoteId: 'o1'
|
|
48
|
-
})
|
|
49
|
-
];
|
|
1
|
+
import { Survey, SurveyAnswer } from '@armoyu/core';
|
|
2
|
+
// Assuming we need userList from seedData, but let's define some IDs locally
|
|
3
|
+
// to avoid circular dependencies if we move it.
|
|
4
|
+
// For now, let's just use the existing author objects from what we know.
|
|
5
|
+
export const MOCK_SURVEYS_DATA = (userList) => [
|
|
6
|
+
new Survey({
|
|
7
|
+
id: 's1',
|
|
8
|
+
question: 'Bir sonraki turnuva hangi oyunda olmalı?',
|
|
9
|
+
description: 'Topluluk haftalık turnuvaları için oyun seçimi yapıyoruz. Oyununuzu kullanın!',
|
|
10
|
+
createdAt: '2 gün önce',
|
|
11
|
+
expiresAt: '2024-05-10',
|
|
12
|
+
author: userList[0],
|
|
13
|
+
options: [
|
|
14
|
+
new SurveyAnswer({ id: 'o1', text: 'Counter-Strike 2', votes: 145 }),
|
|
15
|
+
new SurveyAnswer({ id: 'o2', text: 'League of Legends', votes: 89 }),
|
|
16
|
+
new SurveyAnswer({ id: 'o3', text: 'Valorant', votes: 210 }),
|
|
17
|
+
new SurveyAnswer({ id: 'o4', text: 'Rocket League', votes: 42 }),
|
|
18
|
+
],
|
|
19
|
+
hasVoted: true,
|
|
20
|
+
myVoteId: 'o3'
|
|
21
|
+
}),
|
|
22
|
+
new Survey({
|
|
23
|
+
id: 's2',
|
|
24
|
+
question: 'ARMOYU V3 tasarımı hakkında ne düşünüyorsunuz?',
|
|
25
|
+
description: 'Yeni nesil arayüzümüz hakkındaki görüşleriniz bizim için çok değerli. Lütfen puan verin!',
|
|
26
|
+
createdAt: '5 saat önce',
|
|
27
|
+
author: userList[0],
|
|
28
|
+
options: [
|
|
29
|
+
new SurveyAnswer({ id: 'o1', text: 'Mükemmel, çok modern!', votes: 450 }),
|
|
30
|
+
new SurveyAnswer({ id: 'o2', text: 'Güzel ama gelişmesi gereken yerler var.', votes: 65 }),
|
|
31
|
+
new SurveyAnswer({ id: 'o3', text: 'Eskisi daha iyiydi.', votes: 12 }),
|
|
32
|
+
],
|
|
33
|
+
hasVoted: false
|
|
34
|
+
}),
|
|
35
|
+
new Survey({
|
|
36
|
+
id: 's3',
|
|
37
|
+
question: 'Yazılım ekibimize yeni üyeler katılmalı mı?',
|
|
38
|
+
description: 'Genişleyen projelerimiz için yeni yetenekler arıyoruz.',
|
|
39
|
+
createdAt: '1 gün önce',
|
|
40
|
+
expiresAt: '2024-04-30',
|
|
41
|
+
author: userList[1],
|
|
42
|
+
options: [
|
|
43
|
+
new SurveyAnswer({ id: 'o1', text: 'Evet, daha hızlı ilerleriz.', votes: 210 }),
|
|
44
|
+
new SurveyAnswer({ id: 'o2', text: 'Hayır, şu anki ekip yeterli.', votes: 45 }),
|
|
45
|
+
],
|
|
46
|
+
hasVoted: true,
|
|
47
|
+
myVoteId: 'o1'
|
|
48
|
+
})
|
|
49
|
+
];
|
|
50
50
|
//# sourceMappingURL=surveyData.js.map
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { Team } from '@armoyu/core';
|
|
2
|
-
/**
|
|
3
|
-
* Super League Teams Data
|
|
4
|
-
*/
|
|
5
|
-
export declare const SUPER_LEAGUE_TEAMS: Team[];
|
|
6
|
-
/**
|
|
7
|
-
* Zodiac Signs Data
|
|
8
|
-
*/
|
|
9
|
-
export declare const ZODIAC_SIGNS: {
|
|
10
|
-
name: string;
|
|
11
|
-
icon: string;
|
|
12
|
-
}[];
|
|
1
|
+
import { Team } from '@armoyu/core';
|
|
2
|
+
/**
|
|
3
|
+
* Super League Teams Data
|
|
4
|
+
*/
|
|
5
|
+
export declare const SUPER_LEAGUE_TEAMS: Team[];
|
|
6
|
+
/**
|
|
7
|
+
* Zodiac Signs Data
|
|
8
|
+
*/
|
|
9
|
+
export declare const ZODIAC_SIGNS: {
|
|
10
|
+
name: string;
|
|
11
|
+
icon: string;
|
|
12
|
+
}[];
|
|
13
13
|
//# sourceMappingURL=teamData.d.ts.map
|