deep-foundation / deep-foundation/deeplinks

Add Value link from AsyncFile to File

Open
#142 0 comments 0 reactions 0 assignees View on GitHub
bug
Dominant language
TypeScript
Stars
13
Forks
8
PR merge metrics
No merged PRs in 30d

Description

If type has value there is Value link which points from type to `String|Number|Object`. We should do the same for `File`

Right now there is no `Value` link that points from `AsyncFile` type
```js
await deep.select({
from_id: await deep.id("@deep-foundation/core", "AsyncFile"),
type_id: await deep.id("@deep-foundation/core", "Value")
})
{data: Array(0), loading: false, networkStatus: 7}
```

Contributor guide

No contributing guide indexed for this repository

Research direction

Locate the definitions or setup for the AsyncFile and File types, then inspect how the existing Value links for String, Number, and Object are created. Verify the expected relationship by running the shown deep.select query for AsyncFile and Value; done means it returns the corresponding link instead of an empty array.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
backend, database
Issue type
Feature
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
52/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.