Ticket #1141 (closed CREP: fixed)

Opened 3 years ago

Last modified 2 years ago

[super] Moderated Edits User Interface

Reported by: johnglover Owned by:
Priority: major Milestone: ckan-backlog
Component: ckan Keywords: ui
Cc: Repository: ckan
Theme: none

Description (last modified by dread) (diff)

Proposer: John Glover
Seconder: James Gardner

Abstract

We are trying to achieve these goals:

  • To get people involved with making edits to CKAN metadata.
  • To have an ownership model as to who can moderate and validate these changes
  • To not put too huge a burden on these owners.

This feature allows anyone to edit a package and create a new revision, but requires an owner/moderator to approve a revision before it is are made "official".

There have been a lot of discussions around the revisioning system side of this ticket (CREP 0002) and I think these are now largely resolved. We now want to discuss the user interface.

The Problem

We require the following functionality:

  • Allow a group of changes to be stored as a new revision.
  • Allow a linear stack of "community" revisions.
  • Provide a way for the editor and moderator to compare previous revisions to the current one.
  • When a moderator approves a change it creates a new revision flagged "moderated" (this is analogous to a merge commit)
  • Provide a way for the editor and moderator comment on revisions if necessary.

Extra features:

  • Need a way to summarise the changes (as part of the preview perhaps)
  • Sysadmin needs to purge a revision completely

Specification

UI/UX

UI Mockup:

Revisions:

  • Revisions are per package rather than per field.
  • Internally CKAN has separate revisions for resources, extras and package metadata. From a user's point of view this could be confusing to expose, so everything that they see on a package form when they hit save is a single revision.

On the Edit page:

  • We have a panel on the right, listing all the revisions with the current moderated one selected. Moderated revisions are highligted in some way (red and bold?).
  • The values displayed in the form are by default populated from the latest revision (whether community or moderated)
  • Under each field is a "shadow", showing the value of the field in the revision selected in the panel, if it is different from the value in the field. By default the shadow values are populated from the latest moderated revision which is the one selected in the revision panel by default too.
  • When you change the value of a field, a shadow may appear or disappear accordingly. If they disappear a box saying that they are the same replaces it
  • If you want to edit values from a previous revision, you first select that revision to get the shadows populated. There is a button named "Replace fields with values from this revision" under the revision list. You click this, a warning pops up and then you say "Yes". You then select the moderated revision again.
  • We also allow package comments the same way as the todo extension works at the moment. Additionally, we need to be able to differentiate between what the moderator wrote and what a community member wrote, and so we may need to make a small change to the todo extension to facilitate this.
  • In addition to package comments, each revision will have a revision log (analogous to a commit message).

Technical Details

  • This CREP will result in a new CKAN extension.
  • It depends heavily on the new revisioning system (CREP0002), some of the details of which are yet to be finalised.
  • This CREP therefore requires working closely with David Raznick to come up with an API that the UI AJAX calls can use.
  • We will then use suitable test data to mimic these API calls until CREP0002 is ready.

Why do it this way

This hopefully provides a clear and consistent mechanism allowing both a community member to make new revisions and a moderator to view and approve revisions, with largely the same UI/UX.

Implementation plan

Deliverables

A new CKAN extension, consisting of:

  • Code: Python, HTML, CSS, Javascript
  • Unit tests
  • Localization
  • Documentation

Participants

John Glover to do it.

Progress

John has implemented the bulk of this UI. Just some things to tidy up before it is complete:

  • Genshi stream filters to be updated with CKAN 1.5 / 1.5.1 templates
  • history_ajax / read_ajax to be replaced with calls to Action API (or Util REST API)

I've split these two off into a new ticket #1604.

Related Progress

The Todo extension is written and available at: https://bitbucket.org/johnglover/ckanext-todo.

In the section 'The Problem', under extra features, we mention a need for the sysadmin to be able to purge a revision already. This is already done.

See also

#1129 Backend work

Attachments

ModeratedEdits.png (145.3 KB) - added by johnglover 3 years ago.
Moderated Edits UI - Mockup
ModeratedEdits2.png (148.6 KB) - added by johnglover 3 years ago.

Change History

comment:1 Changed 3 years ago by johnglover

  • Description modified (diff)

comment:2 Changed 3 years ago by johnglover

  • Description modified (diff)

comment:3 Changed 3 years ago by johnglover

  • Description modified (diff)

comment:4 Changed 3 years ago by johnglover

  • Description modified (diff)

Changed 3 years ago by johnglover

Moderated Edits UI - Mockup

comment:5 Changed 3 years ago by johnglover

  • Description modified (diff)

Changed 3 years ago by johnglover

comment:6 Changed 3 years ago by johnglover

  • Description modified (diff)

comment:7 Changed 3 years ago by timmcnamara

  • Cc tim.mcnamara@… added
  • Keywords ui added

comment:8 Changed 3 years ago by dread

I've merged this into default in preparation for release 1.4.2, but there may be a couple of useful additions that could be done on this or another branch/ticket.

Getting a package at a specified revision is really useful. This can be used:

  • links in the package history (#103) (while in there, the 'moderated' flag should be shown in the package history too if not already)
  • should also be added to the package API (as a replacement for the AJAX call?)

The history_ajax call looks like an almost duplicate of the Package Revision API. Can these be merged and put just in the API?

comment:9 Changed 3 years ago by thejimmyg

  • Milestone set to ckan-backlog

comment:10 Changed 3 years ago by dread

What's the status of this now? The ckanext-moderatededits README still says you need a branch of ckan. Can you say which version of CKAN is required instead? I say we close this if ajax call is now in a better place in the API. (I expect it is now, with the logic layer).

comment:11 Changed 3 years ago by johnglover

  • Cc tim.mcnamara@… removed

Well, it runs on datacatalogs.org with the current default so CKAN 1.5, but it needs quite a bit of updating to work with all of the new 1.5 UI changes, and as it has been a low priority for quite a while I haven't scheduled time to work on it. Really I would need to spend a few days on it to tidy it up for standard 1.5.

comment:12 Changed 2 years ago by rgrp

  • Summary changed from Moderated Edits User Interface to [super] Moderated Edits User Interface

comment:13 Changed 2 years ago by rgrp

  • Description modified (diff)

comment:14 Changed 2 years ago by dread

  • Status changed from new to closed
  • Resolution set to fixed
  • Description modified (diff)

Closing, with remaining tidy up work for newer CKAN versions split off into new ticket: #1604

Note: See TracTickets for help on using tickets.