Skip to content
This repository has been archived by the owner on Feb 13, 2021. It is now read-only.

Releases: langbein-daniel/wahlzeit

adap-cw-11

01 Feb 11:15
Compare
Choose a tag to compare
Document Photo object creation

adap-cw-10

25 Jan 10:38
Compare
Choose a tag to compare
persistend LandscapeIds; add Test Cases

adap-cw-09

18 Jan 11:47
Compare
Choose a tag to compare
Annotate design patterns

adap-cw-08

09 Jan 20:42
Compare
Choose a tag to compare
make use of shared objects

adap-cw-07

21 Dec 11:46
Compare
Choose a tag to compare
improve: getCentralAngle postcondition

adap-cw-06

14 Dec 11:12
Compare
Choose a tag to compare
design-by-contract: Improve method annotations

adap-cw-05

06 Dec 22:12
Compare
Choose a tag to compare
minor changes

adap-cw-04

30 Nov 11:56
Compare
Choose a tag to compare
AbstractCoordinate and it's implementations

adap-cw-03

23 Nov 11:53
Compare
Choose a tag to compare
add LandscapePhoto, LandscapePhotoManager, LandscapePhotoFactory; use…

changes of week 2

16 Nov 11:44
Compare
Choose a tag to compare
add Location to Photo

A Location (Location.java) consists of three Cartesian Coordinates (Coordinate.java). New Photos have a default Location. The location of a photo is persistent (it is stored in the database).
The CreateTables.sql script was extended to contain three double precision numbers in the photos table for storage of the coordinates.