Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<div align="center">


<img src="doc/tidytogether-logo.png" alt="logo" width="200" height="auto" />
<img src="doc/TidyTogether.logo.png" alt="logo" width="200" height="auto" />
<h1>TidyTogether</h1>

<p>
Expand Down Expand Up @@ -65,13 +64,11 @@
### :dart: Features

- three different perspectives

- posting procedures for civilians
- approval of their requests by supervisor (Mayor)
- the executive forces responses (SalubrIs)

- map geolocation of waste collecting ares

- city preference for every user
- favorite zones and profile management

Expand Down
File renamed without changes
3 changes: 3 additions & 0 deletions doc/schema.dbml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Syntax documentation: https://dbml.dbdiagram.io/docs/
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The table Secret is missing

// Visualization: https://dbdiagram.io/d/TidyTogether-68206bc85b2fc4582f139b99

ENUM UserRole {
civilian // regular individual
supervisor // decision factor
Expand Down