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

Support META file #3

Open
ewpatton opened this issue Apr 28, 2020 · 4 comments
Open

Support META file #3

ewpatton opened this issue Apr 28, 2020 · 4 comments

Comments

@ewpatton
Copy link
Member

Some of our datasets have a META file with creation and modification information for a project. If present, we should read the META file and expose its information as attributes on the project.

@anirudhRowjee
Copy link

Hi! will a PR be welcome for this issue?

@ewpatton
Copy link
Member Author

ewpatton commented Jan 4, 2021

Sure. The META file just contains some JSON, e.g.,:

{"name": "HelloPurr", "modified": 1425816210734, "created": 1425816110312}

where name is the project name and created and modified are UNIX timestamps.

@anirudhRowjee
Copy link

Thank you! I'll get to work on this.

@anirudhRowjee
Copy link

Sorry to ping once again, but I just wanted to communicate my thanks. I owe a lot of my current career path in computer science to App Inventor, which contributed to a large amount of my learning 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants