hey make some pipelines
test pr #11
open
opened by
expand 3 commits
hide 3 commits
appview: db/issues: add
ID field to Issue
This will help indexing Issues faster when we introduce external search
indexer
Signed-off-by: Seongmin Lee <boltlessengineer@proton.me>
appview: {db,issues}: remove unnecessary
GetIssueId method
As `issue.IssueId` is already retrieved from `NewIssue`, We don't need
`GetIssueId` to get last issue-id.
Using same, last inserted issue-id would be better.
Signed-off-by: Seongmin Lee <boltlessengineer@proton.me>
appview: add internal notification system
Signed-off-by: Seongmin Lee <boltlessengineer@proton.me>