Written by students who passed Immediately available after payment Read online or as PDF Wrong document? Swap it for free 4.6 TrustPilot
logo-home
Exam (elaborations)

Christopher Parrish Documentation Assignments; questions and answers, complete solution.

Rating
-
Sold
-
Pages
32
Grade
A+
Uploaded on
15-01-2026
Written in
2025/2026

Christopher Parrish Documentation Assignments; questions and answers, complete solution.

Institution
Christopher Parrish
Course
Christopher Parrish

Content preview

Christopher Parrish Documentation
Assignments; questions and answers,
complete solution.



Christopher Parrish Documentation Assignments - Set
2

Assignment 6: System Design Documentation

Question 1

Document a microservices architecture for a food delivery application with the
following services:

• Order Service (handles order creation, updates, status)
• Restaurant Service (manages restaurant info, menus)
• Delivery Service (coordinates delivery personnel)
• Payment Service (processes payments)
• Notification Service (sends emails/SMS)
• API Gateway (single entry point)

Include:

1. Sequence diagram for placing an order
2. Service contracts for Order Service API

, 3. Data flow description
4. Failure handling strategy

Answer:




1. Architecture Overview
text
┌─────────────────────────────────────────────────────────────────────┐
│ FOOD DELIVERY MICROSERVICES │
│ │
│ ┌─────────────┐ ┌─────────────┐ ┌─────────────┐ │
│ │ Mobile │ │ Web │ │ Restaurant │ │
│ │ App │────│ App │────│ Portal │ │
│ └─────────────┘ └─────────────┘ └─────────────┘ │
│ │ │
│ ┌──────▼──────┐ │
│ │ API Gateway │ │
│ │ (Kong/Ocelot)│ │
│ └──────┬──────┘ │
│ │ │
│ ┌──────────┬─────────┼─────────┬──────────┬──────────┐ │
│ ┌───▼──┐ ┌─────▼────┐┌──▼───┐┌────▼────┐┌─────▼────┐┌───▼──┐ │
│ │Order │ │Restaurant││Delivery││Payment ││Notification││Auth │ │
│ │Service│ │ Service ││Service ││Service ││ Service ││Service│ │
│ └──┬───┘ └─────────┘└────────┘└────────┘└──────────┘└──────┘ │
│ │ │ │ │ │ │
│ ┌──▼────────▼──────────▼─────────▼─────────▼──────────────┐ │
│ │ Message Queue (RabbitMQ/Kafka) │ │
│ └─────────────────────────────────────────────────────────┘ │
└─────────────────────────────────────────────────────────────────────┘

,2. Sequence Diagram: Order Placement




3. Order Service API Contract (OpenAPI 3.0)
yaml
openapi: 3.0.0
info:
title: Order Service API
version: 1.0.0
description: Handles order lifecycle for food delivery


paths:
/orders:
post:
summary: Create a new order
requestBody:
required: true
content:
application/json:
schema:
$ref: '#/components/schemas/CreateOrderRequest'
responses:
'201':
description: Order created successfully
content:
application/json:
schema:
$ref: '#/components/schemas/Order'
'400':
description: Invalid order data
'503':
description: Service temporarily unavailable


/orders/{orderId}:
get:

, summary: Get order details
parameters:
- name: orderId
in: path
required: true
schema:
type: string
format: uuid
responses:
'200':
description: Order details
content:
application/json:
schema:
$ref: '#/components/schemas/Order'


components:
schemas:
CreateOrderRequest:
type: object
required:
- customerId
- restaurantId
- items
- deliveryAddress
properties:
customerId:
type: string
format: uuid
restaurantId:
type: string
format: uuid
items:
type: array
items:
$ref: '#/components/schemas/OrderItem'
deliveryAddress:
$ref: '#/components/schemas/Address'
specialInstructions:

Written for

Institution
Christopher Parrish
Course
Christopher Parrish

Document information

Uploaded on
January 15, 2026
Number of pages
32
Written in
2025/2026
Type
Exam (elaborations)
Contains
Questions & answers

Subjects

$28.49
Get access to the full document:

Wrong document? Swap it for free Within 14 days of purchase and before downloading, you can choose a different document. You can simply spend the amount again.
Written by students who passed
Immediately available after payment
Read online or as PDF

Get to know the seller

Seller avatar
Reputation scores are based on the amount of documents a seller has sold for a fee and the reviews they have received for those documents. There are three levels: Bronze, Silver and Gold. The better the reputation, the more your can rely on the quality of the sellers work.
wise254 Chamberlain College Of Nursng
Follow You need to be logged in order to follow users or courses
Sold
58
Member since
2 year
Number of followers
4
Documents
2627
Last sold
2 days ago
StudySphere

Success starts with the right resources, and these study documents are exactly what you need to stay ahead. Carefully crafted, easy to understand, and packed with key points, these notes take the stress out of studying. Whether you're aiming for top grades or just need a clearer way to review, these materials are made to help you succeed. Stop struggling with scattered information—get organized, get focused, and get results. Download now and experience the difference smart studying makes!

Read more Read less
5.0

571 reviews

5
559
4
4
3
5
2
2
1
1

Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Working on your references?

Create accurate citations in APA, MLA and Harvard with our free citation generator.

Working on your references?

Frequently asked questions