8 comments (8 comments)0 reactions (0 reactions)0 assignees (0 assignees)TypeScript12,714 stars (12,714 stars)2,228 forks (2,228 forks)batch import
help wanted
Description
现在要每个数据源都要配置Authorization 比较麻烦 是否能在一个地方全局设置
Contributor guide
- Tech stack
- typescriptjavascriptreact
- Domain
- frontendapideveloper experience
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- 1-2 days
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- mostly clear
- Prerequisites
- ReactTypeScriptlowcode engine architecturedata source configuration
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 45
- Research direction
- The issue requests a global token setting for data source headers. First, review the 8 comments for prior suggestions. Then, locate the data source configuration components in the repository, likely under packages that handle data source management. Propose adding a global field in the settings panel and propagate it to each data source's request headers. Consider creating a state management solution to avoid redundancy. Finally, implement the UI changes and ensure backward compatibility.