Jasonette / Jasonette/JASONETTE-iOS

Improve network upload

Open
#237 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
5.2k
Forks
347
PR merge metrics
No merged PRs in 30d

Description

Currently there is no optimization for sending a large file over the network. This is not much of a problem for making regular network requests which are small enough, but it's not a good user experience when trying to upload files because it takes several seconds.

Look into how to improve this

Contributor guide

Open the contributing guide

Research direction

Start by locating the network upload entry point and tracing how large files are currently sent. Compare the existing path with the regular request path described in the issue, then define a measurable improvement for large-file upload time before changing behavior. Done means large uploads complete with a demonstrably better user experience.

Written by the indexing model from the issue text.

Assessment

Tech stack
ios
Domain
mobile-dev, networking
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.