added back-end call for edit

This commit is contained in:
JBB0807 2025-05-05 22:21:24 -07:00
parent ad50756440
commit 5a79b9970b
5 changed files with 209 additions and 63 deletions

View file

@ -14,8 +14,8 @@ model assignments {
programid Int?
studentname String?
snakegameid String?
qrcodenumber Int @unique
appname String @unique
qrcodenumber Int? @unique
appname String? @unique
description String?
passwordhash String? // store bcrypt hash
assignmenturl String?