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

[IDEA] Saving data #6

Open
lade043 opened this issue Jul 30, 2019 · 3 comments
Open

[IDEA] Saving data #6

lade043 opened this issue Jul 30, 2019 · 3 comments
Assignees
Labels
enhancement New feature or request longterm

Comments

@lade043
Copy link
Owner

lade043 commented Jul 30, 2019

Is your feature request related to a problem? Please describe.
When closing program everything is lost

Describe the solution you'd like
Database or file

Encryption
This data should ideally be encrypted so it can't be accessed by third-parties
Therefor probably use PyCrypto with AES

@lade043 lade043 added the enhancement New feature or request label Jul 30, 2019
@tstst334 tstst334 self-assigned this Aug 2, 2019
@lade043
Copy link
Owner Author

lade043 commented Aug 2, 2019

deutsch = Subject("Deutsch", True, False)
deutsch.add_grade_category("schriftlich", 2)
deutsch.add_grade_category("mündlich", 1)
deutsch.add_grade(Grade(15, "KA4"))

@lade043 lade043 self-assigned this Aug 2, 2019
@tstst334
Copy link
Collaborator

tstst334 commented Aug 2, 2019

"{"name": "de", "grades": {"s": (["grade": 13, "name": "K", "date": "2019-08-02 16:56:05.638399", "grade": 12, "name": "K", "date": "2019-08-02 16:56:05.638399"], 2), "m": (["grade": 12, "name": "K", "date": "2019-08-02 16:56:05.638399"], 1)}, "main_subject": True, "oral_exam": False}"

@lade043
Copy link
Owner Author

lade043 commented Aug 5, 2019

The serialization and deserialization is done, now only the encryption is not working. If this is done -> Pull Request

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request longterm
Projects
None yet
Development

No branches or pull requests

2 participants