MLH-Fellowship / fellow-central

Earn points for yourself and your pod during the MLH Fellowship. Make your activities and participation count.
https://leagueoffellow.netlify.app/
MIT License
6 stars 1 forks source link

Implement Db models #23

Closed luiszugasti closed 3 years ago

luiszugasti commented 3 years ago

Description

Created the schema file for usage with the database. This schema has not yet been tested in Postgres.

Fixes #17 and #18

Type of change

Checklist:

Screenshots

N/A

welcome[bot] commented 3 years ago

Thanks so much for opening your first PR here!

gitpod-io[bot] commented 3 years ago

luiszugasti commented 3 years ago

Quick mockup showing the general relationships between the Entities: image

luiszugasti commented 3 years ago

@cqvu Now the PR should help fix #16

luiszugasti commented 3 years ago

PR was resolved by implementing the same data model in models.py