Comment 0 for bug 1084626

Revision history for this message
Evan (ev) wrote :

The current implementation of the problem page (https://errors.ubuntu.com/bucket/?id=/usr/bin/update-manager:AttributeError:_on_config_file_conflict:run:show_diff) presents an unordered list of instance identifiers.

This is awful. These should be ordered by time. They're version 1 UUIDs, which include a time component, but because of a schema mistake, they're in lexicographical order in the database. We'll need to fix that first (bug 1045915).

This should also be a table, showing the relevant fieldsĀ of each instance. This should be similar or identical to the table we'll show on the "reports that occurred on this system" page (bug 1069743).

As you scroll the table, additional reports should be asynchronously appended to the bottom. This is commonly called "infinite scroll" and is used in place of pagination.