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

Functionality to Delete and manage posts #12

Open
CPapadim opened this issue Aug 27, 2018 · 0 comments
Open

Functionality to Delete and manage posts #12

CPapadim opened this issue Aug 27, 2018 · 0 comments

Comments

@CPapadim
Copy link
Owner

Adding, publishing, and deleting posts is a very manual process right now.

Especially deleting posts is not possible without going directly into the DB when using a dbrepository.

The editor endpoints have a lot of this functionality, but the editor UI is not great for managing posts, it's meant for creating them.

We can expose this functionality by looking at editor.py and exposing those routes in other places (like the posts themselves) on the site. For example, for deleting posts, the route /ajax/editor/delete?path=projects/my_post.kp can do that (though it's not implemented for dbrepository)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant