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…
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…
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…
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
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,…
/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…
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)
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…
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…