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
Add a field to users table called operator_id so that users can be associated with a particular operator record.
Highlight a user who is an operator (different color user name? icon? highlight the entire comment?).
I think this would entail adding "has_many" users to operators.
A stretch goal could be to base the operator emails off of this. Like, rather than having a single email for each operator record, instead the email digests get sent to users that have that operator_id.
The text was updated successfully, but these errors were encountered:
Add a field to users table called operator_id so that users can be associated with a particular operator record.
Highlight a user who is an operator (different color user name? icon? highlight the entire comment?).
I think this would entail adding "has_many" users to operators.
A stretch goal could be to base the operator emails off of this. Like, rather than having a single email for each operator record, instead the email digests get sent to users that have that operator_id.
The text was updated successfully, but these errors were encountered: