Adds Tasks and images for draggame
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Lukas Bachschwell 2020-04-09 15:48:04 +02:00
parent 94cbbf8895
commit 50ad621f0e
Signed by: lbsadmin
GPG Key ID: CCC6AA87CC8DF425
8 changed files with 14 additions and 18 deletions

BIN
public/bussinesslady.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 210 KiB

BIN
public/coder.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

BIN
public/frontend.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

BIN
public/grafiks.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 121 KiB

BIN
public/joe.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 193 KiB

BIN
public/support.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 194 KiB

View File

@ -1,6 +1,6 @@
<template>
<div class="dashboard-container">
<button @click="open">Game</button>
<button v-if="false" @click="open">Game</button>
<component :is="currentRole" />
</div>
</template>

View File

@ -39,14 +39,16 @@ export default {
{
text: 'Aufgaben'
},
{ text: 'Frontend Developerin' },
{ text: 'Grafikerin' },
{ text: 'Frontend Developerin',
image: '/frontend.png' },
{ text: 'Support Techniker', image: '/support.png' },
{ text: 'Grafikerin', image: '/grafiks.png' },
{
text: 'Scrum Master',
image: '@/assets/joe.png'
image: '/bussinesslady.png'
},
{ text: 'Backend Developer' },
{ text: 'Support Techniker' }
{ text: 'Backend Developer', image: '/coder.png' }
],
blocks: [
{
@ -64,43 +66,37 @@ export default {
{
id: 3,
status: 'Aufgaben',
title: 'Task',
title: 'Neues Datenbankfeld',
text: '...'
},
{
id: 4,
status: 'Aufgaben',
title: 'Task',
title: 'Sprint 7 planen',
text: '...'
},
{
id: 5,
status: 'Aufgaben',
title: 'Task',
title: 'Neues Pitchdeck',
text: '...'
},
{
id: 6,
status: 'Aufgaben',
title: 'Task',
title: 'Kunde meldet Datenverlust',
text: '...'
},
{
id: 7,
status: 'Aufgaben',
title: 'Task',
title: 'Tippfehler in Produkt Übersetzung',
text: '...'
},
{
id: 8,
status: 'Aufgaben',
title: 'Task',
text: '...'
},
{
id: 9,
status: 'Aufgaben',
title: 'Task',
title: 'API Tests überprüfen',
text: '...'
}
]