Kinto / Kinto/kinto-wizard

Add a way to mark records for removal.

Open
#76 1 comment 0 reactions 0 assignees View on GitHub
enhancement stale
Dominant language
Python
Stars
9
Forks
3
PR merge metrics
No merged PRs in 30d

Description

When we use an incremental update it would be nice to be able to mark certains IDs for removal.

One way to do so would be to add a `deleted: True` attribute in their record. In that case kinto-wizard needs to detect it and perform a DELETE action.

Contributor guide

Open the contributing guide

Research direction

Start by reading the repository's incremental update handling and how records are currently written to Kinto. Trace where record attributes are inspected and where DELETE actions are performed. Done means records marked with `deleted: True` are detected during incremental updates and removed by the resulting DELETE action, with coverage for that behavior.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
backend
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.