Answer the question
In order to leave comments, you need to log in
What is the best way to organize the storage of temporal data in a meteor?
Hey! I'm working on an application on a meteor and the goal was to develop such functionality:
A standard form to fill out. The record model is something like this: code.re/8gq
There is a "add logical block" button that pushes one more element into the array (by analogy with the first one). Inside this new block, there is also a "add condition" button, which pushes another object into the internal array (conditions), by analogy with the first one.
Everything would be fine, but here you need to make sure that nothing changes in the database before pressing the "Save" button. What is the best way to implement this?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question