Closed corradio closed 1 year ago
Miro has each board having an owner, a team (i.e. org), and an optional project (i.e. [dash]board). However, difference for us is that a metric can belong to multiple boards.
It seems clear metrics should keep an "owner" who is the only one who can edit it (and see/edit credentials). Ownership transfer should clear credentials.
Q: Should metrics be moveable to orgs? Or should it only be boards?
Q: Can a metric be associated with multiple orgs? That could make sense if orgs are seen more as "teams", with their own ACL. This could make sense as not all metrics should be seen/used by all (it doesn't make sense to handle ACLs at board level because removing a metric from board would make it irreversibly lost).
We now need a simple way to associate a metric with orgs.
document.getElementById("flexCheckIndeterminate").indeterminate = true;
Question: what should be the permissions to be able to see/act on a metric? Right now we only list metrics owned by the user (i.e. My metrics). Maybe group by ownership with multiple tables? (but that will make them appear more than once!)
Question: what should be the permissions to be able to see/act on a metric? Right now we only list metrics owned by the user (i.e. My metrics). Maybe group by ownership with multiple tables? (but that will make them appear more than once!)
/metrics/ could show several sections:
Question: use tabs or just add another section below? Start simple without tabs?