|
||||
| ||||
|
|
#1 |
|
Global Moderator
Join Date: Feb 2002
Location: Minneapolis, MN
Posts: 5,238
|
BOSI v2 Preview
http://bosi.allin1websolutions.com/v...v2_preview.htm
My apologies for the cross post. Feel free to ask any questions you might have.
__________________
Joe Success isn’t owned. It’s leased. And rent is due every day. |
|
|
|
|
|
#2 |
|
All Star Reserve
Join Date: Apr 2002
Location: Atlanta, GA
Posts: 650
|
Awesome, Joe! Can't wait!
Will there be an upgrade path for leagues that are using BOSI v1 right now? Also, since my league is hosted on the BOSI server, will that data be updated, or will we have to start from scratch? |
|
|
|
|
|
#3 | |
|
Global Moderator
Join Date: Feb 2002
Location: Minneapolis, MN
Posts: 5,238
|
Quote:
), and data will be brought along with it. The only thing I might not be able to bring forward will be amateur draft picks. I plan on totally overhauling the way I store that information. It is my intention to provide an upgrade path for those as well, but I might not be able to pull it off. Currently, our upgrade script is 285 lines and growing. The database is being changed in a lot of ways: 1. I'm using a new table type .. Inno DB. It allows me to have foreign keys. This means that if 2 tables are related, a value must exist in the master table in order to be referenced in the child one. For example, in PLAYER, a TEAM_ID has to exist in the TEAM table before it can be used in PLAYER. What this also does is allow me to "cascade delete". When I say delete from PLAYER where PLAYER_ID = 1, it not only deletes the player record, but all his stats, ratings, history, etc. as well. 2. Putting bosi_ in front of all tables so you can install it in an existing DB and not worry about it overwriting any of your existing tables. This could come in handy if your plan has a small # of MySQL DBs available. 3. Taking all the Month, Day, Year columns and making them into a date field. 4. Paying close attention to indexes. They take up some storage space, but, when created properly, they make the application run much faster.
__________________
Joe Success isn’t owned. It’s leased. And rent is due every day. |
|
|
|
|
|
|
#4 |
|
Hall Of Famer
Join Date: Dec 2002
Location: New Jersey
Posts: 2,410
Infractions: 0/1 (1)
|
Are we going to beta test it on IABL?
__________________
GFBL - Storm - 5 seasons - 500 - 310 New Jersey Nighthawks (1227-717) Last 5 seasons 2011: 118-44 2012: 100-62 2013: 111-51 2014: 106-56 2015: 108-54 OTBA Champions: 2008, 2010,2011 |
|
|
|
|
|
#5 |
|
All Star Starter
Join Date: Feb 2002
Location: Los Angeles, CA
Posts: 1,426
|
Looks good Joe.
|
|
|
|
|
|
#6 | |
|
Global Moderator
Join Date: Feb 2002
Location: Minneapolis, MN
Posts: 5,238
|
Quote:
__________________
Joe Success isn’t owned. It’s leased. And rent is due every day. |
|
|
|
|
|
|
#7 |
|
Hall Of Famer
Join Date: Dec 2002
Location: New Jersey
Posts: 2,410
Infractions: 0/1 (1)
|
I see a bug...I checked out the jacktest page and i checked out my Mets. In team records, it says Josh Beckett with 11 wins but last season, he was with me for 1/2 the season and had 13 wins with me....
__________________
GFBL - Storm - 5 seasons - 500 - 310 New Jersey Nighthawks (1227-717) Last 5 seasons 2011: 118-44 2012: 100-62 2013: 111-51 2014: 106-56 2015: 108-54 OTBA Champions: 2008, 2010,2011 |
|
|
|
|
|
#8 | |
|
Global Moderator
Join Date: Feb 2002
Location: Minneapolis, MN
Posts: 5,238
|
Quote:
__________________
Joe Success isn’t owned. It’s leased. And rent is due every day. |
|
|
|
|
|
|
#9 |
|
All Star Starter
Join Date: Jun 2002
Location: Following everyone off a cliff.
Posts: 1,522
|
Thanks for all your hard work to make the OOTP experience an even better one. Looking forward to it.
|
|
|
|
|
|
#10 |
|
Hall Of Famer
Join Date: Dec 2002
Location: BC, CANADA
Posts: 2,994
|
looks great!
|
|
|
|
|
|
#11 |
|
All Star Starter
Join Date: Nov 2002
Location: Georgia
Posts: 1,685
|
is metskid AKA Potatoman?
|
|
|
|
|
|
#12 |
|
All Star Starter
Join Date: Feb 2002
Location: Los Angeles, CA
Posts: 1,426
|
Yes, and that should be a nomination for worst name change ever
.Joe, I'm going to be looking at adding B.O.S.I for the UBL. Do you think I should wait for v2 or add v1 and then look to update? Will updating be an easy process? |
|
|
|
|
|
#13 | |
|
Ball Breaker
Join Date: Apr 2003
Location: Canada OOTPChampionships: 5
Posts: 898
|
Quote:
|
|
|
|
|
|
|
#14 |
|
Minors (Triple A)
Join Date: Dec 2001
Location: Lowcountry SC
Posts: 226
|
Joe:
Looks great !l ove the 'career' path development report - sweet - plus the way in which you and the boys packed the info in - it's AbFab! I recall you making mention of wa way for Commishes to access 'computer owned' teams in the upgrade - to help facilitate any trades etc., is this still a go ? Again thanks a plenty from me and i'm sure i speak for the rest of the OOTP Community in this matter too.
__________________
Love, Peace & Chicken Grease, chef jimiP |
|
|
|
|
|
#15 | |
|
Major Leagues
Join Date: Feb 2003
Location: Fort Lauderdale, FL
Posts: 473
|
Quote:
__________________
ESPN The Show live chat during 2004 ALCS: Julie (Boston): Do you think Jeter does the fist pump everytime he disappoints a woman in bed? Or does he save it for when he's with A-Rod? Bill Simmons: Whoops - I didn't mean to post that. Really, I didn't. |
|
|
|
|
|
|
#16 | |
|
Global Moderator
Join Date: Feb 2002
Location: Minneapolis, MN
Posts: 5,238
|
Quote:
As to when you want to start using BOSI, that's completely up to you. I figure we still have at least 2 months worth of effort before this version is released.
__________________
Joe Success isn’t owned. It’s leased. And rent is due every day. |
|
|
|
|
|
|
#17 | |
|
Global Moderator
Join Date: Feb 2002
Location: Minneapolis, MN
Posts: 5,238
|
Quote:
__________________
Joe Success isn’t owned. It’s leased. And rent is due every day. |
|
|
|
|
|
|
#18 | |
|
Global Moderator
Join Date: Feb 2002
Location: Minneapolis, MN
Posts: 5,238
|
Quote:
__________________
Joe Success isn’t owned. It’s leased. And rent is due every day. |
|
|
|
|
|
|
#19 |
|
Major Leagues
Join Date: Dec 2001
Posts: 375
|
Joe -
Will an update to your exporter accompany this? I am still hoping for a new fielding characteristics export that inlcudes ALL fielding data for a player in one record (as opposed to now, where a record exists for each player's position.) Thanks! |
|
|
|
|
|
#20 | |
|
Global Moderator
Join Date: Feb 2002
Location: Minneapolis, MN
Posts: 5,238
|
Quote:
__________________
Joe Success isn’t owned. It’s leased. And rent is due every day. |
|
|
|
|
![]() |
| Bookmarks |
|
|