I am new to rust.
I use a rust tool (ticket-rs), which I want to extend and learn rust at the same time.
The tool is in rust+egui and I want to build a kanban view for it.
I have forked the tool for this purpose.
Unfortunately I don't know how to do this at the moment and would be very grateful for help.
Tips would be really great.
Is it enough to build a kanabview in the ui?
That's a very broad question, and to answer it thoroughly would require doing most of the work of your project. Taking a quick glance at the code, though, I would probably start by editing menu_bar.rs to add a toggle for opening/closing your new view, using the implementation of the other menu options as a guide for your own.
Thank you for your quick reply.
I am not interested in having others do this work.
I am only interested in finding starting points and tips.
Just like you gave me with your post.
For the time being it should only be a simple kanban view, no kanban functions