Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

használhatósági hibák jelezve #20

Merged
merged 1 commit into from
May 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added doc/img.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/img_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/img_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/img_3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/img_4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/img_5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/img_6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/img_7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/img_8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/img_9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
61 changes: 61 additions & 0 deletions doc/usability.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
# Nem funkcionális jellemzők - használhatóság

## Lépéslehetőségek

- Túl sok gomb, könnyen összezavarodhat a felhasználó.
- Ikonok a szöveg mellé a könnyű felismerhetőség érdekében.
- Abszolút pozícionálás, a gombok nem reszponzívak.

![img_1.png](img_1.png)

## Információk

- A számok elhelyezése nem konzisztens. (pl. a számlálók)
- Nincs hierarchia a cím és az adatok között.
- Elválasztóvonal hiánya a különböző információk között.

![img_2.png](img_2.png)

## Játéktér

- Nem egyértelmű, hogy a felhasználó a csapaton belül melyik karaktert mozagtja.
- Karakterek kitakarják a pályaelemek neveit.
- Színek nem kontrasztosak, nehezen elkülöníthetőek.

![img_3.png](img_3.png)

## Lépés-menü

- Nehézkes a pályaelemek közötti váltás.
- Az enter nem működik, muszáj az 'OK' gombra kattintani.
- A dialógusablak kitakarja a pályát, adott esetben pont a releváns részt.
- Nincs jelezve, hogy a szerelő karakter melyik csövet tartja a kezében.

![img_4.png](img_4.png) ![img_5.png](img_5.png)

## Hibás kattintások

- Ha olyan lépést választunk, amit az adott pályaelemen az adott karakter nem tud, hibaüzenetet kapunk.
- Jobb lenne, ha egyáltalán nem lehetne a gombra kattintani.

![img_6.png](img_6.png)

## Beállítások

- Nem kell külön dialógusablak, a főablakban elférnek a beállítások.

![img_7.png](img_7.png)

## Cső mozgatása

- Nem egyértelmű, hogy melyik cső hova vezet.
- A jobb oldalon nem jelzi, hogy melyik csövet tartja kezében a karakter.

![img_8.png](img_8.png)

## Folyásirány beállítása

- Kimeneti irány 2??? Hol a kimeneti irány 1???
- "choose flow direction" most akkor angol vagy magyar?

![img_9.png](img_9.png)
Loading