Objectives
An initiative when created is stored in the session store and then saved to the DB at the end of the process.
The problem is that the session store is limited and we had to save the session to DB, so every user action requires a DB write.
Maybe using local storage or creating a draft that is published in find process is a solution.
Context
The problem is that it uses DB space.
EPIC
Original conversation
Todo
Objectives
An initiative when created is stored in the session store and then saved to the DB at the end of the process.
The problem is that the session store is limited and we had to save the session to DB, so every user action requires a DB write.
Maybe using local storage or creating a draft that is published in find process is a solution.
Context
The problem is that it uses DB space.
EPIC
Original conversation
Todo