linksplatform / linksplatform/Data.Doublets
Inverted ILinks API?
- Dominant language
- C#
- Stars
- 14
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
Do everything except that is asked.
Each for link with 1 as source and 2 as target should return all links except this one.
```
(* *) - такой запрос для InvertedEach вернёт ничего (всё кроме всего это ничего)
(* y) - это тоже самое что обычный Each (* *) НЕ Inverted, только с вырезанным фрагментом где есть связи (* y)
(x *) - это тоже самое что обычный Each (* *) НЕ Inverted, только с вырезанным фрагментом где есть связи (x *)
(x y) - это тоже самое что обычный Each (* *) НЕ Inverted, только не содержащий одну единственную связь (x y).
```
So maybe we can just create `InvertedEach` extension method to implement it.
Create operation that creates everything except the specified substitution? What values should links have? How many links should be created?
Update that does not what is asked, but what? Random value excepted passed substitution?
Delete that deletes all except what is asked?
Contributor guide
No contributing guide indexed for this repository
Research direction
No files or tests are named. Start by reading the existing Each behavior and the InvertedEach proposal, then review the Create, Update, and Delete questions; the issue is not complete until the inverted query and mutation semantics, link values, and result counts are defined.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- backend-api-design
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 15/100