So guys I want you guys to give me a poc for this activity idea
I was thinking to make a custom activity where the activity will show a table ui popup or window from datatable
Here user or developer can view the data that is been in the datatable or can edit it , when editing is enabled the data will be saved into a new datatable as an output
I think there could be two use case
1:- where Devloper can quickly check the data it is getting while developing and debugging , a better alternative to write down a sample Excel file or getting details shown in a message box or in logs
2:- If there is a buisness process requirements where user have to confirm the data or if needed have to edit the values , this can be useful
I was thinking to make two activities
1:- a configuration activity where all this settings can be done for only once
-
Show how much data to be seen in the visualization in rows (10,50,100,200,etc or all)
-
If Editing is enabled or disabled
-
Automatically created a output file of a json or any other kind of configuration file that will be storing all this configuration and can be changed in the file directly if needed
-
Or giving a output of configuration variable that holds all the config for the activity
2 :- The main visualization activity
-
Input either the variable that is been passed by the configuration activity or the local file , whichever that I will implement
-
Input ofc the datatable
-
output two bollean value,1) if able to successfully visualise the data 2) If editing is enabled and there is any data that has been edited
I was thinking that in the editing part i should add 4 options
1- Changing values of a particular row data
2- changing column names
3- moving coulmns by using the dragaable dots (like in multiple assign)
4- Moving rows by using the method mentioned above
These is my idea , please guys feel free to give me suggestions, please I need your suggestions over this , as I have never created such a complex activity
Also one question, I was thinking to monetize it in some way , please could you guys tell me.if it’s a good idea to monetize this activity
If yes which monitozation strategy should I use
1:- One time purchase (Marketplace)
2:- Subscription, monthly or yearly (Marketplace)
3:- Free to download but have to pay a subscription or a one-time fee for unlocking a special feature(Api probably)