Tab files downloaded through Zipper do not include headers
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 1.1k
- Forks
- 564
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 29
Description
When you download a tab file directly, we attach the column headers to the top of the file. When downloaded through the external Zipper, these headers are not included. This is due to fact that the zipper accesses the file directly from the file system and the headers are currently stored in the database.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Trace the external Zipper path that reads tab files directly from the file system, then compare it with the direct-download path that retrieves column headers from the database. Done means tab files downloaded through Zipper include the same headers as direct downloads; verify the result with the relevant download or Zipper tests if present.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- backend, databases
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100