BuzzerBeater Forums

Suggestions > BB App

BB App

Set priority
Show messages by
This Post:
00
259891.17 in reply to 259891.16
Date: 7/4/2014 4:23:09 PM
Overall Posts Rated:
135135
Joe is right, security is always a concern, especially as we probably won't have many(if any) experienced developers to do it. But I can see a couple options to work on that, first would be using facebook login, which is already in place and seems to be secure enough, second would be some kind of game center/google account link, but that gets harder with multiplatforming, then there's always hash and commonly used security protocols which can be found in public libraries. Facebook login is by far the most feasibly in my opinion, but it would be up to the BBs and the devs to look at the best option available.

@Marin: Sounds good, I'll think about that as soon as the world cup match is over (go Brazil!)
Then I guess we should find the people to work on it and set up a forum or wiki for the kickoff.

This Post:
00
259891.18 in reply to 259891.17
Date: 7/4/2014 4:53:54 PM
Florida Champs
IV.2
Overall Posts Rated:
252252
Second Team:
Great Lakes Spartans
So if this becomes a thing, Marin, are you going to hack the post and then let us suggest features for the app?

This Post:
33
259891.19 in reply to 259891.18
Date: 7/7/2014 10:31:50 AM
TrenseRI
II.1
Overall Posts Rated:
36023602
Second Team:
ChiLeaders
Hack the post? I don't think I understand what you mean.

Since you all know the offseason calculations are starting today, I will have to concentrate on the that for a couple of days. I am by no means abandoning the bb app idea, I will just have limited time to post here and organize things, so please be patient and we'll jump back on the idea as soon as we can. Thanks!

This Post:
00
259891.20 in reply to 259891.19
Date: 7/7/2014 2:03:34 PM
Florida Champs
IV.2
Overall Posts Rated:
252252
Second Team:
Great Lakes Spartans
I mean like take it over and start a discussion about it, like the 2nd team one.

This Post:
22
259891.21 in reply to 259891.20
Date: 7/8/2014 7:29:50 AM
TrenseRI
II.1
Overall Posts Rated:
36023602
Second Team:
ChiLeaders
There will surely be a newspost and a dedicated thread in BB-Global, once I get around to do it. For now, we can only try and find as much information about this as possible before deciding on how to proceed.

This Post:
00
259891.22 in reply to 259891.1
Date: 7/8/2014 6:29:43 PM
Spartan 300
II.2
Overall Posts Rated:
52555255
Second Team:
Spartan Kids
Nice suggestion mate, it would be great.

This is where we hold them!
This Post:
00
259891.23 in reply to 259891.21
Date: 7/15/2014 6:30:18 AM
Neverwinter
CGBBL
Overall Posts Rated:
621621
Well, I think the best solution for making an app, is hiring a professional.

From: E.B.W.
This Post:
00
259891.24 in reply to 259891.23
Date: 7/31/2014 2:58:07 AM
Overall Posts Rated:
26152615
Hey, I just wanted to comment again and say thanks for all the feedback, especially from BB-Marin! It's nice to know that this idea is largely supported and is hopefully in the works of being done. 125+ votes and a 90%+ Approval rating of this idea is awesome, so hopefully this progresses as it needs to in order to help BB and all the users that love this game.

Murray/Harris/MPJ/Grant/Jokic - 2020 NBA Champs
From: abu

This Post:
00
259891.25 in reply to 259891.17
Date: 7/31/2014 1:18:06 PM
Overall Posts Rated:
3535
to welington


brazil got embarrassed in the semis and 3rd place match, so would you still help BB -marin in developing the BB app? just kidding, i know you are now working on it. peace

From: Welington

To: abu
This Post:
00
259891.26 in reply to 259891.25
Date: 8/1/2014 7:44:59 AM
Overall Posts Rated:
135135
LOL :)

Yeah, that was ugly. But it was deserved anyway, our team sucked.

We'll see how it goes, I've been working a lot since then, still need to talk to Marin.

This Post:
33
259891.27 in reply to 259891.6
Date: 8/3/2014 10:40:46 PM
Overall Posts Rated:
766766
Hey Marin

Wellington posted this previously.

I'm not sure how BB is coded, but if there was some kind of form or method to set up lineups, for instance, it wouldn't really be expensive or difficult to create an interface to receive roster data, enable users to play with it and then send it back. I know I'm talking about one simple functionality inside the game, but I'd recommend an incremental approach anyway.

This should enable the mobile devs to code an app without ever touching or seeing the code behind BB as they would only need some kind of spec of the data exchange.


This is my idea as well. Essentially you would just build a 'wrapper'. a GUI which communicates to the BB-DB and just grabs that user's data for setting lineups etc. No-game engine data or anything like that needs to be sent. All game data, such as box scores, play-by-play would be 'view-only'. just like how you have it now.
So the only thing that a GUI developer needs to know is that he is receiving data for a list. Essentially the developer is going to developer containers and lists that can handle the type of text data that the user needs to manipulate.

Also have a look at what other websites do - Some other websites offer a 'cut-down' or mobile-friendly version of their website. Less content, bigger text, etc, but still with enough functionality to get them by. Banks are a good example of this. You can't do everything with a bank-mobile app, but the core features are there.

So id probably look at the following to begin with:
a) A cut-down version of the whole site as a starting point. Put in in the core functions that you want people to be able to do. You want to give the users enough functionality to 'play the game' whilst restricting how much work you do. So for example. Set-lineups, forum posts, change training, put bids on players, asking for scrimmages, change drafting, sell/fire players, send in-game mail, arena building. Probably a few more things there, but limit it to that.
All other functionality would be removed, and only availalbe on the full-site.
b) An 'app' which directs users to the 'mobile friendly' website - Its kind of cheating as an app i know, but its essentially what other people do very often. And if a user is on a mobile device, if they type in the URL, they get redirected to the mobile site (ie: no app needed really). A downloadable app is just for completeness.

So thats what I would aim for for version 1. It at least gets it out there, would enable people to play the game on their mobiles/tablets.

Then see how that goes. If its a success, invest into bringing the entire site over.

Incremental - baby steps. even what ive suggested above is probably too big haha. But yer, small steps towards a longer term goal.

Good luck.

Advertisement