Adds Tasks and images for draggame
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
94cbbf8895
commit
50ad621f0e
BIN
public/bussinesslady.png
Normal file
BIN
public/bussinesslady.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 210 KiB |
BIN
public/coder.png
Normal file
BIN
public/coder.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 61 KiB |
BIN
public/frontend.png
Normal file
BIN
public/frontend.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 35 KiB |
BIN
public/grafiks.png
Normal file
BIN
public/grafiks.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 121 KiB |
BIN
public/joe.png
Normal file
BIN
public/joe.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 193 KiB |
BIN
public/support.png
Normal file
BIN
public/support.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 194 KiB |
@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="dashboard-container">
|
<div class="dashboard-container">
|
||||||
<button @click="open">Game</button>
|
<button v-if="false" @click="open">Game</button>
|
||||||
<component :is="currentRole" />
|
<component :is="currentRole" />
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
@ -39,14 +39,16 @@ export default {
|
|||||||
{
|
{
|
||||||
text: 'Aufgaben'
|
text: 'Aufgaben'
|
||||||
},
|
},
|
||||||
{ text: 'Frontend Developerin' },
|
{ text: 'Frontend Developerin',
|
||||||
{ text: 'Grafikerin' },
|
image: '/frontend.png' },
|
||||||
|
{ text: 'Support Techniker', image: '/support.png' },
|
||||||
|
|
||||||
|
{ text: 'Grafikerin', image: '/grafiks.png' },
|
||||||
{
|
{
|
||||||
text: 'Scrum Master',
|
text: 'Scrum Master',
|
||||||
image: '@/assets/joe.png'
|
image: '/bussinesslady.png'
|
||||||
},
|
},
|
||||||
{ text: 'Backend Developer' },
|
{ text: 'Backend Developer', image: '/coder.png' }
|
||||||
{ text: 'Support Techniker' }
|
|
||||||
],
|
],
|
||||||
blocks: [
|
blocks: [
|
||||||
{
|
{
|
||||||
@ -64,43 +66,37 @@ export default {
|
|||||||
{
|
{
|
||||||
id: 3,
|
id: 3,
|
||||||
status: 'Aufgaben',
|
status: 'Aufgaben',
|
||||||
title: 'Task',
|
title: 'Neues Datenbankfeld',
|
||||||
text: '...'
|
text: '...'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 4,
|
id: 4,
|
||||||
status: 'Aufgaben',
|
status: 'Aufgaben',
|
||||||
title: 'Task',
|
title: 'Sprint 7 planen',
|
||||||
text: '...'
|
text: '...'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 5,
|
id: 5,
|
||||||
status: 'Aufgaben',
|
status: 'Aufgaben',
|
||||||
title: 'Task',
|
title: 'Neues Pitchdeck',
|
||||||
text: '...'
|
text: '...'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 6,
|
id: 6,
|
||||||
status: 'Aufgaben',
|
status: 'Aufgaben',
|
||||||
title: 'Task',
|
title: 'Kunde meldet Datenverlust',
|
||||||
text: '...'
|
text: '...'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 7,
|
id: 7,
|
||||||
status: 'Aufgaben',
|
status: 'Aufgaben',
|
||||||
title: 'Task',
|
title: 'Tippfehler in Produkt Übersetzung',
|
||||||
text: '...'
|
text: '...'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 8,
|
id: 8,
|
||||||
status: 'Aufgaben',
|
status: 'Aufgaben',
|
||||||
title: 'Task',
|
title: 'API Tests überprüfen',
|
||||||
text: '...'
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: 9,
|
|
||||||
status: 'Aufgaben',
|
|
||||||
title: 'Task',
|
|
||||||
text: '...'
|
text: '...'
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user