Skip to content

Commit

Permalink
comments; collections/roadmap: add description for example roadmap
Browse files Browse the repository at this point in the history
  • Loading branch information
grokify committed Aug 21, 2022
1 parent 10cd65d commit f513998
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions collections/roadmap/slack/slackplatform.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ import (
"github.com/grokify/mogo/time/timeutil"
)

// GetRoadmapExample returns a roamdap copied from public Slack's Platform roadmap
// posted on Trello as of August 20, 2022. The Trello roadmap is available here:
// https://trello.com/b/ZnTQyumQ/slack-platform-roadmap
func GetRoadmapExample() roadmap2.Roadmap {
qNow := timeutil.QuarterEnd(time.Now().UTC())
qPrev1 := timeutil.QuarterAdd(qNow, -1)
Expand Down

0 comments on commit f513998

Please sign in to comment.