-
Notifications
You must be signed in to change notification settings - Fork 82
Open
Description
As a user, I want to be able to view my previous code submissions.
Since PythonBuddy is only for 1 user for this repo (for PythonBuddySandboxed aka the demo server, it's different), we can achieve this by either
- creating a database and storing each of the submissions.
OR - using window.localstorage https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage
Metadata
Metadata
Assignees
Labels
No labels