diff options
author | John Nduli | 2024-06-25 03:53:09 +0300 |
---|---|---|
committer | BonfaceKilz | 2024-06-25 11:36:30 +0300 |
commit | 1adab634f44ff97450d5b0856ce809be90e8d8a1 (patch) | |
tree | 0da55a0024f0bfd2d70d63d56becb78a3e88e37b /topics/meetings/jnduli_bmunyoki.gmi | |
parent | 8fc6567a179b10fcd8f006e3f834ea1081a1e32b (diff) | |
download | gn-gemtext-1adab634f44ff97450d5b0856ce809be90e8d8a1.tar.gz |
docs: clean up meeting notes to use gemini structure
Diffstat (limited to 'topics/meetings/jnduli_bmunyoki.gmi')
-rw-r--r-- | topics/meetings/jnduli_bmunyoki.gmi | 23 |
1 files changed, 6 insertions, 17 deletions
diff --git a/topics/meetings/jnduli_bmunyoki.gmi b/topics/meetings/jnduli_bmunyoki.gmi index 931856d..cde30ce 100644 --- a/topics/meetings/jnduli_bmunyoki.gmi +++ b/topics/meetings/jnduli_bmunyoki.gmi @@ -12,6 +12,8 @@ Plan for this Week: * @all Reply to survey from Shelby * @jnduli Fix JS import orders (without messing up the rest of Genenetwork) * @jnduli fix search results when nothing is found +* @jnduli test out running guix cron jobs locally +* @Jnduli mention our indexing documentation in gn2 README Note: For qa.genenetwork.com, we chose to pause work on this until papers are done. @@ -19,31 +21,18 @@ Note: For qa.genenetwork.com, we chose to pause work on this until papers are do Review for last week * DONE: @bmunyoki rebuild guix container with new mcron changes -* WIP: @jnduli attempts to make UI change that shows all supported keys in the search: - - our JS imports are not ordered correctly - - using boolean_prefixes means our searches dont work as we'd expect -* WIP: @bmunyoki create an issue with all the problems experienced with search and potential solutions. Make sure it has replication steps, and plans for solutions. - - cis and trans searches not added to the issue - - boolean searches has a potential fix that @bmunyoki will work on -* TODO: @bmunyoki follows up to make sure RDF changes are visible in production and fix issues that come up -* TODO: @bmunyoki and @jnduli genewiki indexing - - PR still open, script hasn't been tested out due the RAM outage. - - No way to easily instrument how RAM works and how we'll kill the process. +* WIP: @jnduli attempts to make UI change that shows all supported keys in the search: Blocked because our JS imports aren't ordered correctly and using `boolean_prefixes` means our searches don't work as we'd expect. +* WIP: @bmunyoki create an issue with all the problems experienced with search and potential solutions. Make sure it has replication steps, and plans for solutions. Issue was created but we need to get a better understanding for how cis and trans searches work. +* TODO: @bmunyoki and @jnduli genewiki indexing: PR for WIKI indexing is completed, but we didn't test it out due to the outage caused by RAM and our script. We don't have a way to easily instrument how much RAM our process uses and how to kill the process. * DONE: @bmunyoki demoes and documents how to run and test guix cron job for indexing - - @jnduli need to run the instructions and see if they work as expected * DONE: @bmunyoki trains @jnduli on how to review patchsets from emails -* TODO: @jnduli attempts to add stronger types to index-genenetwork script, to make it explicit that we're using MonadicDicts -* TODO: @jnduli Documentation improvements for GN2 and GN3 and auth? None done last week. * DONE: @jnduli Follow up notes on setting up local index-genenetwork search - - @jnduli figures out where to add a mention to the xapian docs in gn2 README * DONE: @alexm handling with graduation, AFK +* TODO: @bmunyoki follow up with Rob to makes sure he tests search after everything is complete: He got some feedback and Rob is out of Town but wants RIF and Wiki search by July 2nd. Nice to haves: * TODO: minor: bonfacem makes sure that mypy/pylint in CI runs against the index-genenetwork script. -* TODO: @bmunyoki follow up with Rob to makes sure he tests search after everything is complete - - got some feedback since he commented on some PR. He's out of Town. Goal for RIF and Wiki search by July 2nd. - - can't do a normal RIF search using the normal mysql since nginx times out * TODO: @bmunyoki follow up how do we make sure that xapian prefix changes in code retrigger xapian indexing? - howto: xapian prefix changes, let's maintain a hash for the file and store it in xapian - howto: for RDF changes, since we have ttl files, if this ever changes we trigger the script. It's also nice to be able to automatically also load up data to virtuoso if this file changes. |