Skip to content
Snippets Groups Projects
Commit e6c0de5c authored by David Sadler's avatar David Sadler
Browse files

Changed api/post to return evidence data for applications on post

parent a7866909
No related branches found
No related tags found
7 merge requests!65Master,!53Cv upload,!50Change navigation buttons to reflect user feedback,!49Master,!47fix profuction sort button flickering issue,!44Recruiter internship page,!43Recruiter: Add staring and evidence ;Student: add Dashboard Timeline; Add univseral navbar
Checking pipeline status
......@@ -11,6 +11,17 @@ export async function GET() {
select: {
name: true
}
},
evidences: {
select: {
evidenceText: true,
rating: true,
requirement: {
select: {
requirementText: true
}
}
}
}
}
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment