-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #80 from filips123/frontend-additions
Frontend additions
- Loading branch information
Showing
8 changed files
with
198 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
name: Napaka v podatkih | ||
description: Napišite poročilo o napaki v podatkih. | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Hvala, ker ste si vzeli čas za izpolnitev tega poročila! | ||
- type: dropdown | ||
id: datatype | ||
attributes: | ||
label: Vrsta podatka | ||
description: Pri katerem podatku, se je pojavila napaka? | ||
options: | ||
- Urnik | ||
- Jedilniki | ||
- Okrožnice | ||
- Nadomeščanja | ||
- Razporedi kosil | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: viewtype | ||
attributes: | ||
label: Vrsta pogleda | ||
description: Pri katerem pogledu, se je pojavila napaka? | ||
options: | ||
- Razred | ||
- Profesor | ||
- Učilnica | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: error | ||
attributes: | ||
label: Opis napake | ||
description: Kolikor vam je mogoče podrobno opisati napako. | ||
placeholder: npr. Namesto geografije 3. uro je bila napisana 4. uro | ||
validations: | ||
required: true | ||
- type: input | ||
id: date | ||
attributes: | ||
label: Datum | ||
description: Vpišite datum, ko se je zgodila napaka (dd. mm. yyyy) | ||
placeholder: npr. 29. 12. 2023 | ||
validations: | ||
required: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
name: Prošnja za funkcijo | ||
description: Napišite izboljšavo obstoječih funkcij ali novo funkcijo | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Hvala, ker ste si vzeli čas za izpolnitev tega poročila! | ||
- type: textarea | ||
id: idea | ||
attributes: | ||
label: Vaša zamisel | ||
description: V nekaj stavkih opišite svojo zamisel. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: whatfor | ||
attributes: | ||
label: Problem, ki ga reši | ||
description: Kakšen problem bi rešila vaša zamisel? | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: other | ||
attributes: | ||
label: Slike vaše zamisli | ||
description: Kako bi izgledala vaša zamisel? Kako rešijo to druge aplikacije? | ||
validations: | ||
required: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
name: Napaka v delovanju | ||
description: Napišite poročilo o napaki v delovanju. | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Hvala, ker ste si vzeli čas za izpolnitev tega poročila! | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Opis napake | ||
description: Kolikor vam je mogoče podrobno opisati napako. | ||
validations: | ||
required: true | ||
- type: input | ||
id: os | ||
attributes: | ||
label: Operacijski sistem | ||
description: V katerem operacijskem sistemu se pojavlja ta napaka (po možnosti z verzijo)? | ||
placeholder: Android 13, iOS 16, Windows 11 itd. | ||
validations: | ||
required: true | ||
- type: input | ||
id: browser | ||
attributes: | ||
label: Brskalnik | ||
description: V katerem brskalniku se pojavlja ta napaka? | ||
placeholder: Chrome, Safari, Firefox itd. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: screenshot | ||
attributes: | ||
label: Posnetek zaslona telefona/računalnika | ||
description: V primeru, če imate vizualne napake, lahko tu prilepite svoj posnetek zaslona. | ||
placeholder: Kliknite v to besedilno polje in prilepite svoj posnetek zaslona. | ||
validations: | ||
required: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
<template> | ||
<v-card width="35rem"> | ||
<v-toolbar class="text-uppercase" color="#009300" dark> | ||
O aplikaciji | ||
</v-toolbar> | ||
|
||
<v-card-text class="text--primary"> | ||
<p> | ||
Aplikacija GimVič prikazuje urnik, nadomeščanja, jedilnik ter razpored kosila za dijake in profesorje Gimnazije Vič. | ||
</p> | ||
<p> | ||
Aplikacija je neuradna in lahko vsebuje nepopolne ali napačne podatke. Za ogled uradnih podatkov uporabite | ||
<a class="text-decoration-none" href="https://ucilnica.gimvic.org/">Spletno učilnico Gimnazije Vič</a>. | ||
</p> | ||
<p> | ||
V <a class="text-decoration-none" href="https://github.com/filips123/GimVicUrnik/wiki">dokumentaciji projekta</a> | ||
so dostopna navodila za namestitev in uporabo. | ||
</p> | ||
<p> | ||
Aplikacija zbira omejene podatke o brskalniku in uporabi za namene odpravljanja napak in izboljšanja učinkovitosti. | ||
Podatki se ne uporabljajo za identfikacijo uporabnikov, oglaševanje ali druge namene. | ||
</p> | ||
<p> | ||
Razvijalci: | ||
<ul> | ||
<li>Filip Štamcar</li> | ||
<li>Jakob Kralj</li> | ||
<li>Peter Jereb</li> | ||
</ul> | ||
</p> | ||
<p> | ||
Če ste odkrili napako v aplikaciji ali morda želite ponuditi povratne informacije, lahko to naredite na | ||
<a class="text-decoration-none" href="https://github.com/filips123/GimVicUrnik/issues/new/choose">uradnem repozitoriju</a>. | ||
</p> | ||
</v-card-text> | ||
|
||
<v-card-actions class="justify-end"> | ||
<v-btn color="green" text v-on:click=closeDialog>V redu</v-btn> | ||
</v-card-actions> | ||
</v-card> | ||
</template> | ||
|
||
<script lang="ts"> | ||
import { Component, Vue } from 'vue-property-decorator' | ||
@Component | ||
export default class About extends Vue { | ||
closeDialog (): void { | ||
this.$emit('closeDialog') | ||
} | ||
} | ||
</script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters