noodle-run / noodle

Rethinking Student Productivity

Home Page:https://noodle.run

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create assignments table in the database

ixahmedxi opened this issue · comments

Columns:

  • id (UUID unique)

  • userId (optional, if orgId is there)

  • orgId (optional, if userId is there)

  • name

  • weight

  • achieved (optional)

  • due date

  • submissionLink

  • attachments

  • createdAt

  • moduleId (reference to the module that the assignment belongs to)