ayushagg31 / Trellis

A simplified Trello clone built with React, Redux, Node, Express and MongoDB.
https://trellis-app.herokuapp.com
GNU General Public License v3.0
126 stars 54 forks source link

Added an ER Diagram of Database Schema #51

Closed murtazahatim closed 3 years ago

murtazahatim commented 3 years ago

What Added pdf ER diagram of the mongodb database

Description Added the ER diagram of the db schema in Trellis/db_documentation/database_ER_diagram.pdf

Fixes # (issue reference)

38

Type of change

Checklist

Expected Outcome ERD

ayushagg31 commented 3 years ago

Looks great, couldn't have done better myself. Although there's few minor issues I would like you to work on-

Rest looks good, thanks 👍.

murtazahatim commented 3 years ago

@ayushagg31 The only change I was unable to make is: Remove color section from board schema

as the software I am using automatically adds that since it is linked to board.image. Hence, I added all three fields of board.image to make it uniform. Hope this is okay.