Showing documents for System, Database Schema and Detailed Design
-
DSD: Database Schema Design: Development Team document.
Status: Placeholder: for later development Since this application involves a database, a separate document is required to outline the database schema, relationships, and data storage details. Often the discipline underlying RDB schema design and the processes they are intended to support uncovers additional attributes, relations, meanings and processes. we should expect that this part of…
-
DDD: Detailed Design Document: Development Team document.
Status: Placeholder: For later development This document provides a more detailed view of the system design, specifying how each component or module will be implemented. It includes details like algorithms, data structures, and interfaces. This Link describes a single SDD/DDD scope – currently we are splitting it but both docs will contain similar headings, where…
-
SDD: System Design Description: Development Team document.
Status: Placeholder: For later development This document describes the high-level system architecture, including components, modules, data flow, and interaction between different parts of the system. This is a placeholder document at the moment. It’s not on the critical path yet but will include probaby a quite well established basic architecture for web applications, backups, scurity…