Opened 2 years ago
Closed 23 months ago
#43 closed enhancement (fixed)
Implement HTMX in the website
Reported by: | Mike Dewhirst | Owned by: | |
---|---|---|---|
Priority: | medium | Version: | 1.x |
Keywords: | htmx search | Cc: |
Description
HTMX is new technology which replaces targeted html on the web page.
Ticket #8 implements HTMX in the Admin and is scheduled for Chemintro 2.x because it is a significant change to the infrastructure which needs a couple of predecessors.
This ticket implements HTMX to search for and alphabetically display all chemicals for the user's company on the home page. Clicking a chemical will open it for editing - provided the user has the Author role.
Note:
See TracTickets
for help on using tickets.
This has been deployed as an HTMX experimental feature.
HTMX is a new way of working the front end removes most of the complexities in the traditional approach. Try it out by logging in with Author role and click the "Search your chemicals" link on the home page.
The list of your chemicals will appear below that link without reloading the entire page.
Remove the displayed list of chemicals by either clicking one to open the Admin for that chemical or just refresh the page.