Skip to content

Commit

Permalink
feat(ForeignIdentifiers): update example
Browse files Browse the repository at this point in the history
  • Loading branch information
JaronZ committed Jun 19, 2024
1 parent 550c2b7 commit 2513967
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 18 deletions.
Binary file modified ERMize/images/entity-with-fi.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ERMize/images/entity-with-multiple-fi.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 3 additions & 4 deletions ERMize/snippets/entity-with-fi.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
entity User {
username <pi>
username
}

entity TaskList {
title <pi>
owner <pi,fi>
description
title
owner <fi>
}
18 changes: 6 additions & 12 deletions ERMize/snippets/entity-with-multiple-fi.txt
Original file line number Diff line number Diff line change
@@ -1,20 +1,14 @@
entity User {
username <pi>
username
}

entity TaskList {
title <pi>
owner <pi,fi>
description
title
owner <fi>
}

entity Task {
title <pi>
list_title <pi,fi1>
owner <pi,fi2>
description
start_date
end_date
start_time
end_time
title
list_title <fi>
owner <fi>
}
2 changes: 0 additions & 2 deletions ERMize/topics/Entity/Foreign-Identifiers.topic
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
</chapter>

<chapter title="Output" id="output">
<note>This is a concept image and not the actual result of the application.</note>
<img src="entity-with-fi.png" alt="Entity With Foreign Identifier"/>
</chapter>
</chapter>
Expand All @@ -22,7 +21,6 @@
</chapter>

<chapter title="Output" id="output_1">
<note>This is a concept image and not the actual result of the application.</note>
<img src="entity-with-multiple-fi.png" alt="Entity With Multiple Foreign Identifiers"/>
</chapter>
</chapter>
Expand Down

0 comments on commit 2513967

Please sign in to comment.