Comment 3 for bug 531261

Revision history for this message
Adi Roiban (adiroiban) wrote :

As a start I moved summary, bug_supervisor, security_contact and drivers. This is already a 500 line diff.

----------

packagings requires a bug on its own, and same for specifications.

---------

date_created is ugly since distroseries is using date_created while product datecreated

Most probably we also want it as date_created in product, but this is use in many places.

---------

I didn't knew how to implement the "driver" since in distroseries it is validated using "validate_public_person" while in productseries using "validate_person_not_private_membership"

----------

There is a similar issue with "owner". In distroseries is PublicPersonChoise while in productseries is ParticipatingPersonChoice.

----------

I don't think we can move "title" and "display" since in distroseries they are stored in the db, while for productseries they are computer from series name.