You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We used to already have this in the last version of Noodle before the re-write, but we want to show weather data for the user, if they allow the browser their location info.
Idea behind this comes from the thinking that Noodle's main dashboard page could be used as the first point of visit from the user in the morning before heading off to lectures, to see what they have going on for the day, what they need to accomplish, and while they're at it also see how the weather is going to be to for example take an umbrella with them or not (UK struggles lmao).
In the current state of the project, it would be here:
Caching of the data, we probably only need to fetch the weather data and utilise it from a redis cache until the end of the day, where it expires and then next fetch is actually made.
What if the user declines to give Noodle their location data? We should not render any weather information then, just the date.
The text was updated successfully, but these errors were encountered:
We used to already have this in the last version of Noodle before the re-write, but we want to show weather data for the user, if they allow the browser their location info.
Idea behind this comes from the thinking that Noodle's main dashboard page could be used as the first point of visit from the user in the morning before heading off to lectures, to see what they have going on for the day, what they need to accomplish, and while they're at it also see how the weather is going to be to for example take an umbrella with them or not (UK struggles lmao).
In the current state of the project, it would be here:
Things to consider:
The text was updated successfully, but these errors were encountered: