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

App Settings: Generated UI - single text input #2142

Closed
ErisDS opened this issue Feb 7, 2014 · 1 comment
Closed

App Settings: Generated UI - single text input #2142

ErisDS opened this issue Feb 7, 2014 · 1 comment
Labels
affects:admin Anything relating to Ghost Admin

Comments

@ErisDS
Copy link
Member

ErisDS commented Feb 7, 2014

Requires #2139

The goal of this issue is to be able to define a single text-based setting for an app as per #2139, and have this result in a working text input on that app's setting page (and not the setting page of any other apps).

settings

The outputted UI needs to contain the label & help text defined in the app's settings, and a standard text input pre-populated with the value from the app_settings table.

When saving the setting, it needs to run any validations (such as max length) defined in the settings, and save the new value.

Notifications for success, validation error, or other errors need to be generated such that they are consistent with the rest of Ghost.

The key part of completing the goal of this issue is creating a structure for defining settings UIs that can easily be output, so that as we expand the abilities of apps and this system, it will be able to generate screens with many and various settings.

Data binding will be a serious consideration for this issue.

@ErisDS ErisDS added settings and removed data labels Feb 9, 2014
@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
affects:admin Anything relating to Ghost Admin
Projects
None yet
Development

No branches or pull requests

1 participant