immopoly / android

The Android client app
http://immopoly.appspot.com
Apache License 2.0
15 stars 4 forks source link

User-Variable "MaxExposes" wird nicht verwendet #54

Closed stefanhoth closed 12 years ago

stefanhoth commented 12 years ago

Zur Zeit ist die maximale Anzahl der Exposés auf 30 festgesetzt, obwohl jeder User ein eigene Variable hat, die die maximale Anzahl für ihn angibt.

Bisher tauchen dadurch lustige Anzeigen wie "33/30 Wohnungen" auf.

Hier ein Teil eines User-Objektes (gekürzt):

{
    "org.immopoly.common.User": {
        "username": "tobi_h",
        "info": {
            "historyList": [],
            "lastRent": 664.818,
            "numExposes": 31,
            "balance": 95608.14633333324,
            "bagdesList": [],
            "balanceMonth": 32010.245,
            "lastProvision": 2860,
            "maxExposes": 50
        }
    }
}
tresbjorn commented 12 years ago

fixed