gentle reminder :)

On Tue, Sep 10, 2019 at 6:32 AM C K Kashyap <ckkash...@gmail.com> wrote:

> Hi,
> I've made some progress with todo app -
> https://github.com/ckkashyap/todo/blob/dev/todo.l I would appreciate some
> feedback on the code. It's essentially tweaks to the sample todo app shown
> in the picolisp documentation. It's progressing more slowly than I'd like
> but it seems like an investment for a lifetime so its all good. DbHint is
> really cool :)
>
> I need some help with the next steps. While it is possible to search for
> documentation but it will really speed up the process if I get some
> guidance :) . Also, I think a todo app could help other folks like me in
> future and I promise to document it.
>
> 1. I'd like to change this so that the main page only has the list of
> tasks and when I click on a task it takes me to the task from where I can
> enter/edit data. Simply changing line 66 to (gui 1 '(+ObjView +Textfield)
> '(: nm)) and adding a url> method did not seem to do the trick.
>
> 2. I'd like to add the capability to write updates to a task. So
> essentially, I think I need to have a (+List +Joint) but cant seem to get
> it to work.
>
> Regards,
> Kashyap
>

Reply via email to