Skip to content

Commit

Permalink
docs(contributing): update the DB UML (#364)
Browse files Browse the repository at this point in the history
* docs(uml): update detection UML

* docs(contributing): update diagram image reference
  • Loading branch information
frgfm authored Aug 30, 2024
1 parent 3f7b5f9 commit 92b9e28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The back-end core feature is to interact with the metadata tables. For the servi

- Detection: association of a picture and a camera.

![UML diagram](https://github.com/user-attachments/assets/cd45d9e3-c570-4d84-95b9-7a8c5ae00af0)
![UML diagram](https://github.com/user-attachments/assets/04016451-6a67-4496-adf7-ad790722d74b)

### What is the full detection workflow through the API

Expand Down
1 change: 1 addition & 0 deletions scripts/dbdiagram.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ Table "Detection" as D {
"camera_id" int [ref: > C.id, not null]
"azimuth" float [not null]
"bucket_key" str [not null]
"bboxes" str [not null]
"is_wildfire" bool
"created_at" timestamp [not null]
"updated_at" timestamp [not null]
Expand Down

0 comments on commit 92b9e28

Please sign in to comment.