Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 2.63 KB

project info.md

File metadata and controls

33 lines (20 loc) · 2.63 KB

PRJ2 - Airline Information System

The purpose of this repository is to document your project work.

Your group is responsible for the repository structure and content, but we created some template folders for you. You do not have to stick to this.

Documentation

Github documentation is part of the communication grade for project 2 (PRJ23). Therefore it is important to make sure to write proper documentation and to write that in a format that can be rendered by Github. Github supports a multitude of languages for this purpose, however you are only allowed to use:

Diagrams

In the AADE course you will learn how to develop diagrams with the use of Visual Paradigm. You are free to use this program also for the diagrams for project 2.

However Visual Paradigm creates binary files which don't play nice with version control systems (VCS) such as Git. We therefore also recommend to have a look at the following ways of creating diagrams, based on text files (which is what VCSs excel at).

Examples of these diagrams can be found in the design directory.

⚠️ Make sure there is always an image available of all diagrams (preferably as SVG)

Structure

  • Project Management - For all project management related artefacts, e.g. meetings outcomes, retrospectives, screenshots, minutes, planning.
  • Analysis - For all analysis artefacts
  • Design - For all design artefacts
  • Implementation - For the implementation of the Airline Information System