Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#1771 closed enhancement (fixed)

Hardware items should be annotatable

Reported by: Nicklas Nordborg Owned by: olle
Priority: major Milestone: BASE 3.3
Component: core Version:
Keywords: Cc:

Description


Change History (11)

comment:1 by olle, 10 years ago

Owner: changed from everyone to olle

comment:2 by olle, 10 years ago

Status: newassigned

Ticket accepted.

comment:3 by olle, 10 years ago

Traceability note:

  • Ticket #1310 (Annotations for protocols) covers making Protocol items annotatable.

comment:4 by olle, 10 years ago

Design discussion:

  • The design for this update will be based on that for Ticket #1310 (Annotations for protocols). Code changes related to making Hardware items annotatable and changing schema version can be made analogously to the latter ticket, while later changes in the GUI design only make parts of the corresponding code changes for Ticket #1310 relevant to the current case.
  • Support for annotatable Hardware items will include the following parts:
    a. Basic support for adding annotations to Hardware items.
    b. Update of database schema version, since step (a.) adds new database columns.
    c. Adding an "Annotations" tab to the page for inspecting a Hardware item, and displaying the annotations.
    d. Adding an "Annotations" tab to the edit dialog for a Hardware item, and making it possible to edit annotations.
    e. For an item that can have an attached Hardware item, making annotations to the latter appear in the tree node for the overview of that item.
    f. For an item that can have an attached Hardware item, making annotations to the latter appear in the "Inherited annotations" tab of the edit dialog for that item.

comment:5 by olle, 10 years ago

Design implementation:

The different parts in adding support for annotatable Hardware items will involve updates to the following files:

  1. Basic support for adding annotations to Hardware items:

    Hardware.java in base3/src/core/net/sf/basedb/core/ and
    HardwareData.java in base3/src/core/net/sf/basedb/core/data/.

  2. Update of database schema version:

    Install.java in base3/src/core/net/sf/basedb/core/ and
    Update.java in base3/src/core/net/sf/basedb/core/.

  3. Adding an "Annotations" tab to the page for inspecting a Hardware item, and displaying the annotations:

    JavaScript hardware.js in base3/www/admin/hardware/
    JSP script list_hardware.jsp in base3/www/admin/hardware/
    JSP script view_hardware.jsp in base3/www/admin/hardware/

  4. Adding an "Annotations" tab to the edit dialog for a Hardware item, and making it possible to edit annotations:

    JSP script edit_hardware.jsp in base3/www/admin/hardware/
    JavaScript hardware.js in base3/www/admin/hardware/
    JSP script index.jsp in base3/www/admin/hardware/
    JavaScript main.js in base3/www/include/scripts/ (for making edit dialog larger).

  5. For an item that can have an attached Hardware item, making annotations to the latter appear in the tree node for the overview of that item:

    HardwareLoader.java in base3/src/core/net/sf/basedb/util/overview/loader/

  6. For an item that can have an attached Hardware item, making annotations to the latter appear in the "Inherited annotations" tab of the edit dialog for that item:

    DerivedBioAssay.java in base3/src/core/net/sf/basedb/core/
    JavaScript bioassays.js in base3/www/views/derivedbioassays/
    PhysicalBioAssay.java in base3/src/core/net/sf/basedb/core/
    JavaScript bioassays.js in base3/www/views/physicalbioassays/
Last edited 10 years ago by olle (previous) (diff)

comment:6 by olle, 10 years ago

(In [6328]) Refs #1771. Support for annotatable Hardware items added.

comment:7 by olle, 10 years ago

(In [6331]) Refs #1771. Class\file Hardware.java in base3/src/core/net/sf/basedb/core/ updated in JavaDoc comment for public method Set<Annotatable> getAnnotatableParents() to refer to correct BASE version.

comment:8 by olle, 10 years ago

(In [6332]) Refs #1771. Support for annotatable Hardware items updated:

  1. JSP script edit_hardware.jsp in base3/www/admin/hardware/ updated by removing annotations.js from the list of scripts, since this script will still be invoked from JSP script annotate_frameset.jsp in www/common/annotations.

comment:9 by olle, 10 years ago

(In [6333]) Refs #1771. Class\file Hardware.java in base3/src/core/net/sf/basedb/core/ updated in JavaDoc comment for public method Set<Annotatable> getAnnotatableParents() to refer to BASE version 3.3.

comment:10 by olle, 10 years ago

Resolution: fixed
Status: assignedclosed

Ticket closed as the requested functionality has been added.

comment:11 by olle, 10 years ago

(In [6360]) Refs #1771. Page for inspecting s Hardware item updated by adding a "Change history" tab, and displaying the changes:

  1. JavaScript hardware.js in base3/www/admin/hardware/ updated in function initPage() for pageId equal to view-page to add a tab active listener for history data.
  2. JSP script view_hardware.jsp in base3/www/admin/hardware/ updated in HTML section to add a "Change history" tab.
Version 0, edited 10 years ago by olle (next)
Note: See TracTickets for help on using tickets.