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

Browser interface #14

Open
willpearse opened this issue Feb 11, 2013 · 2 comments
Open

Browser interface #14

willpearse opened this issue Feb 11, 2013 · 2 comments

Comments

@willpearse
Copy link
Owner

I got the following from a reviewer:

The command-line interface, while fairly well-designed, is still a potential problem for some users. An equivalent web browser-based interface would help and should be feasible: use Python's built-in CGI server (SimpleHTTPServer) to serve pages locally, and use the webbrowser module to load 'http://localhost' when launching the program. (Note that I'm not suggesting the authors host a public web server themselves.) Assuming you intend to maintain and improve phyloGenerator, I encourage you to look into doing this for a future release.

If you have strong views about the terminal-based interface, please let me know. I'm going to try and implement this, although it may well be at the expense of the terminal-based interface (i.e., I might not keep both going).

Cheers,

Will

@vincentdavis
Copy link

I am be interested in helping, I do think there are a few things that should be done first, like unit tests and documentation within the code.

@willpearse
Copy link
Owner Author

Hello,

Thanks for the offer Vincent!

I completely agree with you - I've made a comment about this on another thread. I'll let you know when I've completed a basic version of the unit tests.

Cheers,

Will

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants