Changes between Version 16 and Version 17 of Ticket #1506


Ignore:
Timestamp:
03/01/12 20:05:22 (2 years ago)
Author:
zephod
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1506

    • Property Status changed from assigned to closed
    • Property Resolution changed from to fixed
  • Ticket #1506 – Description

    v16 v17  
    1313  * ~~When submitting forms with errors, open the correct resource pane.~~ 
    1414  * ~~No hint is given that the time format for a resource is in ISO, eg 2005-01-01T10:10:10~~ 
    15   * Resource description field to become the markdown editor we use everywhere else. 
     15  * ~~Resource description field to become the markdown editor we use everywhere else.~~ 
    1616 
    1717== Dataset Settings ==  
    18   * Subticket #1648: Clarify edit terminology 
    19   * Merge Groups and Tags into main Settings section (no point having them on their own and most people will miss this). 
    20   * Fix (i.e. allow / show) name editing on dataset edit. 
    21     * Fix the slugify so it does not overwrite if i change title after fixing name. 
    22     * Make slugify encourage people to use shorter names. Either by cutting off (not so good) or showing a warning and saying something like 'hey you may want to cut this down. Hit edit to customize the dataset name now' 
    23   * Autocomplete the author/maintainer box (requires API extension?) 
     18  * ~~Subticket #1648: Clarify edit terminology~~ 
     19  * ~~Merge Groups and Tags into main Settings section (no point having them on their own and most people will miss this).~~ 
     20  * ~~Fix (i.e. allow / show) name editing on dataset edit.~~ 
     21    * ~~Fix the slugify so it does not overwrite if i change title after fixing name.~~ 
     22    * ~~Make slugify encourage people to use shorter names. Either by cutting off (not so good) or showing a warning and saying something like 'hey you may want to cut this down. Hit edit to customize the dataset name now'~~ 
     23  * ~~Autocomplete the author/maintainer box (requires API extension?)~~ [WONTFIX what? it's not like that field is linked to users of the site or anything] 
    2424 
    2525== Dataset View == 
    26   * Fix animation glitch in expanding description 
    27   * Can we make the list of files look more like a table? Lose space between files? Lose rounded corners? 
    28   * Verify that there are no more (none) placeholder <td> objects (i believe they've been refactored out) 
     26  * ~~Fix animation glitch in expanding description~~ 
     27  * ~~Can we make the list of files look more like a table? Lose space between files? Lose rounded corners?~~ 
     28  * ~~Verify that there are no more (none) placeholder <td> objects (i believe they've been refactored out)~~ 
    2929 
    3030 
    3131== Dataset Create == 
    3232 
    33   * "Upload or link data files, APIs and other materials related to your dataset." 
    34   * Include the description markdown editor again (keep it small) 
    35   * Licence should maybe be restored 
    36     * "(Don't worry if you don't know what your licence is)" 
    37   * Show the log message field 
    38     * Beautify 
    39   * Pre-populate the log message field? 
    40   * ? Show Home Page field when creating dataset (+ show description (?) (-- but state that it should just be a few lines) 
    41   * ?  Do some Guerilla UX to see whether we need to Redirect to Resources directly after dataset creation? 
    42  
    43 == Group Improvements == 
    44  
    45  * Minor fixes to dataset add on Group edit form - 0.5d - #1507 
     33  * ~~"Upload or link data files, APIs and other materials related to your dataset."~~ 
     34  * ~~Include the description markdown editor again (keep it small)~~ 
     35  * ~~Licence should maybe be restored~~ 
     36    * ~~"(Don't worry if you don't know what your licence is)"~~ 
     37  * ~~Show the log message field~~ 
     38    * ~~Beautify~~ 
     39  * ~~Pre-populate the log message field?~~ 
     40  * ~~? Show Home Page field when creating dataset~~ [WONTFIX don't push it] 
     41  * ~~?  Do some Guerilla UX to see whether we need to Redirect to Resources directly after dataset creation?~~ [WONTFIX doesnt make sense with new resource editor awesomeness] 
    4642 
    4743== User pages == 
     
    5248== Etc == 
    5349  * Take before and after screenshots 
    54   * Write tests. You may not close this ticket without writing some tests for /editresources!