Skip to content
This repository has been archived by the owner on Aug 27, 2021. It is now read-only.

Outstanding Admin UI functionality #238

Open
dhlevi opened this issue Aug 29, 2018 · 3 comments
Open

Outstanding Admin UI functionality #238

dhlevi opened this issue Aug 29, 2018 · 3 comments
Assignees

Comments

@dhlevi
Copy link
Collaborator

dhlevi commented Aug 29, 2018

The following functions are currently modifiable from the JSON configuration for SMK, but do not have options via the Admin UI (the list will be updated as other functions are added to client but absent from the admin UI):

  • Toggle for vector cluster convex hulls
  • Updatable headers/labels for in-panel tools
  • Desktop/Mobile UI default toggles (desktop, mobile, or autodetect)
  • UI Theme toggles (maybe, might be irrelevent after mobile UI updates)
  • Support for layer display (folders, groups)
  • Active Tool setting on viewer

These functions are in progress, or planned for future releases.

@NicoledeGreef
Copy link
Collaborator

Other things that came up which might be considered for addition to the Admin UI:
-ability to set up the identify tool so that the functionality is still there but no icon displays in the toolbar; achieved by "widgetComponent": null in config
-ability to set the default active tool (e.g. so about/welcome page is open upon startup)
-ability to pick one of a few available themes

@qqnluaq
Copy link
Collaborator

qqnluaq commented Sep 25, 2018

There are new tools: list-menu and shortcut-menu. These are containers, and hence can be value of the position property of other tools.

list-menu is the replacement for the menu tool, that displays tools using it in a vertical list. It also implements navigation semantics for panels contained in it.

shortcut-menu shows tools in the bottom-right corner of the map, as separate round buttons.

The viewer section of the configuration has two new properties: device and themes.

device is one of desktop, mobile or auto.
themes is a list of theme names.

@dhlevi
Copy link
Collaborator Author

dhlevi commented Sep 28, 2018

Above update and model changes to bring in line with mobile tool updates are now in place. The Layer display tool needs some touching up to get it 100%, but it is functional. A secondary ticket will be created to cover enhacements for this tool

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

3 participants