This repository was archived by the owner on Sep 17, 2022. It is now read-only.

Description
Once the user has selected the ARgorithm, based on the data in ARgorithm.Models.ARgorithmModel.parameters , We need to generate input boxes where the user will input data. Not only will the input boxes be generated dynamically by data has to be validated accordingly to unsure smooth execution
Refer: https://github.com/ARgorithm/toolkit/blob/master/ARgorithmToolkit/data/config.schema.json to understand what all will be included in ARgorithmModel. Pay extra attention to the parameters key

There is a red exclamation mark button in the ArgorithmCloudMenu list item. That should be used to send bug report to server regarding that argorithm. Along with that exception handling in not implemented properly within ARStage
Critical errors should be handled and should trigger bug reports of its own
Bug report path is yet to be implemented : ARgorithm/Server#15
User should be able to search for different ARgorithms based on Tags or name or by multiple filters (to be added as a feature)