Skip to content

tasks app #23

Description

@pervezfunctor

We need to implement a minimal full stack application with authentication using all libraries in devfractal.

Use drizzle-orm to implement the following tables and relationships.

  1. Student can be part of many Courses.
  2. Teacher can teach many Courses.
  3. Each Course has many Tasks.
  4. Users can be Student, Teacher or Admin.

Business Rules

  1. Only admins can create courses, teachers and students.
  2. Only admins can assign students and teachers to courses.
  3. Teachers can create tasks for their courses.
  4. Students can only read tasks from their courses.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions