-
Notifications
You must be signed in to change notification settings - Fork 109
Some suggestions and a bug #5
Comments
Hi @Phr33d0m, thanks for valuable inputs! I agree 100% on all of them, but cut some of that out just to get to an initial release. I will try to address the features below. Namespace models/controllers to specific foldersI was thinking about giving the LaravelFileFactory and indivudal Pipes the ability to expose/publish settings to the settings tab. The templates/pipes should then be able to pull in these settings. Maybe something like this would do the trick.
Model bindings by defaultGreat, will look into this! Editor Ctrl-z bugI cannot reproduce (On a mac using chrome). Is it the same in all editors or just in the templates tab? Im not sure if this is caused by pipe-dream or by the dependency https://github.com/chairuosen/vue2-ace-editor which in turn uses https://github.com/thlorenz/brace. That was kind of a mess to get working. Missing CASTS_BLOCK in UserPipeGood catch, that should be fixed. It would be nice to give the templates more power with some real templating syntax language. In this case maybe they could use condtitional statements to only render that section if needed. I hope to get some time to work on these things soon. If you or anyone else want to beat me to it you are more than welcome to. Again, thanks for your suggestions 😄🎉 |
Added to this Trello board |
Hi ! |
Thanks Phr33d0m, @ArnaudL-Sirea and @mateusjunges! Some of these issues are fixed, some are queued for next version. Closing for now. |
Hi, first of all I'm sorry about the vague title (as a regular bug-report-submitter I'm ashamed).
Some (useless) context
I loved the idea and your work the second I saw it on reddit (I'm not registered there so couldn't put this in that thread).I wanted to try it ASAP so I fired a
laravel new
and fired up the/pipe-dream
url and then I found some things that didn't allow me to use it as-is without some changes, other stuff were impossible with just changing the templates:1.1. It'd be cleaner to have all API controllers inside an App\Http\Controllers\API namespace as well (but I could live without this one)
___CASTS_BLOCK___
is missing fromModel
but you do replace it in ModelPipe.jsThanks in advance! I hope to be using this tool in the future and forever!
The text was updated successfully, but these errors were encountered: