Latest post was 1 day, 1 hour ago: Snoofy weezlebub submitted by PhallusCaelestis
Features and feature creep (roadmap):
Content (the ability to make your own RT games and addons)
There is a place for publicly listed content that you can add to your collection, you can also make any content of yours "public" and it will appear here for others.
Allow others to edit your custom content (collaborate on work) (don't work on the same entry at the same time yet. Working out collision protection system still.)
Export your rule system to PDF. (Still messing with style and layout but almost all functionality is in)
Help sheets for content creation. (Currently being implemented.)
Finish up the rough edges of overall content manipulation. Transfer ownership, access, details etc.
Campaign (the ability to create and run your own game in Claustrophobia.app)
History feature for locations and transitions worked into the menu.
HTMXify the screen so dynamic updates can happen.
Generally bring this up to standard with content, and characters.
Help sheets for setting up a campaign.
Export just your campaign to PDF.
Character (the ability to create a character for a campaign you have access to)
Fix up character generation to be more thematically in line with the sheet.
Implement more intuitive interaction, already done this for stress allocation.
Better implementation of history for characters.
Reimplement multiclass ability option as I broke it with the change over.
Help sheets for using the character sheet and add details of the campaign.
Export your character to PDF.
Community (the ability to add friends who can then participate in campaigns and content creation)
Add ID to users so that they can have the same display name without creating imitators. (just made displayname unique)
Dynamic search functionality for friends.
Help sheets for friends?
More tightly define and implement states (public = shows up on dynamic searches, private = searchable with name + UID only and does not show up on dynamic searches, disabled = Completely opted out of the community feature and all information permanently purged in relation to it.).
Generic things:
A proper account management system so you can put in email, change password, password recovery, and most importantly, the ability to delete your account and everything you have created.
General help sheets for homepage navigation.
Remove font-awesome dependence as it has gotten intrusive.
Implement licenses for people to put on their content.
PDF Multithreading testing to see if things work faster, (part of the next point), but also file upload to uploadthing and retrieval from same to spare me cycles. (requires versioning of content)
General optimising of the back end and beautifying of the front end. However, I do want the site to be minimal. This app is NOT intended to replace the table, rule books, dice, and social aspect of the game. Just compliment it.
Still messing with user interface and layout of the site in general, when I find something I like I will bring the whole site into line, for now it is a bit hodge podge till I discover something I really like.
Workflow cleanup, currently my process is like Einstein's table... messy. Need to automate some stuff on my server, clean up some stuff on my network (few cron jobs should do it, but requires some testing for what works best)