You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
X-(done): status is first blocker was fixed
right now there seems to be a bug with retrieving jobs
the existing repo logic has a relationship between user/role/target object (like note) but the job table doesn't have anything like ownerId or role associated currently so no data coming back
in the least believe these tables need contents updated:
Permission
_PermissionToRole
job
(not sure about verification or if something related to _job_user also needs to change)
(affects server/index.ts; server/schema.ts)
still need to conceptualize remix routing
resc
https://github.com/prisma/prisma-examples/tree/latest/typescript/graphql-sdl-first
https://www.apollographql.com/docs/react/get-started/
https://www.prisma.io/docs/orm/prisma-schema/data-model/multi-schema
https://www.prisma.io/docs/orm/prisma-schema/introspection
The text was updated successfully, but these errors were encountered: