Loris
Loris copied to clipboard
[instrument_builder] ADDED: field warnings for maximum length in Instrument Builder module
…t Builder
Brief summary of changes
- Added field warnings for length for
_status
fields: - Added field warnings for length for all the fields
- Minor spelling mistake fix
Testing instructions (if applicable)
- Go to /instrument_builder/#Build
- Check for warnings for input length greater than 57 for the following fields by clicking Add Row
- Data entry->Textbox->Question Name
- Data entry->Textarea->Question Name
- Data entry->Date->Question Name
- Data entry->Numeric->Question Name
- Check for warnings for input length greater than 64 for the rest of the Question Name and Question Text fields by clicking Add Row
Link(s) to related issue(s)
- Resolves #7582
Great stuff, Satvik! It would be great to have an idea of how the warnings will appear to the end user - could you kindly post a screenshot in this thread, showing the error message in context? Thanks, that would be really helpful in speeding this through the review process.
Great stuff, Satvik! It would be great to have an idea of how the warnings will appear to the end user - could you kindly post a screenshot in this thread, showing the error message in context? Thanks, that would be really helpful in speeding this through the review process.
@christinerogers Thanks! Here are the screenshots
Hi @satvik-tha-god, Great work !! Please address @christinerogers comments. The unit test are falling due to code standard nonconformity. You will be able to identify the error entering in the failed test and searching for the error keyword in the output. For this case are simple ones. I attach a screenshot for reference.
Not sure why but it seems some of the test got cancelled.
Please relaunch the jobs.
failing a the test suit, nevertheless I don't see direct relation avec this PR itself. What do you think @driusan ?
@racostas it looks like this is in your court to re-review, unless i'm reading it wrong?
I think we can merge this and then send another PR to fix the test plan.