Skip to content

Refactor session store initiatives draft creation #6264

@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.

EPIC
Original conversation

Todo

  • Propose an implementation which is less write-consuming

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions