Giter VIP home page Giter VIP logo

capstonestahull's Introduction

CapstoneSTAHull

This repository is for the STA Development Team in Mrs. Hull's room for working on the capstone project.

How to use GitHub

This will not tell you how to use all of github, just what you need to know. When you are done with a major contribution, you will do this.

  • Open up github (the program not shell)Example
  • Make sure you have the right repository selected (CapstoneSTAHull)Example
  • Make sure you have the right branch selected (Should be yourname-work where yourname is your name)Example
  • Click the cog-wheel in the top right and click "Open in Git-Shell"Example1|Example2
  • Once the shell opens you will see your branch name in a fancy color (if it is not your branch name you need to exit and make sure you are on your own branch in the github program)
  • If the branch is blue, then everything is goodExample
  • If it is green then you need to do the command "git push". Example
  • If your name has some red numbers after it, then you need to do "git add --all".Example
  • If your name has some green numbers after it, you need to commit, so use the command "git commit -a".Example
  • Once you commit, you'll see a file popup in notepad. What you need to do here is write what changes you made and why. Once you write that, go ahead and save and close the window, and then do "git push".
  • IF YOU HAVE HAD YOUR CONSOLE WINDOW OPEN FOR A WHILE, THE FIRST THING YOU NEED TO DO IS USE "git status" SO YOUR COLORS UPDATE
  • If your shell is red, then that means you need to use "git pull"
  • Now, lets say for example that Johnny wants to pull in all of Danny's work onto his computer. To do that you would go to the github program, go to Danny's branch, go into git shell, and do "git pull" and you would pull in his entire branch!
  • Thats it! You should do this on a semi-regular basis. Doesn't actually matter how often, just make sure you do it
  • ONLY COMMIT TO YOUR BRANCH! When you have a working version of whatever needs to be done on your branch, then we can make a pull request to the vNext branch, and once its cleared there, we can pull with master

capstonestahull's People

Contributors

austincleavitt avatar peb1231 avatar soccer9721 avatar stasoftdev avatar zjzoltek avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

capstonestahull's Issues

Conforming to the event dispatch thread

One issue that our program is susceptible to is the fact that when we start it up, we aren't ensuring that the event dispatch thread is ready to receive. The simple solution is to invoke

SwingUtilities.invokeLater(() -> { //frame setup and etc... }

The transition from search results to the page corresponding to that result takes too long

As of right now, the transition time from a search result to a page takes far too long (~3-5 seconds). I am hoping that we can get this down to 2-3 seconds, but if we cannot do that, we need to at least utilize a SwingWorker so that when the transition is taking place, the program stays responsive. Previous unimagined features may be needed after we put the transition into a thread, such as cancelling the transition, or how the program will handle a user moving off the search results page while a transition is being made in the background.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.