arqex / arqex/tule

Collection settings should store the data in the value property

Open
#145 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
1
Forks
0
PR merge metrics
No merged PRs in 30d

Description

All the settings are stored in the settings collection in the way

```
{ name: settingName, value: settingData }
```

But collections have their data in the main object, so they are discarded when applying the filter using the setting manager. That should be updated and also update all the parts where the collection settings are used right now.

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by locating the settings collection, the setting manager, and the filter application code described in the issue. Trace how collection data is read and applied, then update the other collection-setting uses consistently. Done means collection settings retain their data through filtering and the existing settings behavior remains intact.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
tooling
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.