Ability to share character sheets via dynamically generated link, and revelations that follow
Opened this issue · 0 comments
I like this app, but I'd like it even more if I had the ability to get a shareable link to my character sheet and flick it over to my GM. So much so that I've taken a crack at doing that feature myself.
Now, correct me if I'm wrong, but it seems there's no database-y stuff going on server-side in this application - the host is just a static file server, all the business logic is done in the browser; even the character save/load is done in one of the browser's subfolders. (Clever, BTW)
So the first thing I'd have to do is actually add some sort of backend logic to this thing, but it seems to me that that would take the task at hand out of the cozy realm of Writing a New Feature, and into the untamed wilds of Completely New Project. Being a freshly minted JS guy, I'm finding myself a bit intimidated by the prospect.
@Arokha, any thoughts? I assume you've considered this idea at some point. Any intel would be welcome before I get started.