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

Parsing exam schedule #107

Open
AllanWang opened this issue Jan 30, 2019 · 2 comments
Open

Parsing exam schedule #107

AllanWang opened this issue Jan 30, 2019 · 2 comments
Assignees

Comments

@AllanWang
Copy link
Collaborator

Are you interested in having exam schedules within MyMartlet? It's something our organization wanted to do for some time, but we never ended up making a good web client. Given the pdf is in the same location, we can search for updates every day or so. We can then parse the pdf and store a json somewhere in this repo. All my martlet has to do is check for the json updates from time to time

@jguerinet
Copy link
Owner

There was a feature request for this back in 2014, so I'm down. It seems like it would be useful.
I would recommend parsing it and storing it directly into Firebase, where the other config data will eventually live, as opposed to this repo. That way syncing etc. is handled for us. I don't know if Firebase has an API to update a store programmatically but I would assume so.

@AllanWang
Copy link
Collaborator Author

You should be able to update firebase automatically and store it.

That's fine, but you'll probably have to handle all that. I can help with the parser, and optionally with the view logic (independent of firebase)

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