does Gramps.js satisfies some of the old design docs on Gramps-Project.org? #321
-
The Gramps Server Mode wiki article was spun out of GEPS 013: Gramps Webapp. It seems like the recent development should be an answer to the questions brought up in both articles. Could someone review those 2 articles and see if they should be updated with references to the new development? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hi, I suggest to put an info box on top of both wiki articles and say: "This page is part of an obsolete discussion of a Gramps web app and has been superseded by Gramps Web" (and link to https://gramps-project.org/wiki/index.php/Addon:Gramps_Web). The motivation in GEPS 013 is essentially the same motivation as Gramps Web, but the architecture is very different. One important difference is that the server code and the user interface code are separated, while GEPS 013 would have implemented both in Django. The "Gramps Server Mode" is also obsolete - it is replaced by the Gramps Web API (https://github.com/gramps-project/gramps-webapi/). |
Beta Was this translation helpful? Give feedback.
-
Is this appropriate? (Although "branch/gep/geps-013-server SVN" was apparently deleted from GitHub.) GEPS 13 Gramps Server Mode |
Beta Was this translation helpful? Give feedback.
Is this appropriate? (Although "branch/gep/geps-013-server SVN" was apparently deleted from GitHub.)
GEPS 13
WebApp has been superseded
This GEPS page is part of an obsolete discussion of a Gramps web app and has been superseded by Gramps Web, a server-based variant of Gramps was released in late 2022.
Gramps Server Mode is also obsolete. It is replaced by the Gramps Web API in March 2023.
The architecture is very different than specified in this GEPS. One important difference is that the server code and the user interface code are separated, rather than both implemented in Django.
Gramps Server Mode
Gramps Server Mode has been superseded
Gramps Server Mode is obsolete and was replaced by…