#1436 closed enhancement (fixed)

Re-order entries in the JSON file

Reported by: Nicklas Nordborg Owned by: Nicklas Nordborg
Priority: major Milestone: Reggie v4.42
Component: net.sf.basedb.reggie Keywords:
Cc:

Description

When viewing the JSON files in the external importer wizard it would be really nice if the JSON data could be re-organized to a predictable order. Typically the JSON format doesn't care about this, but it is annoying when, for example, the "Specimen" section sometimes is in the beginning of the file and sometimes in the end.

I think it should be possible to intercept the file on the server side and re-order the entries to a more natural order: SCANB_ID, Specimen, Lysate, etc... If there are unknown entries they should added to end in no particular order.

Change History (1)

comment:1 by Nicklas Nordborg, 16 months ago

Resolution: fixed
Status: newclosed

In 6965:

Fixes #1436: Re-order entries in the JSON file

Note: See TracTickets for help on using tickets.