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
We decided to split up which API functions we will each be doing in python; we will each be responsible for two or three to translate into python. We will be adding these to the ‘sugarcrm’ module that we made. We are also working on unit testing so for the code that we have. The plan is to be able to expand a base test module in much the same way we plan on expanding the base 'Sugarcrm' class.
We are still in the Strategy phase of agile development as we are still working with our model, however we have moved a bit more in to actual development. I am not sure where that fits into the agile plan but I suppose it would be somewhere between Strategy and Release. We are not yet to the point where we can set release goals pertaining to an actual release product, but we have started moving a bit in that direction.
As of March 3rd we have completed the login unit test. In addition we have used it to test the 'Sugarcrm' class, which successfully passes the unit test made for it. It should be noted that this class, which serves to login to a SugarCRM server will be used to establish a connection for all subsequent API functions we make. In addition we added several new functions that mirror SugarCRM API functions. We will provide adequate unit testing of the week or so.