Skip to main content

Search and Top Navigation

#3743 closed bug (fixed)

Opened January 03, 2009 02:59AM UTC

Closed July 09, 2009 03:45PM UTC

Accordion: Specifications needed

Reported by: rdworth Owned by:
Priority: critical Milestone: 1.8
Component: ui.accordion Version: 1.6rc4
Keywords: accordion specs specifications Cc:
Blocked by: Blocking:
Description

Section 3 - Functional Specifications/Requirements on http://jqueryui.pbwiki.com/Accordion need to be written. Should include more than just a listing of API options. See http://jqueryui.pbwiki.com/Slider for an example.

Attachments (0)
Change History (6)

Changed January 20, 2009 02:51PM UTC by paul comment:1

resolution: → fixed
status: newclosed

Changed January 20, 2009 06:01PM UTC by paul comment:2

resolution: fixed
status: closedreopened

Changed February 15, 2009 02:29PM UTC by jzaefferer comment:3

resolution: → fixed
status: reopenedclosed

Updated to reflect latest changes. Should be complete now.

Changed February 15, 2009 02:51PM UTC by rdworth comment:4

resolution: fixed
status: closedreopened

The specifications should be sufficient to

  • write every unit test without reading the code of the existing implementation, and without reading any documentation
  • write a complete overview documentation paragraph
  • write complete documentation

Some things still needed

  • how is the plugin designed to work, how does it work? (ie. expects an input markup structure with XYZ, can also handle ABC, only allows one pane to be open at once, etc.)
  • what classes are added and when
  • what do things do, and mean, and how do they work? Ex. "navigationFilter is relevant only for navigation:true" There are no specifications for what navigation means nor what navigationFilter means. The specification should be sufficient to independently implement, test, document, and use (even decide whether to use) both of these options.

Changed March 08, 2009 02:43PM UTC by rdworth comment:5

milestone: 1.71.8

Changed July 09, 2009 03:45PM UTC by jzaefferer comment:6

resolution: → fixed
status: reopenedclosed

Updated. Probably still not 100%, but good enough.