Skip to content

Heads-up: Running a large-ish extension here #903

@lenucksi

Description

@lenucksi

Hey, thanks for the great offline-only Kanban board, especially one that is for once not Electron based and not using a database.

I'm currently migrating off of another one that has the properties mentioned above and is abandoned but has a nice feature set. I'm doing said extensions using strongly guided LLM usage.
So far I have

  • a working comment feature and
  • an attachment feature as well as
  • a testing suite & harness of varying quality, but probably good enough to review and extend.
  • a working JS-based CLI based on the current single-JSON file data structure.

I will probably extend the UI more to achieve feature-parity with the tool that I'm migrating off of, at least where I was using a feature of said other board. I might rip out and replace the single-file json based data storage with some less monolithic but still file based one.

Currently I'm trying to get those changes as branch based and isolated as possible to enable review, however some features have dependencies upon each other making it not perfectly possible to always provide isolated branches from origin/master.

I'll try to upstream those as soon as a satisfying state is achieved and then we can see if/how those can be integrated.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestpriority: lowLow priority issue, nice to have implemented at some point but not urgent

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions