Giter VIP home page Giter VIP logo

eorzeaninfo's Introduction

Eorzean Info Build Status

Introduction

Android application to pull information about characters in FFXIV.

Development Setup

Clone project and hit build, dependencies should all auto resolve.

Libraries / APIs

XIVDB - provides the API thats used to pull data

TODO

(?) If unknown if can be done

Minions - 
  Show a % acquired
Mounts - 
  Show a % acquired
Achievements - 
  Can show which achievements have been acquired
  Which ones are missing
  Show a % acquired
Character events - 
  Can show any name changes / race changes
  Can show leveling up, and general events from the API
(?)Free company - 
  Is it possible to pull current GC, and any details about them?
(?)Gathering -
  Is it possible to pull completed items from the gathering/fishing log?
(?)Required Crafting Items from the Crafting Log -
  Is it possible to pull completed items from the crafting log?

eorzeaninfo's People

Contributors

chesire avatar imgbot[bot] avatar

Watchers

 avatar  avatar

eorzeaninfo's Issues

Make the character data update in the background

Currently the character data will be updated when the application is launched, there should be something running in the background to update periodically.

This should be changeable via a setting, so the user could select once a day, week, month etc.

Setup Firebase

Setup a firebase account for EorzeanInfo, will give a good insight into how Firebase works and what kind of analytics can be done.

Add own Minions / Mounts page

Currently pressing on a minion or a mount will load a webpage taking you to XIVDB, instead this could expand the card and show you the minion/mounts information.

Add ability to add character to XIVDB

Currently the app relies on being able to load a character off XIVDB, but if the character isn't tracked then it will be impossible to find. But there is a page that allows addition of characters to be tracked http://xivdb.com/character/add.

Looks like it calls https://xivsync.com/ using
https://xivsync.com/character/search?name=CHARACTER_NAME&server=SERVER_NAME

With a response of
{ "success": true, "data": { "total": "1", "count": 1, "results": [ { "id": "CHARACTER_ID", "avatar": "AVATAR_URL", "name": "CHARACTER_NAME", "server": "CHARACTER_SERVER" } ] } }

XIVDB can then use a post of https://api.xivdb.com/character/add?id=CHARACTER_ID
Which returns a message of {"success":true,"message":"Added: CHARACTER_NAME"}

Cache the character icon and image

The icon in the navigation drawer for the character should be cached into the system, perhaps saved in external storage? As currently it will have to re-download quite often.

The same happens with the character image in the profile.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.