Replacing interactive features with htmx patterns that futrure features can follow.
Usage
Works incredibly well with intellij IDEs as they autocomplete and lint *.go.html files with the new config, otherwise same use as always.
Changes
Renamed template extensions and fixed IDE configs.
Added explicit argument and return value names to mysql.db APIs
Remopved the use of _ in unit tests 👍
Finally resolpved glitchy Sign up page! Works perfect now. (In the past, the post request would be sent, but redirection did not work at all.)
Rationale
HTMX allows us to develop UI as mostly backend work, with efficient use of data. This changed deletes the need for 2 whole html pages and simply replies to submission requests with tiny plaintext string error messages that get rendered client side at lightning speed.
Dependencies
N/A
Issues and Bugs
N/A
Possible Solutions
N/A
Additional Notes
N/A
Contributors(@):
@CarlosACJ55
Checklist before submitting
[x] I have performed a self-review of my own code.
[x] I have commented my code, particularly in hard-to-understand areas.
[x] I have made corresponding changes to the documentation (if applicable).
[x] My changes generate no new warnings or errors.
[x] I have added tests that prove my fix is effective or that my feature works.
[x] New and existing unit tests pass locally with my changes.
[x] I have checked my code and corrected any misspellings.
[x] I have confirmed that my PR is targeting the correct branch.
[x] I understand that after merging, my branch may be deleted to keep the repository clean.
[x] I have notified the team with the status of my PR.
[x] If merge conflicts occur I will confer with other members of the team on how to proceed.
Purpose
Replacing interactive features with htmx patterns that futrure features can follow.
Usage
Works incredibly well with intellij IDEs as they autocomplete and lint *.go.html files with the new config, otherwise same use as always.
Changes
Renamed template extensions and fixed IDE configs.
Added explicit argument and return value names to mysql.db APIs
Remopved the use of _ in unit tests 👍
Finally resolpved glitchy Sign up page! Works perfect now. (In the past, the post request would be sent, but redirection did not work at all.)
Rationale
HTMX allows us to develop UI as mostly backend work, with efficient use of data. This changed deletes the need for 2 whole html pages and simply replies to submission requests with tiny plaintext string error messages that get rendered client side at lightning speed.
Dependencies
N/A
Issues and Bugs
N/A
Possible Solutions
N/A
Additional Notes
N/A
Contributors(@):
@CarlosACJ55
Checklist before submitting