WIP: WIP feat/web #18

Draft
pratyush wants to merge 2 commits from feat/web into master
Owner

Have added some clientside js to demonstrate how even a basic table can quickly help find relevant things. Will have to figure out how not to load all the data at once and freeze the app.

Have added some clientside js to demonstrate how even a basic table can quickly help find relevant things. Will have to figure out how not to load all the data at once and freeze the app.
pratyush added 2 commits 2024-12-15 16:34:43 +01:00
Added basic HTTP support to serve doselogs using
a simple HTML table. Currently hardcoded to one nick.

Signed-off-by: Pratyush Desai <pratyush.desai@liberta.casa>
The issues are .. One can't load all the doses and then
filter dynamically via search. One has to limit records.
And it doesn't randomize.

Signed-off-by: Pratyush Desai <pratyush.desai@liberta.casa>
pratyush changed title from feat/web to WIP feat/web 2024-12-16 08:03:54 +01:00
pratyush changed title from WIP feat/web to WIP: WIP feat/web 2024-12-16 08:03:59 +01:00
This pull request is marked as a work in progress.
This branch is out-of-date with the base branch

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin feat/web:feat/web
git checkout feat/web
Sign in to join this conversation.
No description provided.