zerobase-io / smart-tracing

Privacy-First Contact Tracing to Keep Communities Safe
https://zerobase.io
Apache License 2.0
27 stars 13 forks source link

Convert router to ES6; cleanup #260

Closed tomlovett closed 4 years ago

tomlovett commented 4 years ago

Re-write router.ts into ES6.

Start splitting filepaths into Typescript and JavaScript files. This will make it easier to transition each file individually.

Use de-structuring in the router to cut down line length.

JohnCLo commented 4 years ago

I'll review this first thing in the morning and run some tests. Thank you!