CS 5744 - Project 1 - Pet Adoption and Medical Record System

CS 5744 - Project 1 - Pet Adoption and Medical Record System

    ›Design Rationale

    Introduction

    • Introduction

    Requirements Summary

    • Use Cases
    • Stakeholder Analysis
    • Requirements

    High-Level Design

    • System Architecture
    • File Storage Design
    • Database Design
    • REST API Design
    • Web Application Design
    • Requirement Traceability Matrix

    Design Rationale

    • System Architecture Rationale
    • Data Tier Rationale
    • REST API Design Rationale
    • Web Application Design Rationale
    • Final Thoughts

    Web Application Design Rationale

    By designing the application as a SPA and using react there are a few big benefits.

    • We can build and deploy the application to a CDN, which is an immediate boost in loading HTML, JS, and other resources.
    • React allows us to build the user-interface in small reusable modules.
    • A single programming language.

    The alternative to our design would be a more traditional web application where requests are sent to a server, where the pages are built and then sent back to the user. With an approach such as this we would either couple our frontend application with the REST API application or require additional resources to manage the full stack or possibly both. For these reasons, the SPA approach best suits our needs.

    ← REST API Design RationaleFinal Thoughts →
    Built with Docusaurus
    Copyright © 2019