-
Notifications
You must be signed in to change notification settings - Fork 46
Why a new custom implementation vs reusing existing, proven-to-work code? #82
Comments
I know of it.
corona-warn-app/cwa-app-android#75 is relevant to issue 4, which is not an easy thing to tackle. Points 1-3 could have been mostly skipped and get a working implementation for those by simply reusing existing, proven-to-work, open-source code. |
A dedicated device could be a solution to avoid usage of closed hardware and closed operating systems. |
The need for dedicated applications comes from the specificities of each health care system. As explained in the project's front page, STAYAWAY COVID builds on the DP3T project (https://github.com/DP-3T) thus not rewriting the entire system as implied in this thread. |
Still sounds a lot easier and less expensive to use an existing infrastructure (frontend + CI/CD and not just the DP3T stuff). |
You should also consider that these applications were mostly under development as well when the Portuguese app was being designed and implemented. Portugal was among the first to have a GAEN app (7th or 9th). In my opinion, going for a multi-platform framework and being able to focus efforts in what the Portuguese requirements were and, at the same time, reuse what we found to be a stable codebase (DP3T) was the best approach. However, as with any engineering project there are always pros and cons with every decision and one might argue in the opposite direction. |
ok I was not aware of that. thanks for the extra information. my hope is that at some point we can share more than just the DP3T backend. anyway, there is a chance to go back to something more common than just DP3T in the future correct? |
I agree. Of course a more general approach would have advantages and we will probably tend towards something like that in future generations of these approaches. We might envision that, not only for this pandemic but also for future threats, technology will evolve and provide better solutions. For instance, using bluetooth has intrinsic technical limitations but looking at the technology landscape it was the best approach possible due to its extensive deployment in modern smartphones. |
This is just a question, not sure where else to place it.
Why is stayaway a brand new implementation on something that other entities/countries have already made and published?
For example, Germany has https://github.com/corona-warn-app/
Contrary to the UK, that when they started development no such other projects existed (at least not in a good/mature level), Portugal had the chance to reuse an already working solution.
The text was updated successfully, but these errors were encountered: