linksplatform / linksplatform/Data.Doublets

Inverted ILinks API?

Open
#263 0 comments 0 reactions 0 assignees View on GitHub
question
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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.