Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

User configuration of UI #38

Open
IanMayo opened this issue Mar 27, 2018 · 0 comments
Open

User configuration of UI #38

IanMayo opened this issue Mar 27, 2018 · 0 comments
Assignees

Comments

@IanMayo
Copy link
Collaborator

IanMayo commented Mar 27, 2018

Once we've got browser storage sorted (#11), I'd like to let users change the UI.

Here's the flow:

  • at app load, we populate the UI using example.js
  • we also store this UI into local storage.
  • We have a config UI button. This lets the user produce an editable copy of the current UI. The user specifies a name for the new UI
  • Then the UI definition is made editable via the JDorn JSON Schema Editor (https://github.com/jdorn/json-editor)
  • This takes the UI schema file, plus the current UI definition
  • On complete, the UI switches to use this new one
  • Alternatively, the user can switch to any other user-edited UI layout.
@Morphexe Morphexe self-assigned this Mar 27, 2018
@IanMayo IanMayo changed the title User configuring of UI User configuration of UI Mar 27, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants