banool / auslan_dictionary

Code for the app, scripts, and site for Auslan Dictionary
https://auslandictionary.org
GNU General Public License v3.0
13 stars 3 forks source link

Add GK support #53

Closed banool closed 2 years ago

banool commented 2 years ago

For the flashcards, it'd be neat to have it look at the raw github repo (like it does for the data update) to see whether to enable the flashcards feature or not. Since it'll check on rebuild (aka all the time), it'd probably be the best experience to have the data be memoized with a timeout, so at worst it checks like every 15 minutes. Another option would be to just check once on start, probably simpler that way. It should fallback to a hardcoded default if the check fails.

banool commented 2 years ago

Added in 87933b83bb86a772298f6c2acf51d437b695706d.