7 comments (7 comments)0 reactions (0 reactions)0 assignees (0 assignees)JavaScript4,684 stars (4,684 stars)837 forks (837 forks)batch import
help wanted
Description
This would allow us to get files up to 100mb in size.
Contributor guide
- Tech stack
- javascriptreact nativerest api
- Domain
- mobileapi
- 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.
- clear
- Prerequisites
- knowledge of GitHub REST APIfamiliarity with React Nativeunderstanding of GitPoint codebase
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 45
- Research direction
- Investigate the current API used for file retrieval in the app, likely the Trees API or Contents API. Review the GitHub Git Data API documentation to understand how to implement fetching of files up to 100MB. Identify the relevant files in the codebase, such as services or screens that handle file display. Consider any limitations like authentication or rate limiting.