All notable changes to this project will be documented in this file.
- Footer
- Content Delivery Networks ( files served locally )
- All Transactions Model calls in the Player Controller
- Stock Controller
- Stocks Model
- Moved transaction table to right-panel
- Load most active player if no player is logged in
- Reduced code in Player Controller and Transaction Model
- Fix Players/index - no playername
- Change navbar with appropriate names
- Transactions for stocks
- Style for transactions
- Homepage: fix links to stock history pages
- Fix login and logoff redirect
- Fix json header conflict
- Fix .htaccess
- Now displays currently logged in user
- Added login and logoff functionality
- Created a view and controller for the players
- Added a drop down menu to list the players
- Populated table with transaction data
- Populated a table with holdings data for players
- Grab equity for each appropriate player
- Links for each player's portfolio page
- Links for each stock's history page
- Homepage with stocks and players info
- Stock History
- Added stock/display
- Added dropdown list in stock index
- Altered Movements and Transactions models
- Altered autoload
- autoloaded movements and transactions models
- url helper
- Added stockcontroller
- Added stock model
- Added stock index view
- page templates
- updated base controller
- initial stylesheet ( temp )
- fixed view injection
- .htaccess
- Base controller
- Index view for Base
- README now contains brief description of the project and list of team members
- CodeIgniter 3.0.4 added as base framework