Skip to content

feat: add study progress dashboard with subject-wise tracking#770

Open
Apekshaa007 wants to merge 1 commit into
Charushi06:mainfrom
Apekshaa007:feat/issue-240-completion-tracker
Open

feat: add study progress dashboard with subject-wise tracking#770
Apekshaa007 wants to merge 1 commit into
Charushi06:mainfrom
Apekshaa007:feat/issue-240-completion-tracker

Conversation

@Apekshaa007
Copy link
Copy Markdown

Description

Implemented a Study Progress Dashboard that provides users with visual insights into their study plan completion.

Features Added

  • Overall study progress percentage
  • Completed and pending task counts
  • Subject-wise completion percentages
  • Visual progress bars for each subject
  • Automatic updates when task status changes
  • Excludes archived tasks from progress calculations

Implementation Details

  • Added generateProgressDashboard() function
  • Connected dashboard updates using store.subscribe()
  • Calculated progress using completed tasks divided by total active tasks
  • Added responsive UI styling for progress bars and subject sections

Closes #240

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

FEATURE: Add subject-wise progress dashboard with completion percentages

1 participant