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

Ghost Apps & the Ghost Developer Kit #1474

Closed
ErisDS opened this issue Nov 14, 2013 · 5 comments
Closed

Ghost Apps & the Ghost Developer Kit #1474

ErisDS opened this issue Nov 14, 2013 · 5 comments

Comments

@ErisDS
Copy link
Member

ErisDS commented Nov 14, 2013

Please Note: Apps is the new name for plugins.

The work towards making Ghost apps possible is spread across several issues in several different repositories.

We now have the Ghost-App repository where the app boilerplate is beginning to take shape.

The boilerplate / base structure

First we want to get to the point where we can create an app with the simplest access to Ghost.

Goal: Create an example app that can register a handlebars helper and filter jQuery out from ghost_foot.

App Installation

We want to make it possible to easily install and manage an app

Goal: Users can easily activate and manage apps without touching the database even if the app disappears or is broken.

App Safety and Security

Users should be able to depend on an app to do what it says. Apps should be able to do things they ask for permission for. We should make it clear what it is and is not acceptable for an app to do.

Goal: To be able to define an app with a set of permissions. The app should get those permissions and be held to them. E.g. permission and ability to edit a post but not delete one.

[TBD: improve goal to be more easily measurable]

[TBD: provide examples for ACL]

Data API v1

Our JSON api, which will be exposed internally to apps as the 'Data API' needs work to improve

Goal: A consistent v1.0 JSON API which is documented!

Application Settings

Goal: To be able to create an application with a single setting and appropriate UI.

Other APIs

In order to build a realistic app, we're going to need access to more than just a data API

Goal: To be able to rebuild the Kudos example plugin by @jgable using the tools provided by the GDK.

If you're interested in our intentions for Ghost Apps, I recommend reading the (very much WIP) Imagining the Ghost Developer Kit

@JuanKRuiz
Copy link

Ghost Apps = plugins?

@ErisDS
Copy link
Member Author

ErisDS commented Nov 14, 2013

@JuanKRuiz yep 👍

@halfdan
Copy link
Contributor

halfdan commented Feb 10, 2014

A question that arises after looking at the kudos plugin:

The Kudos plugin directly uses Knex to create a new table. Eventually it should be possible to drop that same table again. Ghost core tables would need protection from being dropped by a plugin.

@jgable
Copy link
Contributor

jgable commented Feb 10, 2014

Yeah, that new table will be replaced by the custom data table we have
planned, along with access available through the app proxy.

@ErisDS ErisDS modified the milestone: 0.6 Apps Sep 2, 2014
@ErisDS ErisDS added the later [triage] Things we intend to work but are not immediate priority label Jun 26, 2015
@ErisDS
Copy link
Member Author

ErisDS commented Jun 26, 2015

Temporarily closing all of the app specific issues (tagged with later). Will review & reopen those that are still relevant when we kick off that project, which should be shortly after Zelda lands.

@ErisDS ErisDS closed this as completed Jun 26, 2015
@ErisDS ErisDS removed later [triage] Things we intend to work but are not immediate priority labels Jan 23, 2019
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

4 participants