Skip to content

Conversation

@edominia
Copy link

Resolves issue #35

Copy link
Member

@lgirdwood lgirdwood left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remember and write a commit message for each commit and PR title. Otherwise reviewers have no clue what they are reviewing and history is useless.

@edominia edominia changed the title Connecion preferences Connection preferences Jan 21, 2020
getFieldEditorParent());
addField(ipFieldEditor);

userFieldEditor = new StringFieldEditor(ConnectionPreferencesConst.CONN_USERNAME, "Username for all projects: ",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Last login name for Audio Dev projects: "?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We don't want use 'audio'. I will change it to Last login name for Dev projects.


@Override
protected void createFieldEditors() {
ipFieldEditor = new StringFieldEditor(ConnectionPreferencesConst.CONN_ADDR, "Address for all projects: ",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Better to maintain a list of let's say 5 last entered addresses and populate a drop down box in the login dialog.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, but let's make a new issue for it to create it later.

User has to write node address and username for every project separately.
It improves user experience by creating a possibility to set both in preferences windows so user doesn't have to repeat them for
every project if they don't change.

Signed-off-by: Emilia Dominiak <emilia.dominiak@intel.com>
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.

3 participants