Software Engineering Project from SENG302 in University of Canterbury
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
fjc40
bbbb1f2eb0
Renamed sharedModel module to racevisionGame - this is intended to be our single module program.
...
Moved Boat/MockBoat/VisualiserBoat into it.
Moved Polars, polarParser, VMG, and polar exception.
Moved the networking stuff into it.
Moved angle, azimuth, bearing into it.
Moved gpscoordinate into it.
Moved mark/compoundMark into it.
Moved leg into it.
Moved trackpoint into it.
9 years ago
.idea
Removed breaking dependency and made it so app doesn't need the breaking dependency any more.
9 years ago
mock
Fixed JavaDoc, spelling errors, and redundant classes
9 years ago
network
Fixed JavaDoc, spelling errors, and redundant classes
9 years ago
racevisionGame
Renamed sharedModel module to racevisionGame - this is intended to be our single module program.
9 years ago
visualiser
Spelling errors fixed.
9 years ago
.gitignore
Just trying to fix my ide
9 years ago
.gitlab-ci.yml
Adding a parameter to test command to debug missing library
9 years ago
.mailmap
Added myself to the .mailmap file.
9 years ago
README.md
Moved CI runner set-up instructions to student guide.
9 years ago
pom.xml
Moved several classes from seng302.model to its own module - sharedModel (this is supposed to contain any shared data model code between mock and visualiser). Specifically, Regatta, Boat, BoatInRace, Constants, GPSCoordinate, Leg, Marker.
9 years ago
SENG302 Project Template
Basic Maven project with required Maven reporting setup and basic GitLab CI.
It is a requirement that your product should be completely built to a deliverable form using the Maven package goal.
Remember to set up your GitLab CI server (refer to the student guide for instructions).
Basic Project Structure
src/ Your application source
doc/ User and design documentation
doc/examples/ Demo example files for use with your application