You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update form schema in data.frame format and pass into the updateFormSchema() to update it. Not as much a priority as previous points as people can just get better at manipulating list objects but could be a useful functionality for all users not just AV.
The text was updated successfully, but these errors were encountered:
Even slightly neater but with a little more code (TBD) would be to have a custom class extending data.frame so that it is recognized as a form schema and could contain some additional metadata in attributes. This could be fed it directly to updateFormSchema() without an additional conversion step.
To go back to the form, we'd loop through the table records and call formFieldSchema() with the given parameters. Most checks are built in so it may not be too much work and probably we can call the arguments dynamically from the column names. Then we'd need to add a test or two.
Update form schema in
data.frame
format and pass into theupdateFormSchema()
to update it. Not as much a priority as previous points as people can just get better at manipulating list objects but could be a useful functionality for all users not just AV.The text was updated successfully, but these errors were encountered: