I'll just run some tests for a while to see nothing crashes or anything.
[x] Can we give 2 secondary preferences in a single statement?
[ ] Can we give 2 secondary preferences one by one -> it usually reutrns null so the system repeats previous answer.
[x] try romantic and children. This souldnt return any restaurants. Now it goes to state 2 with saying that there are no such restaurants.
[x] After exhausting the restaurants, what happens when we get back to step 1. Is everything cleared properly?
[x] What happens when the user does not have a preference?
[x] After exhausting the restaurants, what happens if I ask for the zip code? -> it doesnt understand that zipcode is request, ir classifies as null but we cant do anything about it :)
[x] test touristic, assigned seats, children, romantic, all consequences.
[x] Can we give 2 secondary preferences in a single statement?
[ ] Can we give 2 secondary preferences one by one -> it usually reutrns null so the system repeats previous answer.
[x] try romantic and children. This souldnt return any restaurants. Now it goes to state 2 with saying that there are no such restaurants.
[x] After exhausting the restaurants, what happens when we get back to step 1. Is everything cleared properly?
[x] What happens when the user does not have a preference?
[x] After exhausting the restaurants, what happens if I ask for the zip code? -> it doesnt understand that zipcode is request, ir classifies as null but we cant do anything about it :)
[x] test touristic, assigned seats, children, romantic, all consequences.
I'll just run some tests for a while to see nothing crashes or anything.