WIP: Child fn should be able to access BotAction Header #46
No reviewers
Labels
No labels
Automated
Backlog
Post_Prototype_1.0
Bot_Code
Core
Bot_Code
Custom
CI/CD
Complexity
Advanced
Complexity
Basic
Complexity
Expert
Complexity
Intermediate
Kind/Breaking
Kind/Bug
Kind/Bug Fix
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Nix
Ownership
Collab
Ownership
Collab with Leads
Ownership
Individual Lead
Ownership
In-Review
Ownership
Needs Owner > May Delegate
Ownership
Workshop with Leads
Phase 1.0
Requirements > Drafting
Phase 1.0
Requirements > Researching
Phase 1.0
Requirements > Review & Planning
Phase 2.0
Design > Research & Analysis
Phase 3.0
Coding > Implementation
Phase 4.0
QA > Unit Testing & Design
Phase 5.0
Resolution > Completed
Phase 5.0
Resolution > Review for Completion
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Blocks
#40 WIP: Basic Routine Functionality}
modulatingforce/forcebot_rs
Reference: modulatingforce/forcebot_rs#46
Loading…
Reference in a new issue
No description provided.
Delete branch "botaction-header-accessible-by-child-fn"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Example Use Case
Thought this was addressed here - #43
But that mostly covered scenarios that pulled data from the Parent BotAction : So in the case of a BotCommand Triggering a Routine , the BotCommand information is what that PR addressed
In this PR , we should make it available for the child function to also pull the current BotAction header
Relatively High Priority . This is a blocker of
Routine
functionality as enhanced Routines should be able to pull from current Routine settings, such as Channel (in case the routine should change channels)Plan of Action :
Exec()
Final Recommendation : No Change from This PR
The Change in #43 essentially took care of the desired logic at a high top level where
BotCommand
andListeners
would be called anywayThe Code suggestions identified here were found to be Redundant
At first, This PR was raised as there was a concern the functionality was not working for BotAction members for
Routines
(a separate Open PR #40 )Routine
functionality would need to be reviewed : Where bot code executes Child Functions and passes on anExecBodyParams
, just before, consider reconstructingparent_act
** Note : I may keep the branch open for a bit to compare as I experimented a bit with ownership
Considered Closed
Pull request closed