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

Settle on class data format #14

Closed
toonarmycaptain opened this issue Oct 4, 2018 · 1 comment
Closed

Settle on class data format #14

toonarmycaptain opened this issue Oct 4, 2018 · 1 comment
Labels
Hacktoberfest help wanted Extra attention is needed question Further information is requested

Comments

@toonarmycaptain
Copy link
Owner

Currently format for .cld class data file is:

f'{student_name}, {avatar_filename}\n' for every student in the class. 

I think the class name should be within the file, but am open to suggestions on format.
JSON, pickle, etc.

What needs to be in the data is each student's name, together with at least the filename of the student's avatar.
Optionally, depending on what works best with the logic for passing info to graphs, would be the 'cleaned student name' which is the file name of the student's avatar, and including the relative file path with the filename of the avatar image.

@toonarmycaptain toonarmycaptain added help wanted Extra attention is needed question Further information is requested Hacktoberfest labels Oct 4, 2018
@toonarmycaptain
Copy link
Owner Author

Have decided, in the absence of better advice, to convert to JSON for storing data.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Hacktoberfest help wanted Extra attention is needed question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant