diff options
author | Frederick Muriuki Muriithi | 2022-05-26 16:53:35 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2022-05-26 16:53:59 +0300 |
commit | b0dd2e92991a0bed1c97c63ac8e0e82ce1c0453f (patch) | |
tree | e4c1552276e8d6900b7e868ffed5d7947059eae4 | |
parent | a6dd5226f5b0b6a2e372fe9c2165d68715843c7e (diff) | |
download | gn-gemtext-b0dd2e92991a0bed1c97c63ac8e0e82ce1c0453f.tar.gz |
Update issue with progress.
-rw-r--r-- | issues/improve-menu-generation-and-move-it-to-gn3.gmi | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/issues/improve-menu-generation-and-move-it-to-gn3.gmi b/issues/improve-menu-generation-and-move-it-to-gn3.gmi index b621cbe..8898bcf 100644 --- a/issues/improve-menu-generation-and-move-it-to-gn3.gmi +++ b/issues/improve-menu-generation-and-move-it-to-gn3.gmi @@ -5,7 +5,7 @@ * assigned: fredm * type: bug * priority: medium -* status: pending +* status: in progress * keywords: menu generation, GN2, GN3 ## Description @@ -22,4 +22,14 @@ The queries should be reworked, and the code should be moved to GN3 since it doe * [ ] Rework the queries: don't run queries inside loops * [ ] Move the code to GN3 -* [ ] Provide results of function at an endpoint in GN3 +* [x] Provide results of function at an endpoint in GN3 + +## Update: 2022-05-26 + +Commits +=> https://github.com/genenetwork/genenetwork3/commit/236d9236c794d7870258eab9e087f990c557462a +=> https://github.com/genenetwork/genenetwork2/commit/e71d2c5d35771645a85a5e0fa7ebdfca4809a16b +=> https://github.com/genenetwork/genenetwork2/commit/98367087f262c0d0cdd7aae691989f90f4d40dcc +enable the fetching of the menu items from GN3. They also report in case of any errors fetching the data from the server. + +There is still a need to remove the code from GN2 but it might be a while since it is seemingly used in more than one place. |