DnRuban / Taskhelper

Telegram bot for managing tasks
0 stars 1 forks source link

Bot shouldn't restore next action text in tickets after it was modified by user #45

Open DnRuban opened 1 year ago

DnRuban commented 1 year ago

Additionally bot should remove any text after "::" when adding next action to ticket's body.

Lebed02 commented 1 year ago

Enhancement:

If you create a new ticket, where you write a double colon in the text, for example, like this:

  1. o #ak to build a barn:: buy bricks

    then the bot will add the comment ": buy bricks" to the ticket immediately when creating it.

Or if I change the text after "::" by manually editing the ticket, then the bot will also add such a comment with a new next action.

But if you write a new comment starting with ":", the bot will just erase the existing text after "::".

Lebed02 commented 11 months ago
  1. After a pending ticket arrives in the channels, an error appears in the console after each pending ticket: ERROR: Exception during sending scheduled message: list.remove(x): x not in list
  2. Also, the same problem with duplicate tickets is seen here as noted in task #57
DnRuban commented 6 months ago

Error that appears after sending scheduled tickets is related to #37 task.

DnRuban commented 6 months ago

Requires correction of the error described in task #39

Lebed02 commented 4 months ago

Requires correction of the errors described in task https://github.com/DnRuban/Taskhelper/issues/39 Must be tested again after problems have been resolved

DnRuban commented 2 months ago

Rebased to branch #40, updated and fixed the bugs that was found after rebase.

Lebed02 commented 2 months ago

Approved. Issues not found. All works good.