Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimize EntitiesRepository#delete to accept list name for direct entity removal #6566

Open
grzesiek2010 opened this issue Jan 15, 2025 · 0 comments · May be fixed by #6614
Open

Optimize EntitiesRepository#delete to accept list name for direct entity removal #6566

grzesiek2010 opened this issue Jan 15, 2025 · 0 comments · May be fixed by #6614
Assignees

Comments

@grzesiek2010
Copy link
Member

Problem description

EntitiesRepository#delete should accept the list name as a parameter to directly remove the entity from the specified list. Currently, it only takes the entity ID and iterates through all existing lists to locate and remove it.

@seadowg seadowg moved this from inbox to ready in ODK Collect Feb 3, 2025
@seadowg seadowg self-assigned this Feb 17, 2025
@seadowg seadowg moved this from ready to in progress in ODK Collect Feb 17, 2025
@seadowg seadowg linked a pull request Feb 17, 2025 that will close this issue
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: in progress
Development

Successfully merging a pull request may close this issue.

2 participants