wow.export icon indicating copy to clipboard operation
wow.export copied to clipboard

Contextualized DB2 fields

Open Marlamin opened this issue 2 years ago • 0 comments

Big feature request of wow.tools specific stuff that makes wow.export into a fully fledged DB2 browser vs. just preview+exporting DB2s.

Enums Show value of enum fields in parenthesis behind value Tech wise, can copy paste enums from https://github.com/Marlamin/wow.tools/blob/master/dbc/js/enums.js albeit maybe store it in a better way.

Flags Show tooltip on flag fields of flags set in a specific column's value Tech wise, can copy paste flags from https://github.com/Marlamin/wow.tools/blob/master/dbc/js/flags.js albeit maybe store it in a better way

Foreign keys On columns that are FKs (specified in DBD) link to that row in a different DB2. Maybe show tooltip similarly to wow.tools.

FileID columns Link to other tabs for columns of filedataids pointing to specifically typed files (e.g. WMO, M2, BLP, AVI).

Marlamin avatar Mar 14 '22 17:03 Marlamin