ctengel / taskmaster

Master your tasks
GNU General Public License v3.0
0 stars 0 forks source link

MVP WebGUI #12

Closed ctengel closed 10 months ago

ctengel commented 3 years ago

Split from #4 (fully API based)

Just basic CRUD so this becomes usable for daily tasks...enhance with #11 later

ctengel commented 2 years ago

Note we basically have to make the same design decision as in ctengel/LPM-index#3

ctengel commented 2 years ago
ctengel commented 2 years ago
ctengel commented 1 year ago

https://github.com/hoppscotch/hoppscotch

ctengel commented 11 months ago

The MVP should actually just be the daily mode

Most of these other ideas file somewhere as API browser

ctengel commented 11 months ago

we need two addition paths

ctengel commented 10 months ago
ctengel commented 10 months ago

Seem to have figured out context issue for now ( see #86 )

However, new problem. WebGUI design envisions multiple execute contexts... i.e. one can stage tasks in one context, swap to another, and then swap back contexts.

API and CLI was not built with this in mind, they were built with single "stage" of all contexts.

So if we are in GUI "execute mode" we cannot pull just one context - GET /tasks/?mode=execute&context=xyz fails.

Maybe this IS an issue for #86 - decide how this should work.

ctengel commented 10 months ago

Per #86 discussion - conform to API for now - single stage.

ctengel commented 10 months ago

still todo

ctengel commented 10 months ago
  1. Actions
  2. Manually add timelines and adjust contexts via CLI
  3. Start eating the dog food
  4. Test and fix stage mode
  5. Prioritize
  6. Other
ctengel commented 10 months ago

Quality of life:

ctengel commented 10 months ago
ctengel commented 10 months ago

make available on mobile

ctengel commented 10 months ago

https://stackoverflow.com/questions/9117209/no-line-break-between-button-and-form

ctengel commented 10 months ago

essentially done, see "Restful wander ideas" in keep