lenra-io / lenra-io/components-api

Progress display component

Open
#28 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
No language data
Stars
2
Forks
0
PR merge metrics
No merged PRs in 30d

Description

Create a component to display a progress to the final user.

This component can have different shapes in order to feet in desired places: circle/round or linear. See the Flutter CircularProgressIndicator and LinearProgressIndicator.

If no value is defined on the component it enter in an indeterminated status with an animation to understand that something is going on.

The component has a text property to display a text linked to the progression, and startLabel and endLabel properties to display text to display start value information (like 0%) and end value information (like 100%) respectively.

Contributor guide

No contributing guide indexed for this repository

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

Use the Flutter CircularProgressIndicator and LinearProgressIndicator references as the starting point for the component's supported shapes and behavior. Done means the component supports circular and linear displays, determinate and animated indeterminate states, plus text, startLabel, and endLabel properties.

Written by the indexing model from the issue text.

Assessment

Tech stack
flutter
Domain
frontend
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
38/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.