Commit graph

39 commits

Author SHA1 Message Date
Joe Ardent
8ee362b991 break search out into own module 2024-02-09 17:16:44 -08:00
Joe Ardent
61ad0a17e8 tweaks 2024-02-05 19:47:45 -08:00
Joe Ardent
efec2e670f fix fts table defs 2024-02-03 15:04:05 -08:00
Joe Ardent
fab52203e5 redo migrations 2024-01-27 17:20:47 -08:00
Joe Ardent
c2bad4bb94 update julid version 2024-01-14 17:02:25 -08:00
Joe Ardent
a8efdac3dd add invitation support to the db 2024-01-14 16:56:52 -08:00
Joe Ardent
d18de3e084 make searches better 2024-01-04 22:23:19 -08:00
Joe Ardent
1e0a71f275 tidy watches handler, fix quest trigger. 2024-01-02 22:31:38 -08:00
Joe Ardent
dab2dc4081 have drop-down for public/private in add-watch from search. 2024-01-01 22:44:29 -08:00
Joe Ardent
5e998dfe86 move add watch button to template 2024-01-01 17:27:17 -08:00
Joe Ardent
8708271d9d adds reactive status to search results 2024-01-01 12:19:04 -08:00
Joe Ardent
c4976a3efc clickable htmx button for adding search results to your list 2023-12-31 13:55:16 -08:00
Joe Ardent
e317097a6a fix inner join for watch quests 2023-12-26 15:22:10 -08:00
Joe Ardent
cced08f653 fix html 2023-12-26 12:26:14 -08:00
Joe Ardent
57eb4001ee almost works, still need to impl auth 2023-12-17 16:41:04 -08:00
Joe Ardent
b8481dc106 finish the migration to julids 2023-07-28 16:15:27 -07:00
Joe Ardent
7aefedf993 Use Julids for DbId.
First phase just does a typedef of "DbId = Julid", and confirms the plugin will load into
sqlite. All tests pass. Next phase removes client-side generation of IDs.
2023-07-26 17:10:52 -07:00
Joe Ardent
c824a2b07a update to sqlx 0.7, using personal fork of axum-login 2023-07-26 12:46:53 -07:00
Joe Ardent
840fba6e92 more inappropriation 2023-07-08 22:00:26 -07:00
Joe Ardent
4ea285abb5 no witches in src or db 2023-07-08 21:21:12 -07:00
Joe Ardent
0e016552ab Clean up the import code.
Make things as batch-y as possible; add timers; tweak the db.
2023-07-08 13:16:05 -07:00
Joe Ardent
49d405fd10 Best results yet, just use (user, watch) for quest ID. 2023-07-06 13:56:55 -07:00
Joe Ardent
4f0540a903 super duper slowly adds watchquests 2023-07-06 08:48:42 -07:00
Joe Ardent
83da336a3f Make it easier to add watches from a CLI tool. 2023-07-02 15:16:47 -07:00
Joe Ardent
4896223b83 add a bunch of stuff for adding and seeing watches 2023-07-01 15:42:01 -07:00
Joe Ardent
656e6dceed add working ULID-based IDs for primary keys 2023-06-21 16:30:13 -07:00
Joe Ardent
be96100237 mostly done, but logins aren't working 2023-06-20 16:32:36 -07:00
Joe Ardent
8e54c6f99a more template renaming and tidying 2023-06-20 12:14:18 -07:00
Joe Ardent
cea9af1112 add working 'add new watch' handler 2023-06-19 16:54:28 -07:00
Joe Ardent
78b77dbd30 more "search" fleshing out 2023-06-18 12:04:09 -07:00
Joe Ardent
0fbcfb9c8c remove useless route 2023-06-18 12:04:09 -07:00
Joe Ardent
7c42b6316a flesh out get_watch() 2023-06-15 16:19:07 -07:00
Joe Ardent
1540153b67 add search results page 2023-06-14 22:11:43 -07:00
Joe Ardent
9ac4810d80 Add demo of query params for searching watches. 2023-06-10 15:32:50 -07:00
Joe Ardent
c94890b9f0 checkpoint 2023-06-10 11:32:40 -07:00
Joe Ardent
c44c89005c add working endpoints for getting your watches 2023-06-08 15:45:34 -07:00
Joe Ardent
1e9d97bd19 tweak endpoints 2023-06-08 09:17:11 -07:00
Joe Ardent
898e8d381e tweak the db model for watches, add handler skeletons 2023-06-06 14:08:49 -07:00
Joe Ardent
1a4ffaa99d adds Watches struct 2023-06-05 16:51:27 -07:00