Idea: Back-end implementation to make collaborative contributions a tracking solution that is in the same family as other tracking solutions, like the P&E Dashboard & other potential tracking tools.
We need to explore if this would work.
Idea: Back-end implementation to make collaborative contributions a tracking solution that is in the same family as other tracking solutions, like the P&E Dashboard & other potential tracking tools.
We need to explore if this would work.
@cmelo and I looked into this, and the conclusion is that we will not be doing this for the time being, and that collaborative contributions tracking (CCT from now on) will be implemented with an ad-hoc boolean flag instead. The reason for this is that, while CCT is in principle a kind of tracking tool, it is also very different from the P&E Dashboard, the only currently available tracking tool. When implementing support for the Dashboard, we made the code extensible because we knew we might want to use it for other tools in the future; however, we still optimized for the then-current use case. CCT is not a good candidate because there are too many differences with the P&E Dashboard, including:
So, as anticipated, we will use a boolean flag for the time being. This can be changed later, if we want to add more tracking tools.