oss2019 / InstituteFormsPortal

Portal to handel Universities Complaint Forms
The Unlicense
2 stars 10 forks source link

Added prisma schema according to the chart #6

Closed V-Mokhun closed 1 year ago

V-Mokhun commented 1 year ago

What does this PR do?

This PR adds prisma schema according to the schema provided in README. No dependencies are added. I have commented part of the code about work_requests in Work model because it seemed like work should have more than 1 request ( as shown in flowchart ), so I made comments to easily make it 1-m relation instead of 1-1

Fixes #5

This change was made to solve issue #5

Requirement/Documentation

None

Type of change