IKAMR / KDRS_Metadata

MIT License
0 stars 0 forks source link

Add pri-sort & columns + fix missing columns tab tables for Decom JSON #5

Open solfeggietto opened 5 years ago

solfeggietto commented 5 years ago

Excel tab "tables"

  1. Bug: Decom JSON, correct column title "priority" not "priorities" - Fixed v0.7

  2. Bug: Decom JOSN, missing column titles "entity", "description", "note" - Fixed v0.7

  3. Enhancement both import metadata.xml and Decom JSON: Add new column "columns" to the right of "rows" Holds the number of columns in the table.

  4. Enhancement both import metadata.xml and Decom JSON: Add new column "pri-sort" to the right of "priority" with value 1 for HIGH 2 for MEDIUM 3 for LOW 4 for SYSTEM 5 for STATS 6 for EMTPY 7 for DUMMY 8 for No priority set (no text)

torefa commented 5 years ago

Fixed in v0.7: 1. 2. 3