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

Start Match scherm front-end #11

Closed
3 tasks done
Kbloowit1 opened this issue Sep 14, 2020 · 3 comments · Fixed by #44
Closed
3 tasks done

Start Match scherm front-end #11

Kbloowit1 opened this issue Sep 14, 2020 · 3 comments · Fixed by #44
Assignees
Labels
Feature New feature or request XAML Mostly front end stuff
Milestone

Comments

@Kbloowit1
Copy link
Collaborator

Kbloowit1 commented Sep 14, 2020

Omschrijving

Huidige werking:

Op het moment is er geen mogelijkheid om namen van spelers en het aantal sets en legs in te vullen.

Verwachte werking:
Er wordt een scherm gemaakt met de volgende componenten:

  • Inputboxes voor de namen van de spelers.
  • Inputboxes voor het aantal legs en sets dat gespeeld gaat worden, die maximaal 2 cijfers accepteren.
  • Een submitknop voor het starten van de match met de ingevulde data.

Risico's

Laag risico, simpele UI implementatie.


Tests

Test 1 "Namen invullen"
Voorbereiding:

  • Start het scherm op.

Test:

  • Klik op de textbox voor het invullen van de namen.
  • Vul text in.

Geslaagd als:

  • De text zichtbaar is voor de gebruiker.

Test 2 "Sets invullen"
Voorbereiding:

  • Start het scherm op.

Test:

  • Klik op de textbox voor het invullen van het aantal sets.
  • Vul een getal in.

Geslaagd als:

  • Het getal zichtbaar is voor de gebruiker.

Test 3 "Sets textbox accepteert foutieve character input niet"

Voorbereiding:

  • Start het scherm op.

Test:

  • Klik op de textbox voor het invullen van het aantal sets.
  • Vul een iets anders dan een getal in.

Geslaagd als:

  • De characters niet worden geaccepteerd in de textbox.

Test 4 "Legs invullen"

Voorbereiding:

  • Start het scherm op.

Test:

  • Klik op de textbox voor het invullen van het aantal legs.
  • Vul een getal in.

Geslaagd als:

  • Het getal zichtbaar is voor de gebruiker.

Test 5 "Legs textbox accepteert foutieve character input niet"

Voorbereiding:

  • Start het scherm op.

Test:

  • Klik op de textbox voor het invullen van het aantal legs.
  • Vul een iets anders dan een getal in.

Geslaagd als:

  • De characters niet worden geaccepteerd in de textbox.
@Kbloowit1 Kbloowit1 added Feature New feature or request XAML Mostly front end stuff labels Sep 14, 2020
@Kbloowit1 Kbloowit1 changed the title Matchscherm front-end Start Match scherm front-end Sep 14, 2020
@Kbloowit1 Kbloowit1 added the 2 label Sep 21, 2020
@demistedehouder
Copy link
Collaborator

demistedehouder commented Sep 23, 2020

Knop voor overzicht gespeelde matches / spelers toevoegen?
Zodat hier direct naar genavigeerd kan worden (makkelijk voor gebruiker)

@maartenvdmeulen maartenvdmeulen added this to the Sprint 2 milestone Sep 28, 2020
@snellejelle99 snellejelle99 removed this from the Sprint 2 milestone Sep 28, 2020
@maartenvdmeulen maartenvdmeulen added this to the Sprint 2 milestone Sep 28, 2020
@snellejelle99 snellejelle99 removed the 2 label Sep 28, 2020
@demistedehouder demistedehouder linked a pull request Sep 28, 2020 that will close this issue
SwenvdWijngaard added a commit that referenced this issue Sep 28, 2020
…_PlayerObject_Halen

Deleted backing store and Property for playerEnum attribute in Player.cs #11
@demistedehouder
Copy link
Collaborator

Moet een refactor in plaatsvinden aan de hand van MVVM pattern.

@demistedehouder
Copy link
Collaborator

Nu bezig met refactoren naar MVVM pattern

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature New feature or request XAML Mostly front end stuff
Projects
None yet
4 participants