thelazurite-cell / BudgetControl

0 stars 0 forks source link

Rework/Refactor: update the mongo interface #2

Open thelazurite-cell opened 3 years ago

thelazurite-cell commented 3 years ago

The mongo interface heavily relies on event chains, resolve by using new Promise and resolve where possible over subscriptions as this is getting messy and could be using too much memory.

Acceptance Criteria

thelazurite-cell commented 3 years ago

Backend needs rewriting; too messy. began work on a C# WebApi Solution for this instead.

thelazurite-cell commented 3 years ago

All that's needed now is the Unit Tests