You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to race thru learning redis and determining the data structures, functions and patterns for proper redis use.
Jeremy
in the world of my little app, a workflow recipe is the core entity:
Workflow Recipe:
id
name
type [ dev_local, dev, qa, ops ]
description
|--< goals
|--< criteria
A recipe is both noun and verb. 🙂
Related entities:
Ingredients
tests
One workflow recipe set of enhancements could be to access issues from CLI, and to sort them in custom ways.
In all earnestness, this should have been my approach as of last week. I would have saved many days. #LiveAndLearn :o
The text was updated successfully, but these errors were encountered: