tetra-framework / tetra

Tetra - A full stack component framework for Django using Alpine.js
https://www.tetraframework.com
MIT License
570 stars 19 forks source link

Add start of Form file upload support, addresses #67. #85

Closed gsxdsm closed 1 day ago

gsxdsm commented 1 week ago

Still needs error checking, validation, and cleanup of files. Not ready to merge yet, but needs validation of overall approach

nerdoc commented 1 week ago

Just tell me if you're ready, and I'll happily merge this PR.

gsxdsm commented 1 week ago

Sounds good - will have more tweaks coming!

nerdoc commented 1 day ago

I've uploaded some major changes to the main branch which includes a better component-as-dir workflow, which works much better now.

I'd like to merge the form_support ASAP now as the uploading feature is nearly complete. It doesn't have to be perfect for now - (tetra is in alpha state yet), so if you give your ok, I can merge the work you did here into the form_support branch, and that one into the main branch - so we could work from a more robust base.

@gsxdsm please tell me what you think about that.

gsxdsm commented 1 day ago

Sounds good to me!