piolad / chat-app

3 stars 1 forks source link

Document [weather-proxy] communication flows #7

Open piolad opened 5 months ago

piolad commented 5 months ago

As noted during the serious and important project meeting, we need to have the documentation of the flows (endpoints etc) of the weather-proxy

please refer to a chosen APIs for getting weather information at a geolocation in order to get info on what data will be needed in endpoints

image

As a reminder of the notes, the functionality we predict as of now is:

  1. checking the weather at the given location (think how the info about the location should be specified - this will determine how we use will keep such information inside the database)
  2. saving the data to active-sessions-db
  3. maybe some other functionality? let us know ur ideas

If you want, you may look at how I documented the browser-facade (in docs/browser-facade) or you can do it in your own style.