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

Gui #22

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Open

Gui #22

wants to merge 11 commits into from

Conversation

joeyzhao123
Copy link
Contributor

No description provided.

@fazerlicourice7
Copy link
Contributor

Can we move all the data files into some centralized location? right now, they're already in DataProcessing/data,
Can you just point all your source to look in that directory?

Copy link
Contributor

@fazerlicourice7 fazerlicourice7 left a comment

Choose a reason for hiding this comment

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

Can you add data-processing-gui/__pycache__/ to the .gitignore file please, and make those ^^ changes

@joeyzhao123
Copy link
Contributor Author

Ok I updated .gitignore and deleted the data folder. As long as the user has the data, they can just navigate to it themselves.

Copy link
Contributor

@fazerlicourice7 fazerlicourice7 left a comment

Choose a reason for hiding this comment

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

Can you remove the data-processing-gui/__pycache__/ directory? You've added it to git ignore, but it looks like it's still uploaded.

@fazerlicourice7
Copy link
Contributor

probably some combination of git rm and git rebase not sure though, you should look it pu

Copy link
Member

@taitmate38 taitmate38 left a comment

Choose a reason for hiding this comment

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

Okay so I took a look and spent some time also trying to run some data analysis. All in all, it's looking pretty good, and a lot of the comments I left are regarding fairly minor error handling or verification of input.

One larger change that I think would be useful would be if you can save after you've gone through the process of removing, adding, and editing lines. Right now, if I go through all that effort for a tank, then do so for an injector, if I want to go back to the tank then I'd have to start the whole process overall again. It could be as simple as just saving the final positions of the lines, and having a selection box that fills up with the ones that you've already done, so at the very least you can view them again.
Another thing would be to write the values from a calculation to a file so that they can be used for analysis, and only really need to be calculated once. You could create a txt file with the same name as the CSV and have a save button where it would just write/append the calculated values to that.
For these 2 things that I've mentioned, we should chat on slack about if they make sense/specifics, so when you get a chance reach out and we can schedule a quick meeting to go over details!

Overall it's looking great - really excited to soon be able to use this regularly!

data-processing-gui/DataGui.py Outdated Show resolved Hide resolved
data-processing-gui/DataGui.py Show resolved Hide resolved
data-processing-gui/DataGui.py Outdated Show resolved Hide resolved
data-processing-gui/DataGui.py Outdated Show resolved Hide resolved
data-processing-gui/DataGui.py Outdated Show resolved Hide resolved
data-processing-gui/DataGui.py Outdated Show resolved Hide resolved
data-processing-gui/DataGui.py Outdated Show resolved Hide resolved
data-processing-gui/DataGui.py Outdated Show resolved Hide resolved
data-processing-gui/DataGui.py Show resolved Hide resolved
data-processing-gui/DataGui.py Outdated Show resolved Hide resolved
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.

4 participants