Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transition To Pagestore Model #17

Open
JD-P opened this issue Jun 30, 2019 · 0 comments
Open

Transition To Pagestore Model #17

JD-P opened this issue Jun 30, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@JD-P
Copy link
Owner

JD-P commented Jun 30, 2019

Instead of holding posts in a database, it would be desirable to use a flat-file pagestore model so that posts can be managed by git or other version control systems. In order to do this, several things have to happen:

  • Every reference to posts and comments in the source code has to be converted to use the pagestore API
  • Some idea of how to reference pagestore items from the API needs to be in place (i.e, what ID system to use for pages)
  • It should be possible to put the page store API in top of arbitrary backends using a python wrapper, which implies that page stores need to be swappable and loadable as extensions.

And probably other stuff that I'm forgetting right now.

@JD-P JD-P added the enhancement New feature or request label Jun 30, 2019
@JD-P JD-P self-assigned this Jun 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant