Hold-Krykke / 3SemProject_FrontEnd

0 stars 0 forks source link

As a user I want to see clothing recommendations for a given city and date, so I know what to pack/wear #6

Closed Castau closed 4 years ago

Castau commented 4 years ago

Acceptance criteria

Given

When

Then

Happy case User is shown what clothes to wear

Bad case User is not shown what clothes to wear

TASKS

Maybe do this as Pair Programming?

Make sure to do this as Test Driven Development.

Make sure to get enough details from Benjamins group, so this is possible. Make the calls in the backend. So that we can do Test Driven Development.

Remember to document what you're doing with regards to TTD here:

https://docs.google.com/document/d/1Y4kdCV2-WIFiFYfp97N-HVaoYIC_wz4LtbFvke--aOM/edit#heading=h.s10xy514l4ai

https://ajuhlhansen.dk/WeatherCloud/api/weather/city/(cityname)/(yyyy)/(MM)/(dd) https://ajuhlhansen.dk/WeatherCloud/api/weather/city/(cityname)

MalteMagnussen commented 4 years ago

Buble

MalteMagnussen commented 4 years ago

Do it Test First

MalteMagnussen commented 4 years ago

So it turns out that "Clothing Recommendations" are "Funny Advice"

Example: "funnyAdvice":"Is it snow? ... is it rain? ... no, it's hail, so keep your head down or you might turn blind!"

After talking with Runi, we no longer think this justifies it's own User Story or Tab in the GUI.

The data is sent along with the normal endpoints, so no reason to do separate TTD etc for that.

Closing this issue for now.