Skip to content

[Feature] Export Study Plan tasks to CSV #1009

@Payal-mak

Description

@Payal-mak

Problem Statement

Students often want to print or share their study plan outside the app — for a planner, with a parent, or for offline use. Currently there is no way to export tasks from StudyPlan.

Proposed Solution

Add an "Export to CSV" button on the task board that downloads all current tasks as a .csv file containing:

  • Task title
  • Subject
  • Due date
  • Status (pending/completed)
  • Notes

This is a client-side only feature — no backend changes needed. The CSV can be generated from the existing store state in js/store.js and triggered via a button in js/app.js.

Files to Modify

  • js/app.js — add export button + download logic
  • index.html — add export button to task board UI
  • css/index.css — style the export button

Tech Stack

Vanilla JavaScript, Blob API

Difficulty: Beginner

I would like to work on this under GSSoC'26 !

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions