GCS import

Issue #1 resolved
Jeff Demers created an issue

Allow a user to import a character into a campaign.

We could have them use their characters xml and do the number crunching using the gcs.dll, or we could maybe have them import their html and try to parse it out that way.

We could also have them import their xml where we save it to our db and then use gcs.dll to convert to html and then parse it. That way we'd have a raw version of their xml saved if needed (or we could just say the html somewhere instead of discarding it if they uploaded that instead?)

Example of xml and html attached.

Comments (6)

  1. Jeff Demers reporter

    Importing complete. Character's modified sheet is uploaded directly the db, and the raw file is also stored in preparation for "download raw file" functionality in later release.

  2. Log in to comment