Skip to content
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

Add note to applicant defined strategy #339

Merged
merged 2 commits into from
Apr 12, 2020

Conversation

entrotech
Copy link
Member

@entrotech entrotech commented Apr 12, 2020

I actually added this capability to all rules. You enable it in the database by setting the displayComment value to true in the corresponding row of the CalculationRule table. It displays as a resizeable textarea, and gets saved and restored with the other project inputs.

The textarea starts out with a default size two rows high If the content is longer than fits, a vertical scrollbar will appear, as well as a resize handle, which the user can drag to make the area larger.

I did not underline the last part of the label, as there is no clear action that should occur if the user clicks on it.

Closes Issue #318
Closes #318

@entrotech entrotech merged commit 5502d42 into develop Apr 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add ability to enter a text note for Applicant-Defined Strategy with Explanation
1 participant