Edgar Costa
Edgar Costa
I think if we manage captcha, the registration page, we should be able to limit the rate. On Fri, Apr 24, 2020 at 2:17 PM Andrew Sutherland wrote: > @rbommel...
Just to be clear, we should provide them the with the last version and not all previous versions. The later might be quite confusing, and also they might be getting...
This is a good suggestion I already wrote some code for that (https://github.com/edgarcosta/beantheory/blob/master/beantheory/seminars/ical.py) But where it gets finicky is the format. We want to extract 4 text fields: - Speaker...
https://pypi.org/project/parse/ On Sun, 12 Apr 2020 at 14:05, rbommel wrote: > Would it be an idea to let the curator specify his/her own formatting? I > imagine they put some...
I think we can use google analytics API to do that, but the number of users since the beginning might be a bit boring in one month or so. On...
We discussed this a bit more. Here are some things that might lead us to the right path: - having a local database and do the filtering there - populate...
We also meeting next Wednesday at noon, eastern time to discuss this a bit more.
Here are the options for storage: https://github.com/google/lovefield/blob/master/docs/spec/02_data_store.md Here is a way to check which type is available: https://github.com/ripeworks/local-storage-fallback/blob/master/src/isSupported.js
Our plan: - [x] Setup a local database in local storage and populate with all talks (assigned @edgarcosta ) - Talks table schema: ``` uid: string = series_id/series_ctr series_id: string...
I have managed to load all the talks into local storage: https://test.researchseminars.org/static/lovefield_demo.html