Skip to content

Replace dynamic HTML generation with JTE template rendering #7 - #50

Merged
axymthr merged 2 commits into
developfrom
replaceDynamicHtmlWithJTE#Task7
Jul 29, 2025
Merged

Replace dynamic HTML generation with JTE template rendering #7#50
axymthr merged 2 commits into
developfrom
replaceDynamicHtmlWithJTE#Task7

Conversation

@anuragSharma1112

Copy link
Copy Markdown
Collaborator

Description

Refactored dynamic HTML generation to JTE template rendering for cleaner and safer server-side UI rendering.

Fixes # (issue)
Remove dynamic HTML from visitor controller and create one JTE template instead.

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Database change

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce.
NA

Checklist:

  • I have created ADR (Architecture Decision Record) for this change, in case of architecture or tech stack changes.
  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes in other branches have been merged
  • I have updated the relevant application properties files (if needed)
  • I have updated any necessary database migrations (if needed)

Screenshots (for UX changes):

NA

Additional Notes:

NA

@anuragSharma1112

Copy link
Copy Markdown
Collaborator Author

Hi @axymthr sir, I have picked the task#7 and worked on it and raised a separate Pull Request for it, please review and merge pull request.

Comment thread web-backend/src/main/java/com/statusneo/vms/controller/VisitorController.java Outdated
@axymthr
axymthr force-pushed the replaceDynamicHtmlWithJTE#Task7 branch from 856a81e to 9db07e1 Compare July 29, 2025 15:19
@axymthr
axymthr merged commit bd0cadb into develop Jul 29, 2025
4 checks passed
@axymthr
axymthr deleted the replaceDynamicHtmlWithJTE#Task7 branch July 29, 2025 15:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants