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
We want to be able to view obots in the admin UI. So, i think we need a new Obots top level nav in the admin ui
You'll consume the /projects api for them. the only hitch is that right now if you hit /projects, you only get your projects. donnie is going to add a ?all=true query param (or something) that you will be able to use to list all of them in the admin ui
the weird/interesting things with these will be properly conveying the relationships between obots (projects) and agents.
You will have relationships like this:
Agent 1 -> Obot 1 -> Obot 2
(Obot 2 inherits from obot 1 and obot 1 inherits rom obot 2)
The text was updated successfully, but these errors were encountered:
We want to be able to view obots in the admin UI. So, i think we need a new Obots top level nav in the admin ui
You'll consume the /projects api for them. the only hitch is that right now if you hit /projects, you only get your projects. donnie is going to add a ?all=true query param (or something) that you will be able to use to list all of them in the admin ui
the weird/interesting things with these will be properly conveying the relationships between obots (projects) and agents.
You will have relationships like this:
Agent 1 -> Obot 1 -> Obot 2
(Obot 2 inherits from obot 1 and obot 1 inherits rom obot 2)
The text was updated successfully, but these errors were encountered: