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

simplified workflow for adding new airname #66

Merged
merged 1 commit into from
Sep 27, 2019

Conversation

RocketMan
Copy link
Owner

@RocketMan RocketMan commented Sep 20, 2019

In the playlist editor, adding a new airname is a three-click operation, with two visits to the playlist info screen:

playlist info screen > new airname screen > playlist info screen > tracks screen

However, it is possible to simplify the user experience, such that there are no extra clicks and no additional screens:

playlist info screen > tracks screen

In this new workflow, an existing airname may be selected from the drop list as usual or a new airname can be entered directly into the field. In the latter case, normal validation logic applies, such that the user is not allowed to leave the screen if there is a problem with the airname (for example, if it is already in use by another DJ).

This functionality is commonly referred to as a "combo edit" or "combo box". It is a user interface element that combines the functionality of a single-line text input field with a drop list.

Newly added airnames are available from the drop list in future visits to the playlist editor.

Fixes #61

@RocketMan RocketMan added this to the v2.4.1 milestone Sep 20, 2019
@RocketMan
Copy link
Owner Author

Fixes #67

@RocketMan RocketMan merged commit d3d4140 into hotfix-2-4-0 Sep 27, 2019
@RocketMan RocketMan deleted the airname-workflow branch September 30, 2019 09:56
eric-gilbertson pushed a commit to eric-gilbertson/zookeeper that referenced this pull request Oct 11, 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

Successfully merging this pull request may close these issues.

1 participant