-
# Topic Outline - NITD
## 1. Introduction
- Creating a Stock simulator where users can track stocks and invest in different companies in real-time.
## 2. System Architecture
- **Components**
…
-
The sequence diagram in Parser component used blue-base coloring, whereas other sequence diagrams use different color
-
DescriptionThis test checks basic functionality of the System Diagram Editor. Steps 1 through 13 perform the necessary steps to be able to create a System Diagram and Model. They also enable use of th…
-
```
P = Poset({0:[1]})
Q = Poset(P)
L = LatticePoset(P)
P._hasse_diagram is Q._hasse_diagram, P._hasse_diagram is L._hasse_diagram
```
outputs `(True, False)`. Hence Hasse diagram, which is immuta…
-
I've noticed adding/removing nodes/ports can cause exceptions due to race conditions. There are three cases I have documented (of which one is the Navigator Widget) but everything which makes use of t…
-
![image.png](https://raw.githubusercontent.com/valhrd/ped/main/files/254dc476-0cc8-4a90-9156-5d0438cea775.png)
Class diagram for Model component is overly cluttered and contains both the high level s…
-
Create the first stakeholder review. Components include:
Iterative Release
Design Approach
Sequence Diagrams
CRC Cards
Static Class Diagram
-
I'm not sure if this is the right channel, but..
For various reasons I'm modeling Kubernetes and am trying to land on definitions that are a little more precise so that I can reason about the struc…
-
Documentation Roadmap
How View is Documented
System Overview
Views (each one uses template for view)
- Module Views
- High level
- Each microservice x3
- C&C Views
- Component Dia…
-
![Screenshot 2023-11-17 171820.png](https://raw.githubusercontent.com/frrrrry/pe/main/files/74cde132-ced3-4a29-b604-ef193c480217.png)
From the above screenshot, the lines of the class diagram are ver…