usdigitalresponse / usdr-gost

USDR-hosted grants management tools
http://grants.usdigitalresponse.org
Apache License 2.0
32 stars 21 forks source link

[Issue]: Personnel_Expended_FTE_Count value must be a whole number #3445

Open ClaireValdivia opened 2 months ago

ClaireValdivia commented 2 months ago

Why is this issue important?

the value must be a whole number for this field

Current State

if you enter a number with a decimal value (i.e. not a whole number), you do not get any error message

Expected State

Personnel_Expended_FTE_Count - additional validation here is that only whole integers should be accepted. if a decimal is entered, an error message should generate that says "A whole number must be submitted for this field."

Implementation Plan

The following functions need to be added...

Relevant Code Snippets

No response