FV and FVP Forum > AutoFocus Web App: How to improve?
I like it! I can think of two things. When you open the web page, it would be nice if the cursor was already in the text field box, so that when you open a tab it's ready for instant entry of a new task. It would also be nice if you could cut and paste a plain text list directly into the text field box. All of my online lists are in Google Keep or Google docs, and I don't know how to turn them into JSON files. These are small things though.
November 5, 2023 at 12:58 |
Jesse
Jesse, done and done 👍🤓
November 8, 2023 at 20:33 |
Avi Drucker
Hi Avi! This is so close to what I want! I probably don't want to use the prioritization feature from FVP, but maybe I do, not sure yet. I had a vision for an app like this but wanted it to more closely resemble the paper version. For me, that means adding pagination (like 25 per page) and then having each page automatically get the marks it needs, like the X or X-with-circle.
The app should then automatically advance to the first page with open tasks when you open it.
Where is the tasklist stored in your application? I was wondering if having it stored in a flat file would be good, so it could be synced (perhaps using the todo.txt format?). I've also wondered if using sqlite or something would be good. Also I wonder how to eventually make it work for multiple users.
I also wish it was written in Svelte/SvelteKit (but that's just personal preference ;) ).
The app should then automatically advance to the first page with open tasks when you open it.
Where is the tasklist stored in your application? I was wondering if having it stored in a flat file would be good, so it could be synced (perhaps using the todo.txt format?). I've also wondered if using sqlite or something would be good. Also I wonder how to eventually make it work for multiple users.
I also wish it was written in Svelte/SvelteKit (but that's just personal preference ;) ).
January 6, 2024 at 15:45 |
Chris W.
https://avidrucker.github.io/pwa-autofocus-app/
It supports adding of items to one's list, prioritizing one's list, taking action on the "most ready item"*, and clearing the list completely to start anew.
Does anyone have any suggestions on how to improve the web app? My goal is to keep it minimalist, and in alignment (feature parity, first and foremost) with at least one version of AutoFocus (I'm not sure if the app is doing classic AutoFocus, FV, FVP, or something else now 😅).
If anyone wants any technical details on how I built it, please let me know.
*(still looking for clearer terminology for this, I also have considered "highest priority", "benchmark", and "current most want to do", though "most ready" resonates the most with me currently)