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
Looking at these two fields, it really seems they serve a singular purpose.
# A project is created
`approved: false,approval_requested: false`
# User submits project for approval
`approved: false,approval_requested: true`
# Admin approves project
`approved: true,approval_requested:does_not_matter`