XIVStats / lodestone

A module for interfacing with the Final Fantasy XIV Lodestone, and returning entity (character, server etc.) information.
MIT License
0 stars 0 forks source link

(character): account for 1.0 imported characters that did not get touched. #28

Open ReidWeb opened 2 years ago

ReidWeb commented 2 years ago

Description

It is possible that a character may have been imported from 1.0 and not been logged into.

As such their profile has no class or gear information.

Use Case

As a consumer of the lodestone module I should expect any provided id to produce a result that reflects that character's status on the lodestone.

Proposed Solution

Implement a new UNTOUCHED_1_0_IMPORT status, and attach to those characters that present this error.

Other information

Character 117 presents this scenario.

Acknowledge