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
Most of Madoc is fairly straight forward - displaying and showing different components. However there are a few very complex areas that will be recorded here. This is mostly a technical reference.
Can a user submit an annotation?
This is a question that both the frontend and back ask.
Available data
The user identifier
The Manifest task (global)
The Canvas task (global)
The Canvas user tasks (per user)
Site configuration
Factors
If user has an existing canvas user task (4) and it's status (0, 1, 2, 3)
If the Manifest task (2) is already complete
If the Canvas task (3) is already complete
Max contributors reached (defined in 5, overwritten in 3)
If the users existing canvas task as expired (4, status -1)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Most of Madoc is fairly straight forward - displaying and showing different components. However there are a few very complex areas that will be recorded here. This is mostly a technical reference.
Can a user submit an annotation?
This is a question that both the frontend and back ask.
Available data
Factors
Related files
Steps to reduce complexity
Beta Was this translation helpful? Give feedback.
All reactions