Suba -
If i read your words i see that you are looking to build a hybrid framework which is inter-coupled as data based and modularity. Well, in my opinion the answers to your question would be so,
1. Generalize the actions in such a way that they can be just used as parts and then assembled together. Yes, you can place these reusabale actions in a centralized network and then your team mates can call those actions as a copy of the action. Should suffice your needs.
Few pointers from the trodden path -
1. Build your framework in such a way that you dont duplicate the effort. Plan your actions such that you parameterize it to an extent as such that it should be just picked up and used with least modifications.
2. Use functions. Very efficient and clears so much of confusion. Classify and structure your actions/functions such that it is easier for you to make the call with the least of issues. Imagine your cell phone and the way you would organize your contacts.
3. Try to perform most of the activites programatically. This will iron out the dependencies arising out of the app - tool sync. Also, always try to control the tool and dont let the tool take over its way.
4. If you have to use datatables or excel spreadsheets then organize your data in such a way that you dont have to script the same thing multiple times.
With my sleepy eyes and half slept brain this is all which i would suggest at the moment.
Let me know if you require any more information.
If i read your words i see that you are looking to build a hybrid framework which is inter-coupled as data based and modularity. Well, in my opinion the answers to your question would be so,
1. Generalize the actions in such a way that they can be just used as parts and then assembled together. Yes, you can place these reusabale actions in a centralized network and then your team mates can call those actions as a copy of the action. Should suffice your needs.
Few pointers from the trodden path -
1. Build your framework in such a way that you dont duplicate the effort. Plan your actions such that you parameterize it to an extent as such that it should be just picked up and used with least modifications.
2. Use functions. Very efficient and clears so much of confusion. Classify and structure your actions/functions such that it is easier for you to make the call with the least of issues. Imagine your cell phone and the way you would organize your contacts.
3. Try to perform most of the activites programatically. This will iron out the dependencies arising out of the app - tool sync. Also, always try to control the tool and dont let the tool take over its way.
4. If you have to use datatables or excel spreadsheets then organize your data in such a way that you dont have to script the same thing multiple times.
With my sleepy eyes and half slept brain this is all which i would suggest at the moment.
Let me know if you require any more information.
Basanth
Give a fish to a man and you feed him for a day..Teach a man how to fish and you feed him for life.
Give a fish to a man and you feed him for a day..Teach a man how to fish and you feed him for life.

