Investigation for predefined component triggers
shreyashankar opened this issue · 0 comments
shreyashankar commented
- Making triggers
- Where do we put the
beforeRun
andafterRun
methods? - Where do we run these methods / triggers?
- Where do we put the
- Executing triggers
- How do we incorporate into the
register
decorator defined inclient.py
?
- How do we incorporate into the
- How to log trigger results
- What new table(s) do we need to add to the database?
- How do we add the new table(s)? (Alembic migration)
- How do we add the results to our new table(s)?
- Where will we put this logging functionality in the codebase?
- How to query trigger results
- What types of queries on the results will a user execute? Reading
Deliverable: Designdoc (see example)