linka-cloud / linka-cloud/protodb
Add FieldFilter to Delete and Put
Open
@Adphi is already working on this.
Since Jul 24, 2021.
enhancement
good first issue
priority/high
- Dominant language
- Go
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Expected behaviour:
- [ ] **Put** without `FieldFilters` and `ID` field not present: error
- [ ] **Put** with `FieldFilters` and `ID` field not present: update all `FieldMask` fields of messages matching filters
- [ ] **Put** with `FieldFilters` and `ID` field present: update all `FieldMask` fields of messages matching filters
- [ ] **Delete** without `FieldFilters` and without `ID` field: error
- [ ] **Delete** with `FieldFilters` and without `ID`field: delete all matching
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.