Scales-Nature-Park / start-native-app

MERN based full stack data entry mobile application and admin desktop application for the START project.
MIT License
1 stars 1 forks source link

Add autofill support #22

Closed mbahgatTech closed 2 years ago

mbahgatTech commented 2 years ago

To-Do

Potential fields.json format:

{
     ....fieldStuff,
     autoFill: {
          depenencies: [
               "field name", 
               "field 2 name"
          ],
          "arguments": "dependencies",
          "body": "return dependencies[0] * dependencies[1];"
     }
}