Commit Graph

23 Commits

Author SHA1 Message Date
c68d82c385 Simplify providing layout component in page 2024-07-27 12:28:45 -07:00
9b057ae87e Remove unused Page properties 2024-07-27 12:17:30 -07:00
48dd3433a7 Switched to backlite for task queues
Ported from
f54d9f8b37
2024-07-27 11:52:05 -07:00
792707cd70 Convert cache page to Templ 2024-07-17 20:10:04 -07:00
0343581099 Convert task page to Templ 2024-07-17 19:59:38 -07:00
6d72f5ad9b Convert search page to Templ 2024-07-17 19:59:38 -07:00
1e3ee29802 Convert error page to Templ 2024-07-17 19:59:38 -07:00
b7db6a57c0 Convert about page to Templ 2024-07-17 19:59:38 -07:00
9356062b54 Convert contact page to Templ 2024-07-17 19:59:38 -07:00
59740c499c Convert auth pages to Templ 2024-07-17 19:59:38 -07:00
3c9911da03 First step towards converting to use templ for rendering 2024-07-14 16:13:42 -07:00
56383939ed Move database client into services package 2024-07-11 22:22:02 -07:00
bd54486fb3 Migrate from ent to sqlc 2024-07-11 22:22:02 -07:00
d08f5f55aa Rename package 2024-07-09 17:57:25 -07:00
Mike Stefanello
62c53a6b4d
Default to SQLite rather than Postgres & Redis (#72)
* Initial rough draft switch to sqlite.

* Rewrote cache implemenation.

* Provide typed tasks.

* Task cleanup.

* Use same db for tasks.

* Provide task queue registration and service container injection.

* Added optional delay to tasks. Pool buffers when encoding.

* Added tests for the task client and runner.

* Added handler examples for caching and tasks.

* Cleanup and documentation.

* Use make in workflow.

* Updated documentation.

* Updated documentation.
2024-06-22 10:34:26 -04:00
mikestefanello
ca22f54c89 Added redirect package. 2024-06-16 11:30:11 -04:00
mikestefanello
6730b6a319 Added redirect support with query params. 2024-06-16 10:53:43 -04:00
mikestefanello
71f7de8771 Removed echo-contrib dependency. 2024-06-15 16:56:47 -04:00
Mike Stefanello
5531e0bec2
Move controller to the template renderer (#68) 2024-06-15 15:34:24 -04:00
Mike Stefanello
9acf73a4d9
Replace Echo logger with slog. (#67)
* Replace Echo logger with slog.
2024-06-14 21:01:48 -04:00
Mike Stefanello
5ebd42d8f9
Improve form and template usage (#66)
* Improve form and template usage.
2024-06-14 12:35:35 -04:00
mikestefanello
28abc92e74 Easier form and form submission handling. 2024-06-09 21:39:04 -04:00
mikestefanello
2c635b5c75 Switch from routes to self-registering handlers to group related routes. 2024-06-09 12:31:30 -04:00