Skip to content

Feat/upload yaml resume#38

Open
akhil06232 wants to merge 2 commits intoGreenAlgorithms:mainfrom
akhil06232:feat/upload-yaml-resume
Open

Feat/upload yaml resume#38
akhil06232 wants to merge 2 commits intoGreenAlgorithms:mainfrom
akhil06232:feat/upload-yaml-resume

Conversation

@akhil06232
Copy link

I've implemented two key features to significantly improve the workflow for users:

  1. Import Existing Work (Upload YAML) I added a new feature that lets users upload a previously downloaded .yml file. The app now parses this file on the backend and automatically fills the form fields with the data. This means users can easily come back and edit their work later! (Closes A user can upload a partially filled .yml file for computation #31)

  2. Never Lose Progress (Auto-Save) To prevent frustration from accidental refreshes or closed tabs, I implemented an auto-save feature using the browser's local storage. Now, if a user comes back to an unfinished session, a "Resume Session" button appears to instantly restore their progress. (Closes A user can come back to a WIP to update it #30)
    Contributor Akhil GSoC 2026 Aspirant
    akhilpandu0623@gmail.com

@akhil06232
Copy link
Author

let me know if there are any errors so I can fix them

@akhil06232
Copy link
Author

issue #29
Fixed the app name from "MetaGreenData" to "GreenMetaData"

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.

A user can upload a partially filled .yml file for computation A user can come back to a WIP to update it

1 participant