new file structure - separating dev files from gojang framework files - #22
Merged
Merged
Conversation
- Created sample-page.html for a new sample page with title and content sections. - Added delete.partial.html for user deletion confirmation modal with email verification. - Implemented edit.partial.html for user editing modal with form validation and error handling. - Developed index.html for user management, including user listing and action buttons. - Introduced new.partial.html for adding new users with form validation. - Created row.partial.html for rendering individual user rows in the user table. - Removed commented-out SampleProduct model registration in models.go. - Updated generator.go to fix import paths for forms and templates. - Adjusted main.go in addmodel and addpage commands to reflect new directory structure. - Refactored web.go to use new page and post handlers. - Cleaned up auth.go and users.go to use updated forms package. - Deleted sample_products handler and routes as they are no longer needed. - Introduced views/files.go for managing template and static file paths. - Enhanced renderer.go to support dynamic template path resolution. - Removed deprecated templates.go and sample_products index template.
…rom gojang framework files. renewed docs.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Testing