Skip to content

Commit

Permalink
Make revisions to Stage 2
Browse files Browse the repository at this point in the history
  • Loading branch information
anashen committed Oct 31, 2024
1 parent 2bc8d16 commit 1c7756c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/DatabaseDesign.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

## UML Diagram

![UML diagram of the database design we envision](img/database_design_diagram.png)
![UML diagram of the database design we envision](img/database_design_diagram_v2.png)

## Reasoning

Expand Down
7 changes: 6 additions & 1 deletion doc/Revisions.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# Revisions

## Revisions for Stage 2
Included with Stage 3 Release.

- Updated database design diagram (`img/database_design_diagram_v2.png`) to use weak entity syntax for Weather, OceanSpecies, and NaturalDisaster since their primary keys are also foreign keys from the Regions entity.
- Updated attributes to align with Stage 3.

## Revisions for Stage 1
Included with Stage 2 Release.

- Updated Technical Challenges section to discuss the creative ways in which we may need to design our database.
- To summarize, we anticipate facing challenges in defining the design of our app components in order to manage our database efficiently.
- To summarize, we anticipate facing challenges in defining the design of our app components in order to manage our database efficiently.
Binary file added doc/img/database_design_diagram_v2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1c7756c

Please sign in to comment.