-
Notifications
You must be signed in to change notification settings - Fork 0
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
F13 nova funkcionalnost pretrazivanje pri dodavanju knjige #48
Merged
Conversation
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
…/tkipp24-projects-dmatijani-vlovric-dhegedusi-mmarkovin into 45-nova-funkcionalnost-f13
dmatijani
approved these changes
Jun 14, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Male napomene ili prijedlozi, ali sve u svemu, dobro je i kvalitetno napisano.
Software/E_Libra/IntegrationTesting/Nove funkcionalnosti/F13/AuthorService_intTest.cs
Show resolved
Hide resolved
mmarkoovin21
approved these changes
Jun 15, 2024
dhegedusi21
approved these changes
Jun 15, 2024
Software/E_Libra/UnitTesting/Nove funkcionalnosti/F13/AuthorService_Test.cs
Show resolved
Hide resolved
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Što je napravljeno
Zaposlenik knjižnice sada pri dodavanju nove knjige na
UcAddNewBook
ekranu ne mora ručno prolaziti kroz combo box element za žanr i autora knjige već može pretražiti autora i žanr što filtrira combo box preko kojega odabire iste. Funkcionalnost je testirana ručno, jediničnim testovima i integracijskim testovima.Kako radi
Koristi se
_TextChanged
ponašanje elementa TextBox u kojemu se prepoznaje kada zaposlenik unosi slova. Prvo se provjerava ima li unosa u slučaju da zaposlenik obriše sve što je unio, u tom slučaju se samo učitavaju svi autori ili svi žanrovi u ComboBox element. U slučaju da je prenesen znak ili znakovi, poziva se funkcija pripadajućeg servisa koja vraća sve zapise u pripadajućim tablicama koje sadrže uneseno. Vraćena lista se zatim koristi kao izvor podataka ComboBox elementu. Naravno, ovo se odvija svaki put kada se unese znak u TextBox. Primjer za žanr, ista je logika i kod autora:Testovi
Napisani su jedinični testovi i integracijski testovi za funkcionalnost, svi su testirani i prolaze, nalaze se u mapi "F13" u pripadajućim projektima: