SICGames / TBChestTracker

Automatic chest counter program for the game Total Battle
GNU General Public License v3.0
20 stars 5 forks source link

Export extended data #77

Open GianfrancoPa opened 6 days ago

GianfrancoPa commented 6 days ago

There is a way to create a report that show every single chest opened by any clan mates?

Thanks

SICGames commented 4 days ago

No. It would require a web page to be built, and then users would need to upload it to their website

GianfrancoPa commented 4 days ago

Yes, I would to like to do in this way, to manage complete data.

It is neither possible to output the content of the console in a text file? Like a log file.

Also this would be work in an awesome way.

I could build in this way my personal database avoiding issues generated by database corruption. All the records would be added in the log file.

Thanks again.

SICGames commented 3 days ago

a json file can be exported which will contain everything. Generally a webserver can aid in parsing the data and allowing the user to present it to their clanmates. Person would need to know javascript, jquery, mysql and php if possible. If that's not the case, this feature won't be available until I figure out how I would go about it.

GianfrancoPa commented 2 days ago

It would be perfect, I can manage all.

It's ok a simple text file, or also a json, or anything else.

A text file where to append the console output any new entry would be perfect also for prevent any kind of loss: in this way would not be lost any chest!

My goal is to parse the console output and insert any single chest on my database, in order to have and advanced management of all the entries.

Please, do it!

SICGames commented 2 days ago

Ok. So raw chest data without the total? Everything up to whatever date range, correct? That can be done. It's up to you to tally everything up through whatever means necessary. Whether it's Javascript, jquery or what not. That will be done in release candidate 1.3

On Thu, Oct 17, 2024, 3:00 AM GianfrancoPa @.***> wrote:

It would be perfect, I can manage all.

It's ok a simple text file, or also a json, or anything else.

A text file where to append the console output any new entry would be perfect also for prevent any kind of loss: in this way would not be lost any chest!

My goal is to parse the console output and insert any single chest on my database, in order to have and advanced management of all the entries.

Please, do it!

— Reply to this email directly, view it on GitHub https://github.com/SICGames/TBChestTracker/issues/77#issuecomment-2418713711, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACAZ6JSNTFTL7PQQOBMEJ7TZ35OCTAVCNFSM6AAAAABP3Z2ZM2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMJYG4YTGNZRGE . You are receiving this because you commented.Message ID: @.***>

GianfrancoPa commented 2 days ago

Thanks!!!