-
Notifications
You must be signed in to change notification settings - Fork 4
Dialogs
mattjSTFC edited this page May 13, 2022
·
6 revisions
- Avoid dialogs launching dialogs: Dialogs should avoid launching additional dialogs, as they add visual complexity
- Don’t include multiple steps in a dialog: Breaking a complex task into multiple steps is a great idea, but it’s also generally a sign that something is too complex to ask users to complete within the confines of a dialog. If an interaction is complex enough to require multiple steps, then it’s complex enough to warrant its own page.
-
Architecture
-
Dev environment
-
Developing a plugin
-
Deployment
- Deploying SciGateway
- SciGateway Settings
- Deploying plugins
-
Releasing
-
Plugins
-
Continuous Integration
-
UX
-
Feedback