NittanyLions42 / wellnessbuddy

This Android app provides activity suggestions based on weather for students and faculty. It uses zip code for forecasts, features distinct interfaces, and employs a hybrid MVC-CS architecture with efficient data management, streamlined with Github Actions for development.
0 stars 1 forks source link

Add Mock Weather Data and DataModel #43

Closed emilyyankan closed 10 months ago

emilyyankan commented 10 months ago

Mock weather data will be used for unit tests. Data Models can be found in LocationResponse and ForecastResponsedata class, these two data classes will be used to deserialize back to Kotlin Objects. Read KDoc (Kotlin Doc) for more info.

Fixes https://github.com/NittanyLions42/Viltvodle-VI/issues/15