Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add History of Code Submissions #48

Open
ethanchewy opened this issue Oct 4, 2019 · 4 comments
Open

Add History of Code Submissions #48

ethanchewy opened this issue Oct 4, 2019 · 4 comments

Comments

@ethanchewy
Copy link
Owner

ethanchewy commented Oct 4, 2019

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

  1. creating a database and storing each of the submissions.
    OR
  2. using window.localstorage https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage
@dgmouris
Copy link
Contributor

dgmouris commented Oct 7, 2019

I really like this idea, although perhaps this could be a separate application within the repository as you might want to have restricted sandbox for user submitted code and an application that handles all history/login/customization.

Let me know what you think this is a thought, don't want to overstep bounds. Awesome project!

@ethanchewy
Copy link
Owner Author

Yup, we would probably build it in: https://github.com/ethanchewy/PythonBuddySandboxed

Feel free to work on it if you want to!

@ethanchewy
Copy link
Owner Author

Actually, for this repo, assuming that we aren't handling any logins, we can still set up a way for the user to easily check his/her/their code submission history.

@ethanchewy
Copy link
Owner Author

Edited issue description to reflect this

@ethanchewy ethanchewy pinned this issue Oct 8, 2019
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

No branches or pull requests

2 participants