Tagged Questions
0
votes
1answer
23 views
Help with database design with a strict and structured subset of clinical data
I'm developing an application to keep some of the data in chronic patients, the data came from a very strict subset of data, vital signs, exams, ecc.
On a first glance I thought to create a Patient ...
0
votes
0answers
18 views
Seeking Mongoose schema design advice
I'm having some trouble deciding on a proper way to layout some of my schemas in Mongoose.
I have a User schema currently as:
{
name: { type: String, default: "" },
phoneNumber: {type: String, ...