Zed A. Shaw
|
81cf5e0d93
|
Fix the admin tests but need to use Linux to dev it further.
|
2025-08-02 11:18:59 -04:00 |
|
Zed A. Shaw
|
e178ca6733
|
Now can do all CRUD and just need search and pagination.
|
2025-07-27 11:22:33 -04:00 |
|
Zed A. Shaw
|
2b40d6fdc3
|
Have a few of the basic admin pages working after switching to the API+View pattern.
|
2025-07-16 01:06:14 -04:00 |
|
Zed A. Shaw
|
d481c260c5
|
Forgot that squirrel needs the =? on Where so switched to using sq.Eq all the time.
|
2025-07-15 00:10:58 -04:00 |
|
Zed A. Shaw
|
d59e29fdc1
|
Now can select by pages and added Insert which I forgot.
|
2025-07-14 23:31:09 -04:00 |
|
Zed A. Shaw
|
aa3afa0d21
|
Have the full CURD operations going, but need pagination.
|
2025-07-14 14:29:14 -04:00 |
|
Zed A. Shaw
|
59a71534ae
|
Finally figured out how to get sqlx to query an object based on a reflect.Type.
|
2025-07-14 00:52:10 -04:00 |
|
Zed A. Shaw
|
859e3ad0e3
|
Initial setup of an admin page that dynamically reflects the DB to create the CRUD stuff.
|
2025-07-13 12:28:03 -04:00 |
|