Project

General

Profile

Actions

User Story #95

closed
JJ NN

Backend unit test implementation

User Story #95: Backend unit test implementation

Added by Justin Jia 15 days ago. Updated 2 days ago.

Status:
Closed
Priority:
MEDIUM
Assignee:
Start date:
11/08/2025
Due date:
11/16/2025
% Done:

0%

Estimated time:

JJ Updated by Justin Jia 15 days ago Actions #1

  • Status changed from Open to In Progress

NN Updated by Nate Niu 10 days ago ยท Edited Actions #2

@Justin Jia DDL for new table about shedlock:

create table shedlock (
name varchar(64) not null,
lock_until timestamp(3) not null,
locked_at timestamp(3) not null,
locked_by varchar(255) not null,
primary key (name)
);

create index idx_shedlock_lock_until on shedlock(lock_until);

JJ Updated by Justin Jia 2 days ago Actions #3

  • Status changed from In Progress to Code Review

JJ Updated by Justin Jia 2 days ago Actions #4

  • Status changed from Code Review to Ready to Test

JJ Updated by Justin Jia 2 days ago Actions #5

  • Status changed from Ready to Test to Closed
Actions

Also available in: PDF Atom