Hi guys
We had our first Windmill Windup meeting yesterday which is usually
quite inspiring, sitting in a room with 30+ highly motivated people...
So in the coming weeks, the web team will meet again and look more
concretely into the things that need to get done.
Following our policy of not wanting to "downgrade" on the user
experience, I expect that we want to be able to send SMS announcements
to the teams as we did last year. For doing this, I will probably be
able to re-use some code from last year's stallcount9 project (which was
done in PHP). On the other hand, I've worked with Django a bit recently
and I think I would like to use that framework as back-end for the
public-screen project. I'll look closer into handling team data via
Django and the leaguevine-API soon (also to do some testing).
I think I will write several pieces of code that might be useful for
leaguevine in general, namely:
* parsing and uploading FFindr data to leaguevine
* sending SMS announcement to teams
* handling extended team info, like "City, Country, Phone numbers,
contact info etc."
* handling spirit scores
As you guys are also using Django for leaguevine, I want to do these
things so that you could incorporate them into leaguevine at some point
without much rewriting. Are there any particular rules I should follow?
I find myself re-modeling (in Django) the data structure from your API.
Is there an easier way than going through
http://playwithlv.com/docs/api/
and make according classes with their attributes?
I have a last question: In which league and season does our
international annual tournament best fit, where should it be created?
Is there an easy way to "connect" the three divisions open, mixed and
women, so that people can quickly switch between them (both on the
mobile and the regular site)?
Thanks for your efforts!
Chris
Hi Mark & Roger
We had our first Windmill Windup meeting yesterday which is usually
quite inspiring, sitting in a room with 30+ highly motivated people...
So in the coming weeks, the web team will meet again and look more
concretely into the things that need to get done.
Following our policy of not wanting to "downgrade" on the user
experience, I expect that we want to be able to send SMS announcements
to the teams as we did last year. For doing this, I will probably be
able to re-use some code from last year's stallcount9 project (which was
done in PHP). On the other hand, I've worked with Django a bit recently
and I think I would like to use that framework as back-end for the
public-screen project. I'll look closer into handling team data via
Django and the leaguevine-API soon (also to do some testing).
I think I will write several pieces of code that might be useful for
leaguevine in general, namely:
* parsing and uploading FFindr data to leaguevine
* sending SMS announcement to teams
* handling extended team info, like "City, Country, Phone numbers,
contact info etc."
* handling spirit scores
As you guys are also using Django for leaguevine, I want to do these
things so that you could incorporate them into leaguevine at some point
without much rewriting. Are there any particular rules I should follow?
I have a last question: In which league and season does our
international annual tournament best fit, where should it be created?
Is there an easy way to "connect" the three divisions open, mixed and
women, so that people can quickly switch between them (both on the
mobile and the regular site)?
Thanks for your efforts!
Chris
Cool. Spirit scores would need their own local data model outside of Leaguevine, but you could relate spirit scores to existing team_ids that you discover from the API.
--To view this discussion on the web visit https://groups.google.com/d/msg/leaguevine-developers/-/IfAfQZtlC1MJ.
You received this message because you are subscribed to the Google Groups "Leaguevine Developers" group.
To post to this group, send email to leaguevine...@googlegroups.com.
To unsubscribe from this group, send email to leaguevine-devel...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/leaguevine-developers?hl=en.
I love the idea of incorporating SOTG scores into Leaguevine. I have a few concerns with this plan:
- The field name "team_1_sotg_score" is too specific to Ultimate. I'd rather it be something like "team_1_sportsmanship_score"
- Having this as a field on a game score rather than it's own type of sportsmanship score object seems a bit hacky. It might just be me though.
- It would be hard to query on these scores as people could enter whatever they wanted. Thus, they wouldn't be able to easily be used by people besides those who developed the scores.
> For Switzerland we publish the full per game Spirit scores but the
> official recommendation from WFDF is to at least publish the
> average-per-category scores after each day of a tournament.
Can you please be more precise about that point? Do you mean by "at
least" that ideally, one should publish every spirit score of every game
(in every category)?
I previously had the impression that the specific spirit scores per game
should *not* be known to everybody (e.g. to prevent teams from looking
up what spirit score a specific opponent gave them previously and then
"punish" or favor them in the same way).
--
You received this message because you are subscribed to the Google Groups "Leaguevine Developers" group.
To post to this group, send email to leaguevine...@googlegroups.com.
To unsubscribe from this group, send email to leaguevine-devel...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/leaguevine-developers?hl=en.