openlibhums / openlibhums/janeway

Progress bar widget for file uploads

Open
#3,093 1 comment 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

new feature Priority medium Size L
Dominant language
Python
Stars
238
Forks
97
Avg merge
9d 1h
Merged PRs (30d)
8

Description

Is your feature request related to a problem? Please describe.
When uploading large(ish) files in Janeway, the user receives no feedback while the upload is taking place.

Describe the solution you'd like
A progress bar to be rendered when a user is uploading a file.

Additional context
Foundation provides a progress bar component that we can use: https://get.foundation/sites/docs/progress-bar.html
Ideally, for reusability, we should write a Django widget that can be used in conjunction with Janeway's File model through a Django FormField.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reviewing Janeway's Django File model and FormField usage, then compare the requested UI with Foundation's progress bar documentation. Done means a reusable Django widget renders upload progress and works with the File model through a FormField.

Written by the indexing model from the issue text.

Assessment

Tech stack
django, python
Domain
backend, frontend
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
42/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.