-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added priority for formulas #957
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## calculators-constructor #957 +/- ##
===========================================================
+ Coverage 89.10% 89.14% +0.03%
===========================================================
Files 68 68
Lines 1056 1059 +3
===========================================================
+ Hits 941 944 +3
Misses 115 115 ☔ View full report in Codecov by Sentry. |
2f2d564
to
3667cc5
Compare
@@ -11,6 +11,7 @@ def index | |||
|
|||
def show | |||
@calculator = resource | |||
@formulas = @calculator.formulas.ordered_by_priority |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
а навіщо ця змінна?
dev
Code reviewers
Summary of issue
Adding the ability to specify the priority of formulas in the calculator designer
Summary of change
CHECK LIST
Tests for formulas