DSDM Pratical - mel2134/AgiilsedArendusmetoodikad GitHub Wiki
Pre-Project
Goal: To create a simple weather site Need: People want a simple and clear site to see current weather based on their location Value: Increases user awereness of weather conditions
Feasibility and Foundations
Html, CSS and JS only so no need for backend
The user clicks a button -> we get the data from an open api -> we display the data we got from the api
The site should have a button and a way to get the weather data
Phase 1
To create a simple weather app that can get weather based on user input, like a city name
The value of the site is that people can get correct weather data based on the city they live in
The site features a button and a textbox, the user can just input the city they live in and then they can click the button to get the cities current weather conditions, like clouds and the temperature
Phase 2
MVP:
Frontpage with a button
Weather api fetching
Restrictions:
Apis might not be open and would need signing up
Time, the project shouldnt take 4 weeks to complete
Resources:
1 developer
MoSCoW
Must have:
Frontpage with a button
Weather api fetching
Should have:
A textbox where you can input your current location
Backup api when the first one fails
Could have:
Geolocation
Wont have:
Super precise weather data