Skip to content

SRS & Architectural Requirements

Dharshan Pillay edited this page Oct 23, 2023 · 1 revision

Architectural Documentation

Architectural Document

SRS Documentation

SRS Document

Design Patterns

  1. The Facade Pattern

Facade is used in our microservices, providing a simplified interface to a larger body of code. This makes our system easier to use, test, and manage. The façade is the gateway API in our system.

  1. The State pattern
  • The State pattern, implemented in our MVC structure, allows an object to alter its behaviour when its internal state changes, leading to cleaner code and more flexible logic.