Skip to content

Commit ce85724

Browse files
author
nate smith
committed
TODOs
1 parent d478a4d commit ce85724

File tree

1 file changed

+6
-16
lines changed

1 file changed

+6
-16
lines changed

pkg/cmd/status/status.go

Lines changed: 6 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -45,22 +45,6 @@ func NewCmdStatus(f *cmdutil.Factory, runF func(*StatusOptions) error) *cobra.Co
4545
return cmd
4646
}
4747

48-
/*
49-
• "repo activity"
50-
• using notification API
51-
• new issues
52-
• new prs
53-
• comments
54-
• mentions
55-
• using notifications API
56-
• review requests
57-
• using search API
58-
• pr assignments
59-
• using search API
60-
• issue assignments
61-
• using search API
62-
*/
63-
6448
type Notification struct {
6549
Reason string
6650
Subject struct {
@@ -299,5 +283,11 @@ func statusRun(opts *StatusOptions) error {
299283
fmt.Println("COMMENTS")
300284
fmt.Printf("DBG %#v\n", comments)
301285

286+
// TODO
287+
// - first pass on formatting
288+
// - switch to search API for assignments
289+
// - goroutines for each network call + subsequent processing
290+
// - ensure caching appropriately
291+
302292
return nil
303293
}

0 commit comments

Comments
 (0)