You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: