-
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 #104 from filips123/frontend-fixes
More fixes for the new frontend
- Loading branch information
Showing
7 changed files
with
67 additions
and
39 deletions.
There are no files selected for viewing
18 changes: 9 additions & 9 deletions
18
.github/ISSUE_TEMPLATE/malfunction.yaml → .github/ISSUE_TEMPLATE/bug_report.yaml
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 |
---|---|---|
@@ -1,38 +1,38 @@ | ||
name: Napaka v delovanju | ||
description: Napišite poročilo o napaki v delovanju. | ||
labels: ["bug"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Hvala, ker ste si vzeli čas za izpolnitev tega poročila! | ||
value: Hvala, ker ste si vzeli čas za izpolnjevanje tega poročila! | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Opis napake | ||
description: Kolikor vam je mogoče podrobno opisati napako. | ||
description: Čim bolj podrobno opišite napako, ki ste jo opazili. | ||
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. | ||
placeholder: npr. Android 14, iOS 17.6, 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. | ||
description: V katerem brskalniku se pojavlja ta napaka (po možnosti z verzijo)? | ||
placeholder: npr. Chrome 128, Firefox 130, Safari 17.6, 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. | ||
label: Posnetek zaslona | ||
description: V primeru, da imate vizualne napake, lahko tu prilepite svoj posnetek zaslona. | ||
placeholder: Kliknite v to besedilno polje in prilepite svoj posnetek zaslona. | ||
validations: | ||
required: false | ||
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 |
---|---|---|
@@ -1,47 +1,55 @@ | ||
name: Napaka v podatkih | ||
description: Napišite poročilo o napaki v podatkih. | ||
labels: ["bug"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Hvala, ker ste si vzeli čas za izpolnitev tega poročila! | ||
value: Hvala, ker ste si vzeli čas za izpolnjevanje tega poročila! | ||
- type: dropdown | ||
id: datatype | ||
attributes: | ||
label: Vrsta podatka | ||
description: Pri katerem podatku, se je pojavila napaka? | ||
description: Pri katerem podatku se je pojavila napaka? | ||
options: | ||
- Urnik | ||
- Jedilniki | ||
- Okrožnice | ||
- Nadomeščanja | ||
- Okrožnice | ||
- Jedilniki | ||
- Razporedi kosil | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: viewtype | ||
attributes: | ||
label: Vrsta pogleda | ||
description: Pri katerem pogledu, se je pojavila napaka? | ||
description: Pri katerem pogledu se je pojavila napaka? | ||
options: | ||
- Razred | ||
- Profesor | ||
- Učilnica | ||
validations: | ||
required: true | ||
required: false | ||
- type: input | ||
id: viewlist | ||
attributes: | ||
label: Ime pogleda | ||
description: Pri katerem pogledu se je pojavila napaka? | ||
placeholder: npr. 4A, MINF, MZGO | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: error | ||
id: description | ||
attributes: | ||
label: Opis napake | ||
description: Kolikor vam je mogoče podrobno opisati napako. | ||
placeholder: npr. Namesto geografije 3. uro je bila napisana 4. uro | ||
description: Čim bolj podrobno opišite napako, ki ste jo opazili. | ||
placeholder: npr. Namesto geografije 3. uro je bila napisana kemija. | ||
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 | ||
description: Vnesite datum, ko se je zgodila napaka (dd. mm. yyyy). | ||
placeholder: npr. 27. 5. 2024 | ||
validations: | ||
required: false | ||
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 |
---|---|---|
@@ -1,28 +1,28 @@ | ||
name: Prošnja za funkcijo | ||
description: Napišite izboljšavo obstoječih funkcij ali novo funkcijo | ||
description: Napišite predlog za izboljšavo obstoječih funkcij ali dodajanja novih. | ||
labels: ["enhancement"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Hvala, ker ste si vzeli čas za izpolnitev tega poročila! | ||
value: Hvala, ker ste si vzeli čas za izpolnjevanje tega poročila! | ||
- type: textarea | ||
id: idea | ||
id: description | ||
attributes: | ||
label: Vaša zamisel | ||
description: V nekaj stavkih opišite svojo zamisel. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: whatfor | ||
id: problem | ||
attributes: | ||
label: Problem, ki ga reši | ||
label: Rešen problem | ||
description: Kakšen problem bi rešila vaša zamisel? | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: other | ||
id: context | ||
attributes: | ||
label: Slike vaše zamisli | ||
description: Kako bi izgledala vaša zamisel? Kako rešijo to druge aplikacije? | ||
label: Več informacij | ||
description: Kako bi izgledala vaša zamisel? Kako to rešujejo druge aplikacije? | ||
validations: | ||
required: false | ||
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
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