Diff for "Registry/MilestonesAndReleases"

Not logged in - Log In / Register

Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2009-02-23 18:33:40
Size: 396
Editor: edwin-grubbs
Comment:
Revision 3 as of 2009-02-23 19:06:39
Size: 1582
Editor: edwin-grubbs
Comment:
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
 * [[https://launchpad.net/bugs/313299|313299]] allow to move releases/milestones between series  * [[https://launchpad.net/bugs/313299|Bug 313299]] allow to move releases/milestones between series

== DB Changes ==

 * Rename
    * Milestone.description TO summary
    * Milestone.visible TO active
    * `ProductRelease`.description TO release_notes
 * Delete
    * `ProductRelease`.summary (append to Milestone.summary)
    * `ProductRelease`.version (same as Milestone.name)
    * `ProductRelease`.productseries
 * Move
    * Milestone.codename to `ProductRelease`

== UI Changes

=== Project Overview Page ===

Current project overview page:
{{attachment:project_pagelet_for_milestones.png}}


Since milestones and releases will be closely related, it would be nice to have a single list of versions instead of moving the version number from the milestone list to the product release list. It would also be convenient to display the codename.

=== Download Files Page ===
{{attachment:download_project_files.png}}

=== View Series ===
{{attachment:view_series.png}}

=== Add Milestone Page ===
{{attachment:register_milestone.png}}

=== Publish Release Page ===
{{attachment:register_release.png}}

=== View Milestone Page ===
{{attachment:view_milstone.png}}

=== View Project Release Page ===
{{attachment:view_productrelease.png}}

Connecting Milestones and Product Releases

References

  • Bug 174468 Series, releases, and milestones overlap confusingly

  • Bug 4557 launchpad doesn't ask for release date when adding a new product release

  • Bug 313299 allow to move releases/milestones between series

DB Changes

  • Rename
    • Milestone.description TO summary
    • Milestone.visible TO active
    • ProductRelease.description TO release_notes

  • Delete
    • ProductRelease.summary (append to Milestone.summary)

    • ProductRelease.version (same as Milestone.name)

    • ProductRelease.productseries

  • Move
    • Milestone.codename to ProductRelease

== UI Changes

Project Overview Page

Current project overview page: project_pagelet_for_milestones.png

Since milestones and releases will be closely related, it would be nice to have a single list of versions instead of moving the version number from the milestone list to the product release list. It would also be convenient to display the codename.

Download Files Page

download_project_files.png

View Series

view_series.png

Add Milestone Page

register_milestone.png

Publish Release Page

register_release.png

View Milestone Page

view_milstone.png

View Project Release Page

view_productrelease.png

Registry/MilestonesAndReleases (last edited 2009-02-24 19:24:04 by beuno)