-
We have a (currently outdated) database diagram of the SecureDrop Core database here:
https://github.com/freedomofpress/securedrop-docs/blob/main/docs/diagrams/securedrop-database.png
It would be …
-
## Problem
Entities like products have the option to filter by "updatedAt":
```
{
products(filter: {updatedAt: {gte: ""}}) {
edges {
node {
channel
}
}
}
…
-
using the following code:
`from diagrams import Diagram
from diagrams.aws.compute import EC2
from diagrams.aws.database import RDS
from diagrams.aws.network import ELB
with Diagram("WebServic…
-
Create PlantUML diagrams for
- [x] packages
- [x] use cases
- [ ] sequences
- [ ] database
-
# Night At the Museun | Inheritance Lesson
Ideation
[https://ikan2025.github.io/CSATri1Group/ideation](https://ikan2025.github.io/CSATri1Group/ideation)
-
Using version 0.19.1
when there are cycles within a diagram, the edge arrow direction seems to reverse.
to reproduce:
```python
from diagrams.onprem.database import PostgreSQL
from diagrams imp…
-
```
Entity-relationship diagrams are widely used in database design. Class diagrams
have overlapping semantics so using Umple to draw entity-relationship diagrams
would be very straightforward and c…
-
```
Based on the feedback our TA's given in the PS hours, you need to review our
sequence diagrams from 9-10 by considering the following items:
1-Life lines should be highlighted in the sequence di…
-
```
Based on the feedback our TA's given in the PS hours, you need to review our
sequence diagrams from 9-10 by considering the following items:
1-Life lines should be highlighted in the sequence di…
-
While storing diagrams as .py files and their rendered .png representations in version control and using CI workflow to check that the png version is up to date, I noticed some diagrams don't produce …