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
When the task run and generate a new story or chapter, we should store the referer that initiate the action for better understanding on how things happen.
Possible ways:
an enum field that would store task or admin
a dedicated User with task role:
Pro: stories belongs to a user_id as a regular model association
Cons:
We must ensure that we cannot logged in from interface with this user which could make model more complicated
More complicated policies with more roles to handle
When the task run and generate a new story or chapter, we should store the
referer
that initiate the action for better understanding on how things happen.Possible ways:
enum
field that would storetask
oradmin
User
withtask
role:user_id
as a regular model associationMight be blocked by #55
The text was updated successfully, but these errors were encountered: