Skip to content

Refactor session store initiatives draft creation #42

@paulinebessoles

Description

@paulinebessoles

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.

#37

Todo

  • Propose an implementation which is less write-consuming

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions