-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: change folder name #118
refactor: change folder name #118
Conversation
While changes to the folder structure are needed to use best practices, I don't agree with this folder structure. There should not be definitive backend/ and frontend/ folders. Take a look at the folder structure of https://github.com/pocketbase/pocketbase and their use of the ui/ directory |
I understand, we have to see which pattern you want to follow. I'll send some repo: terraform Looking at these examples there really is no backend inside the backend folder |
These patterns I like a lot. |
Do you want to keep the ui or website? |
ui would be best |
* feat: add property 'multiple' to file input * feat: sends multiple documents or images to api * fix: show icon for each file being uploaded * fix: refresh page after uploading all files * chore: add semicolons * fix: cards overflow * chore: add EOF * fix: prevent file name overflow in card Co-authored-by: Kevin Nielsen <keveran@gmail.com> * chore: fix indentation --------- Co-authored-by: Kevin Nielsen <keveran@gmail.com>
* Update handleImageResize.go * fix: successfully typo
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! I apologize for the long wait on me getting back to you.
This code has an error and probably won't run, I need you to do some tests after merging
This code in the
backend/internal/router/router.go
path is giving an error, reason: it is not finding the modulegithub.com/kevinanielsen/go-fast-cdn/frontend
.I need you to go into the backend folder and run the command
go get github.com/kevinanielsen/go-fast-cdn/frontend
If you get an error, run thisgo get github.com/kevinanielsen/go-fast-cdn/frontend@development