GoStudy is a desktop app that allows you to make, find and join a study group on campus at The University of Texas at San Antonio. When creating a file, you can specify the name of the group study, what will be worked on in the study group, and where and when the group will be held. If you don't have a group, but are looking for a particular study group on campus, then you can search for it on the main map by clicking around campus. If you do know the name of the study group then you can search for it by typing it in the search bar. From there, you can join!
1 .Install Eclipse
Instructions here: (http://www.cs.utsa.edu/~cs3443/notes/eclipse-hints.html)
2.Install the Eclipse JavaFX plugin
In Eclipse, Help, Install New Software
In the drop-down menu (next to "Work with:"), choose the release site In Eclipse Mars, this is "Oxygen - (http://download.eclipse.org/releases/oxygen")
Filter the list by typing "fx" in the textbox below.
Click the checkbox for "e(fx)clipse - IDE"
Click Next through the installation
Restart Eclipse
3.Install SceneBuider
Download the installer: (http://www.oracle.com/technetwork/java/javafxscenebuilder-1x-archive-2199384.html) Download and install SceneBuilder 2.0
Source:(http://www.cs.utsa.edu/~cs3443/javafx/index.html)
- Clone or download the URL for GoStudy app on GitHub. (https://github.com/UTSA-CS-3443/GoStudy)
- Open Eclipse. On Eclipse, click File -> Import
- Under file Git, click "Projects from Git" and click next
- Click Clone URI
- Paste the URL into the URI field and click next
- Click next again, if Master is checked
- If the directory is in the correct area, then click Finish. The project should show up on Package Explorer sidebar.
- Right-click the project.
- Click "Run as"-> "Java Application"
- Create a user, and it should be self-explanatory from there.
Any issues, email .
- Eclipse Java
- JavaFx
- Scenebuilder
- Annie Stephenson - Vast Majority of the GUI and back end
- Samuel Burnett - Back end work for groups
- Carlos Martinez - Back end work for groups
- Carla Cardenas - Map GUI and back end
- John Le - Map GUI and back end
- Victoria Huerta - Login and Create User GUI and back end
- Gloria Trevino - Login and Create User GUI and back end
- Hat tip to StackOverflow
- and Google
- Professor Fernandez
- Annie's dad
We are newbies, have mercy!