BeaconCMS/beacon

Content API - only save if there are actual changes

開放

#620 建立於 2024年10月24日

 (0 則留言) (0 個反應) (0 位負責人)Elixir (120 個分叉)batch import
area:contentenhancementgood first issue

倉庫指標

星標
 (1,194 顆星)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

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

貢獻者指南