Skip to content

Releases: Ygnas/weathertop

Release 3.3

29 May 19:51
Compare
Choose a tag to compare

Cleaned the repo and updated readme.
And changed how the numbers are displayed

Release 3.2

27 May 08:30
Compare
Choose a tag to compare
v5.0.2

Prevent member from checking other member station

Release 3.1

25 May 20:11
6fe0732
Compare
Choose a tag to compare
Merge pull request #6 from Ygnas/release3

Release3.1

Release 3

24 May 12:46
Compare
Choose a tag to compare

This version includes all features in the previous release, plus 6 new capabilities

  1. Trends
  2. Date/Time stamp on each reading
  3. All Stations Summary
  4. Station/Reading delete support
  5. Deployed to the cloud
  6. Members can edit their personal details

Release 2

18 May 13:13
3eb17d4
Compare
Choose a tag to compare

This version includes all features in the previous release, plus 4 new capabilities

  1. User Accounts
  2. Location of Station
  3. Current Weather Icon
  4. Max/Min

Release 1

17 May 18:46
83b3355
Compare
Choose a tag to compare

This version includes all features in baseline, with one additional piece of data in the
reading for each station:

  • Wind Direction, number 0-360

For each station, the wind summary is to be expanded to include:

  • Wind Compass
  • Wind Chill

New Features

  1. Add Station
  2. Add Reading

Baseline

17 May 13:11
c6268cc
Compare
Choose a tag to compare

This version includes all features in Starter, with one additional piece of data in the
reading for each station:

  • Pressure (hPa) Number

The dashboard for the application presents, for each station, the Latest Weather at
that station. The latest weather is derived from the most recent (last) reading for the
station, and should contain:

  1. Station Name
  2. Weather conditions - code presented as a description
  3. Temp in both C & F
  4. Wind in Beaufort
  5. Pressure

Starter

17 May 12:20
dac0660
Compare
Choose a tag to compare

The application launches and reads a YAML file (.yml) of readings for a small number of
weather stations.
Each reading consists of:

  • Weather Code (number in range 100-800), integer
  • Temp (C) decimal
  • Wind Speed (kM/hr) decimal