This commit is contained in:
@ -7,19 +7,19 @@ const baseContent = '<p>I am testing data, I am testing data.</p><p><img src="ht
|
||||
const image_uri = 'https://wpimg.wallstcn.com/e4558086-631c-425c-9430-56ffb46e70b3'
|
||||
const titles = [
|
||||
'Special Coffee ☕️☕️☕️',
|
||||
'VR Experience im Vrei',
|
||||
'VR Experience im Vrei',
|
||||
'VR Experience im Vrei',
|
||||
'VR Experience im Vrei',
|
||||
'VR Experience im Vrei',
|
||||
'VR Experience im Vrei',
|
||||
'VR Experience im Vrei',
|
||||
'VR Experience im Vrei',
|
||||
'VR Experience im Vrei'
|
||||
'1x Obstkorb',
|
||||
'5€ Rewe Gutschein',
|
||||
'10€ Cafeteria Gutschein',
|
||||
'10€ Sodexo Getschein',
|
||||
'1x Massage im Firmenspa',
|
||||
'1 Tag Sprachkurs English',
|
||||
'1x Fitnesscenter',
|
||||
'1x VR Experience im Vrei',
|
||||
'1x Urlaubstag'
|
||||
]
|
||||
for (let i = 0; i < count; i++) {
|
||||
List.push(Mock.mock({
|
||||
id: i * 5 + 5,
|
||||
id: i * 5 + 20,
|
||||
timestamp: new Date().setDate(20),
|
||||
author: '@first',
|
||||
reviewer: '@first',
|
||||
|
12
mock/user.js
12
mock/user.js
@ -14,15 +14,15 @@ const tokens = {
|
||||
const users = {
|
||||
'admin-token': {
|
||||
roles: ['admin'],
|
||||
introduction: 'Projektmanager bei RedBull',
|
||||
avatar: 'https://wpimg.wallstcn.com/f778738c-e4f8-4870-b634-56703b4acafe.gif',
|
||||
name: 'Julia Krammer'
|
||||
introduction: 'Projektmanager bei Styria',
|
||||
avatar: 'https://lbsfilm.at/media/pages/about/1056669128-1567191147/square-small.jpg',
|
||||
name: 'Lukas Bachschwell'
|
||||
},
|
||||
'editor-token': {
|
||||
roles: ['editor'],
|
||||
introduction: 'Backend Developer bei RedBull',
|
||||
avatar: 'https://lbsfilm.at/media/pages/about/1056669128-1567191147/square-small.jpg',
|
||||
name: 'Lukas Bachschwell'
|
||||
introduction: 'Manager bei Styria',
|
||||
avatar: 'https://www.fhstp.ac.at/en/about-us/staff-a-z/romer-wolfgang/@@images/8fbd0752-ed91-4cb0-8c9f-b4a3da187763.jpeg',
|
||||
name: 'Wolfgang Röemer'
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user