BluCloudEngineer/UWA-Workflows-in-GitHub-2023
Add division logic to the application
Open
#111 opened on Mar 18, 2026
help wanted
Repository metrics
- Stars
- (0 stars)
- PR merge metrics
- (PR metrics pending)
Description
New Feature Request
New Feature Checklist
Before submitting a new feature, please view the currently requested features here. If your feature has not been submitted, please complete this report:
- I have checked the GitHub issues tracker and my feature has NOT been previously submitted.
- This report is for a single feature only, I will create a new report for additional features.
Describe the New Feature
I want to add division logic to the calculator application so that it will calculate the division of the numbers.
For example, if the following POST data is sent to the application:
data = {
"operation": "division",
"number_1": 100, # Key and value required
"number_2": 25 # Key and value required
}
The result will be:
Result: 4.0
Describe Why the New Feature Should be Added
This task is required for next release for the customer.
Screenshots
Not applicable
Additional Notes
Not applicable