Skip to content

Architectural Design

Chiara Goncalves edited this page Oct 24, 2022 · 3 revisions

About

This document acts as a visual representation of the thought process of our team deciding on the architectural pattern for mapping out game reserves using aerial photographs. It begins with the strategy that we used to tackle the problem, followed by the list of the patterns we made use of, the quality requirements that assisted in the decision on the patterns, the architectural constraints that these patterns raise and finally the technologies that we have decided to implement our system


Architectural Styles

The Architecture will follow an amalgamation of:

  1. Multi-tier architecture
  2. Model View Controller Architecture
  3. Event-driven Architecture
  4. Client Server Architecture
  5. REST Architecture

Architectural Diagram

Architectural Diagram

Documentation Links

All previous versions of our Architectural Design Specification documents can be found below:

Version 1

Version 2

Version 3