tx-covid19 / beiwe-backend-serverless

Beiwe is a smartphone-based digital phenotyping research platform. This is the Beiwe backend code
https://www.beiwe.org/
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Resolve cyclical dependency - Frontend #23

Open puorc opened 4 years ago

puorc commented 4 years ago

In the state folder, there are cyclical imports between 3 files (see node warning). This could likely be solved using dependency inversion or interface segregation.