-
Notifications
You must be signed in to change notification settings - Fork 1
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
WIP: Prototype for filing out lab config files #1
Open
jakirkham
wants to merge
10
commits into
DudLab:master
Choose a base branch
from
jakirkham:add_config_gui
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jakirkham
force-pushed
the
add_config_gui
branch
2 times, most recently
from
June 9, 2016 03:37
9234236
to
d245567
Compare
Did a bit more clean up. Now has some mechanisms for packaging and installation. Some other minor tweaks are still worthy of consideration. |
jakirkham
changed the title
WIP: Prototype for filing out lab config files
Prototype for filing out lab config files
Jul 20, 2016
jakirkham
changed the title
Prototype for filing out lab config files
WIP: Prototype for filing out lab config files
Jul 20, 2016
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Basically, this let's one fill out a config file with PyQt4. It still needs a conda package to make install. That ends up being quite easy to do I just might want to rename things here. Also, we might want a clickable app as opposed to a command line call. Again this should be pretty easy to do. This is kind of what it looks like. Right now it is very free form so anything can go in these fields. Basically I just use the fields from the Excel sheet. We can add default value fields as needed.
One can fill this out. Tabbing is possible between fields. Here is a sample of it filled out.
Once done, one merely selects "Ok" and a File Dialog comes up. Currently this saves data as JSON (pretty easy to read in all languages) though other formats can be used.
If you try to overwrite a file, it warns you and checks to see if that is ok.
The final output is formatted with a computer program or human reader in mind.
This was pretty fast to whip up and certainly can be played with further. Feedback welcome. 😄
Also, feel free to cc others. Basically just picked the most interested people so far. 😉
cc @dudmanj @yttrie @luketc