I'm thinking of creating a second version of this task-pdf-writer. Its main feature is to migrate to git. (i.e. the tasks will be based on git repositories instead of in the firebase database). This will allow the work to be done in any IDE, and we won't need tools like yjs. The service can be reduced into just a GitHub action, allowing the PDF generation to be done in any (usually private) repositories. This reduces the whole "platform" to just a "service", which is better, and allows more customizations.
I'm thinking of creating a second version of this
task-pdf-writer. Its main feature is to migrate to git. (i.e. the tasks will be based on git repositories instead of in the firebase database). This will allow the work to be done in any IDE, and we won't need tools likeyjs. The service can be reduced into just a GitHub action, allowing the PDF generation to be done in any (usually private) repositories. This reduces the whole "platform" to just a "service", which is better, and allows more customizations.