• Joined on 2025-01-01
han approved shoko/jigaido#58 2026-04-04 07:35:42 +02:00
feat: implement service layer for Phase 2

lgtm

han commented on issue shoko/jigaido#38 2026-04-04 05:31:16 +02:00
UAT: Bounty Commands Testing

also I think I'd like to have timezone config setting. each group can set their own timezone. so we render the date and time according to the timezone, with their timezone format as well. but by…

han commented on issue shoko/jigaido#38 2026-04-04 05:29:55 +02:00
UAT: Bounty Commands Testing

I think delete should be soft delete, in a way we can recover them. so checking logic like the link, doesn't check to soft deleted bounty. also delete should be able to delete multiple items in a…

han commented on issue shoko/jigaido#38 2026-04-04 05:25:50 +02:00
UAT: Bounty Commands Testing

also with current update, I can't remove the existing link or date

han commented on issue shoko/jigaido#38 2026-04-04 05:23:51 +02:00
UAT: Bounty Commands Testing

for /edit, I'd like to have a specific command to update each of its attribute. for example only edit the text, only update the url, only update the date, only update the time. why? because if we…

han commented on issue shoko/jigaido#38 2026-04-04 05:20:48 +02:00
UAT: Bounty Commands Testing

also for /bounty list, I think we should default to limit the amount of bounty we show. maybe by default is 5, but user can always ask more. maybe we use pagination or limit or both

han commented on issue shoko/jigaido#38 2026-04-04 05:19:44 +02:00
UAT: Bounty Commands Testing

since we are slicing /bounty, it means that we should have show command to show all the information of a bounty by putting the id of it, and we will returned everything. all the description, link,…

han commented on issue shoko/jigaido#38 2026-04-04 05:03:31 +02:00
UAT: Bounty Commands Testing

/add bounty are working well, but there are several things to improve:

  • date should be fixed instead of relative, for example "04-04-2026" which means 4 April 2026
  • we should allow date format…
han commented on issue shoko/jigaido#38 2026-04-04 04:59:41 +02:00
UAT: Bounty Commands Testing

the /bounty list is working properly but I'd like to change the format, something like

[#id] description (but we slice them so we can make it a title)
ends (duedate) 
han approved shoko/jigaido#36 2026-04-03 21:09:24 +02:00
test: ensure tests package is importable

lgtm

han commented on pull request shoko/jigaido#32 2026-04-03 14:54:17 +02:00
feat(cli): implement CLI for jigaido bounty tracker

is it possible to have unit tests for the cli? in a way that we can mock the dependency, but at least making sure that all of these commands are exists, processing the right flags and inputs, and…

han commented on pull request shoko/jigaido#33 2026-04-03 14:52:30 +02:00
refactor(commands): use core services instead of storage module

is it possible for commands.py to have unit tests? so we can be sure that all these commands are exists and calling the right function (by mocking), handling the right params, and returning the…