Skip to content

Backend refactor - Prod ready feature set #32

@tomcdona

Description

@tomcdona
  • Database migration management - need a method of DB changes that are safe enough for Prod.
    • ATOMIC
    • roll back
    • lineage
  • ORM
    • Lots of cursor.execute() calls for SQL work, introduces risks, and missing a lot of sanitization.
    • A good ORM usually comes with db management
  • Security
    • mechanism for secret storage
    • XSS prevention
    • likely more

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions