← Back to team overview

oshippy-dev team mailing list archive

[Bug 608831] Re: some issues in class Event

 

** Project changed: oship => oshippy

** Changed in: oshippy
    Milestone: 1.5 => None

-- 
You received this bug notification because you are a member of OSHIPpy
Developers, which is subscribed to OSHIPpy.
https://bugs.launchpad.net/bugs/608831

Title:
  some issues in class Event

Status in Open Source Health Information Platform - Python:
  Opinion

Bug description:
  Method offset is not implemented. It should return a DvDuration
  corresponding to the difference between the value of attribute time
  and the value of attribute origin (obtained from the parent History).

  There are some arguments missing in its initializer (those inherited
  from Locatable). It is also necessary to call the superclass
  initializer.

  The method parent should be defined in class Pathable, not here. The
  same could be said about IEvent interface.