BeaconCMS/beacon

Content API - only save if there are actual changes

Aberta

#620 aberto em 24 de out. de 2024

 (0 comentário) (0 reação) (0 responsável)Elixir (120 forks)batch import
area:contentenhancementgood first issue

Métricas do repositório

Stars
 (1.194 estrelas)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

For every "update" action on the Content API it should check if there are actual differences between the latest saved version and the data being updated and skip if the data is equal.

  • Do not trigger the loading mechanism that demands server resources
  • Save DB resources by not inserting unnecessary data

Guia do colaborador