Tag Archives: models

Updated UML diagrams for Dycapo

I’ve just finished in re-writing/updating the UML diagrams of Dycapo. We now have an updated version of the models, that are now consistent with those in code. There are three new sequence diagrams useful for using Dycapo: Insertion of a Trip by a driver Search of a Ride by a rider Insertion+Search of a Trip

Announcing Dycapo 0.0.2

As promised, Dycapo 0.0.2 is out. Dycapo will be an open client (mobile)/server system that will improve travel experiences of users in a city. The system will let people to define a destination on their mobile phone. DyCaPo will suggest and arrange trips by either using the Public Transport Service or Carpooling volunteers. That is,

Announcing Dycapo 0.0.1

It’s a pleasure for me to announce Dycapo-0.0.1, the very first release of the project. Dycapo-0.0.1 is part of the pre-alpha-dontuse releases, to only illustrate some functionalities. Here are the release notes: 2009-12-26 Daniel Graziotin <daniel DOT graziotin AT gmail DOT com> Dycapo 0.0.1 is just for showing out some functionalities of the system and

Integration of HTTPS, rpc4django, HTTP basic auth fully working

Today I was able to remotely call methods of Dycapo using HTTPS and HTTP basic auth. Can’t wait for the next version of rpc4django! 0.1.6 should give us the possibility to also access the authenticated user object inside the exported functions. We are also waiting for Django 1.2 that will give us the possibility to

OpenTrip adoption, Models implemented and documented

At the end we decided to adopt OpenTrip. I could propose the Dynamic extension of the protocol, over XML-RPC. By the way, I opened a GitHub repository to host the source code of Dycapo. At this moment I just implemented and documented the models. Dycapo project source code is hosted on: http://github.com/BodomLx/dycapo.

Introduction To Software Testing

Elements and Concepts – A brief overview Download PDF version of the whole document. You can browse the article online but I encourage the download of the PDF since it is written with accuracy. Introduction This document contains some basic concepts and definitions about software testing. It has been written for studying a part of