nathansamuell / groundStation

AIAA Ground station Repo
MIT License
0 stars 0 forks source link

Refactor file structure #15

Open nathansamuell opened 3 weeks ago

nathansamuell commented 3 weeks ago

Details: The file structure of the project is a little wonky--update it to follow these guidelines:

Any file with 'Window' in the name excluding MainWindow.py should be refactored into Views.py, which will now contain all window classes (except for MainWindow.py)

New instructions for other files will be added as a comment to this thread, or the issue will be closed if someone or me beats me to fixing it.

Instructions: clone the repo on your machine, make a new branch called "issue_no_15". When you have made your changes, submit a pull request to merge your branch into the ui branch.