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

Connection UI #1

Open
drewlindsey opened this issue Feb 15, 2017 · 2 comments
Open

Connection UI #1

drewlindsey opened this issue Feb 15, 2017 · 2 comments
Labels

Comments

@drewlindsey
Copy link
Member

A UI should be developed for the user to connect from. The attached image specifies the UI for this connection page. No actual connection should happen at this stage. The form details should be posted to the electron process for later use. We should firstly establish the JSON representation for this form so that we can simultaneously work on the backend process(es).

image

@drewlindsey drewlindsey added this to the IRC Connection milestone Feb 15, 2017
@dozmus
Copy link
Member

dozmus commented Feb 15, 2017

One possibility:

{
  "user": {
    "nickname": "cool-user",
    "password": "123",
    "username": "usr",
    "realname": "ethereal-irc"
  },
  "server": {
    "hostname": "irc.rizon.net",
    "port": 6667,
    "ssl": true,
    "channels": [
      "#chat"
    ]
  }
}

We can take default values for username and realname until a later date, but these are necessary to start an IRC connection.

@darwinshameran
Copy link

A password key-value pair should be added to the server object, some users might want to access password protected servers.

drewlindsey added a commit that referenced this issue Feb 16, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants