Harvest

Differences between revisions 3 and 13 (spanning 10 versions)
Revision 3 as of 2009-02-28 08:17:29
Size: 2248
Editor: cpc3-hers3-0-0-cust869
Comment: Ubuntu Theme
Revision 13 as of 2016-10-27 07:42:24
Size: 2617
Editor: dholbach
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
Plans for [[http://daniel.holba.ch/harvest|Harvest]] ([[https://code.launchpad.net/harvest|Code]]) ----
Line 3: Line 3:
Plan to move ahead:
 * generally:
  * extend the .csv files, so we can have proper (long) titles
|| '''Harvest is currently offline. If there is desire to run it again, it needs a discussion with IS.''' ||

----

||<tablestyle="float:right; font-size: 0.9em; width:40%; background:#F1F1ED; margin: 0 0 1em 1em;" style="padding:0.5em;"><<TableOfContents>>||

= General =

The code of [[http://harvest.ubuntu.com|Harvest]] is hosted on [[https://code.launchpad.net/harvest|Launchpad]].

How to make [[Harvest/ReleaseProcess|Harvest releases]].

= Plans =

 * [[Harvest/NewUI]]
 * [[Harvest/Interviews]]

== Definite ==
 * Use django openid auth to allow log in
  * allow users to add comments to opportunities to allow more coordination
  * allow users to select package sets or packages where they're bug contact
  * allow users to select opportunity types
 * View
  * Always keep Opportunity List titles visible
 * Move to Canonical machine!

== Nice to have ==
 * Data + Presentation
  * feature 'kind of contribution' depending on part of the release cycle
  * RSS LOVE
  * Set skill level (easy/medium/hard/..) for opportunities?
 * Data Import
Line 7: Line 36:
 * keep data model:
  * !SourcePackage
  * !OpportunityList
  * Opportunity
 * 'general' view:
  * check boxes with all kinds of opportunity lists, by default use all
  * expand-all button
  * list of source packages, have expanders next to each of them
 * View + Use
  * allow users to select various packages too?
Line 16: Line 39:

UDS discussion:
 * expander for huge bug lists
 * keep titles at the top of visible page
 * tooltips (ajax stuff?)
 * seed-based(?)
 * pick a bunch of packages (shopping cart?)
 * use bug contact information
 * feature 'kind of contribution' depending on part of the release cycle
 * RSS LOVE
 * link to documentation per "data source"
= Old Version =
Line 41: Line 53:
||[[attachment:harvest-ubuntu-1|Fullsize]] 'Home Page' of Harvest|| ||[[attachment:harvest-ubuntu-1.png|Fullsize]] 'Home Page' of Harvest||
Line 45: Line 57:
||[[attachment:harvest-ubuntu-2|Fullsize]] Looking at some 'low-hanging fruit'|| ||[[attachment:harvest-ubuntu-2.png|Fullsize]] Looking at some 'low-hanging fruit'||
Line 47: Line 59:
=== Comments === ----
CategoryHarvest


Harvest is currently offline. If there is desire to run it again, it needs a discussion with IS.


General

The code of Harvest is hosted on Launchpad.

How to make Harvest releases.

Plans

Definite

  • Use django openid auth to allow log in
    • allow users to add comments to opportunities to allow more coordination
    • allow users to select package sets or packages where they're bug contact
    • allow users to select opportunity types
  • View
    • Always keep Opportunity List titles visible
  • Move to Canonical machine!

Nice to have

  • Data + Presentation
    • feature 'kind of contribution' depending on part of the release cycle
    • RSS LOVE
    • Set skill level (easy/medium/hard/..) for opportunities?
  • Data Import
    • allow .csv.gz
  • View + Use
    • allow users to select various packages too?

Old Version

Ubuntu Look

I felt that although functional, harvest needed a makeover, and so I chose to give it the theme of all the Ubuntu Sites. I chose this instead of a Launchpad theme, because Harvest at the moment is restricted to Ubuntu, but also there might be complications with misguiding users that this was launchpad etc.

To set up the theming of Harvest, I copied over the help.ubuntu.com css file & images and then set too work on the code. First I edited xhtml.py and added all the extra html above the actual content harvest produces. I then did the same for the footer of the page.

I also made the HACKING file look the same.

Apart from just changing the appearance, I also made one usability change. In you look at the screenshots at the end of this section, you can see that in the top-right hand corner, I created a (functional) search box. This allows a user to search for a package using the handler.py?pkg=PACKAGENAME syntax. This allows a user to search for a package a lot more easily than they currently can.

Screenshots

harvest-ubuntu-1-small.png

Fullsize 'Home Page' of Harvest

harvest-ubuntu-2-small.png

Fullsize Looking at some 'low-hanging fruit'


CategoryHarvest

Harvest (last edited 2016-10-27 07:43:41 by dholbach)