cablelabs / lpwanserver

LPWAN Provisioning & Management Server
https://lpwanserver.com
Apache License 2.0
37 stars 11 forks source link

Issue 261 #274

Closed rhythnic closed 5 years ago

rhythnic commented 5 years ago

What does this PR do?

Do you have any concerns with this PR?

No

How can the reviewer verify this PR?

Run tests

Any background context you want to provide?

The app had a database layer called "dao". Prisma is now the database layer, so it's not necessary to have another one in the code. By removing it, the app models are consolidated and the code is easier to navigate. I also refactored most of the model code.

Screenshots or logs (if appropriate)

Questions:

rhythnic commented 5 years ago

This PR is very long and difficult for manual review. All tests are passing, and no one has approved yet, and I have 2 PRs in line, so I'm going to merge it.