Oinweb / fly-django

Financial Literacy for Youth App
https://www.flyapp.ca
BSD 2-Clause "Simplified" License
12 stars 9 forks source link

Levels calculating incorrectly? #89

Closed rodolfomartinez closed 8 years ago

rodolfomartinez commented 8 years ago

Summary: My character is level 1 and is already a Financial Guru image

bartmika commented 8 years ago

Nope, it turns out we need content for the 'title' of each level. I've currently just set 'Financial Guru' for all the levels, see the contents below. Can you provide a title for each level?

[
    {
        "model": "api.xplevel",
        "pk": 1,
        "fields": {
            "created": "2016-01-29T23:27:45.605Z",
            "title": "Financial Guru",
            "num": 1,
            "min_xp": 0,
            "max_xp": 25
        }
  },
    {
        "model": "api.xplevel",
        "pk": 2,
        "fields": {
            "created": "2016-02-01T19:10:28.499Z",
            "title": "Financial Guru",
            "num": 2,
            "min_xp": 25,
            "max_xp": 50
        }
  },
    {
        "model": "api.xplevel",
        "pk": 3,
        "fields": {
            "created": "2016-02-01T19:10:28.501Z",
            "title": "Financial Guru",
            "num": 3,
            "min_xp": 50,
            "max_xp": 75
        }
  },
    {
        "model": "api.xplevel",
        "pk": 4,
        "fields": {
            "created": "2016-02-01T19:10:28.502Z",
            "title": "Financial Guru",
            "num": 4,
            "min_xp": 75,
            "max_xp": 100
        }
  },
    {
        "model": "api.xplevel",
        "pk": 5,
        "fields": {
            "created": "2016-02-01T19:10:28.507Z",
            "title": "Financial Guru",
            "num": 5,
            "min_xp": 100,
            "max_xp": 150
        }
  },
    {
        "model": "api.xplevel",
        "pk": 6,
        "fields": {
            "created": "2016-02-01T19:10:28.509Z",
            "title": "Financial Guru",
            "num": 6,
            "min_xp": 150,
            "max_xp": 200
        }
  },
    {
        "model": "api.xplevel",
        "pk": 7,
        "fields": {
            "created": "2016-02-01T19:10:28.511Z",
            "title": "Financial Guru",
            "num": 7,
            "min_xp": 200,
            "max_xp": 250
        }
  },
    {
        "model": "api.xplevel",
        "pk": 8,
        "fields": {
            "created": "2016-02-01T19:10:28.515Z",
            "title": "Financial Guru",
            "num": 8,
            "min_xp": 250,
            "max_xp": 300
        }
  },
    {
        "model": "api.xplevel",
        "pk": 9,
        "fields": {
            "created": "2016-02-01T19:10:28.517Z",
            "title": "Financial Guru",
            "num": 9,
            "min_xp": 300,
            "max_xp": 350
        }
  },
    {
        "model": "api.xplevel",
        "pk": 10,
        "fields": {
            "created": "2016-02-01T19:10:28.519Z",
            "title": "Financial Guru",
            "num": 10,
            "min_xp": 350,
            "max_xp": 450
        }
  }
]
rodolfomartinez commented 8 years ago

Here are the updated titles and levels; please note that the description for level 1 should also be updated since it had a typo

bartmika commented 8 years ago

Where are the titles?

rodolfomartinez commented 8 years ago

Level 1 (At sign in): (title) Beginner (description)You’ve begun your financial literacy journey. Awesome :-) Badge icon:

Level 2: (title) Money Smarts Student (description)Keep at it - there’s a lot left to learn! Badge icon:

Level 3: (title) Savings Apprentice (description)Good work! Keep it up! Badge icon:

Level 4: (title) Savings Knight (description)You’re getting pretty good at this!

Level 5: (title) Fiscally Dedicated (description)Wow, you’re dedicated!

Level 6: (title) Goal Achiever (description)Financial literacy isn’t so bad, is it?

Level 7: (title) Financial Expert (description)You’re learning quite a bit, huh?

Level 8: (title) Financial Superstar(description)Almost there…

Level 9: (title) Financial Guru (description)Wow! There’s not stopping you!

Level 10: (title) Financial Wizard (description)You made it! Keep hitting those goals :-)