A
A
Alexander Wolf2015-08-31 16:29:53
MongoDB
Alexander Wolf, 2015-08-31 16:29:53

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

1 answer(s)
A
Alexander Wolf, 2015-09-13
@mannaro

AutoForm saved :)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question