all override add and remove now use new datastructures, close to be able to test / augment as per TODO
This commit is contained in:
25
TODO
25
TODO
@@ -1,19 +1,20 @@
|
||||
###
|
||||
#
|
||||
# fix all face, right-click options:
|
||||
# [DONE] add to new, add to existing
|
||||
# [TODO] 4 x override*
|
||||
#
|
||||
#1 get override data into view
|
||||
# also all the add ref img/add override, etc are non-functional - FIX the override* stuff first to get table/naming consistency as that is half the problem
|
||||
# NMO data -> there is an NMO object (just NMO names/types - |json), then there is per face level data - this should be a reference from Face and Schema/marshmallow
|
||||
#
|
||||
#4 TEST everything (don't forget keybindings,e.g. delete)
|
||||
# 4 TEST everything (don't forget keybindings,e.g. delete)
|
||||
# -- go into viewer code from a files_rbp - had red bin, bot green on viewer.
|
||||
#
|
||||
#5 think I killed pa_job_manager without passing an eid to a transform job, shouldn't crash
|
||||
# SHOULD JUST get AI to help clean-up and write defensive code here...
|
||||
# consider this:
|
||||
$('#viewer_bin use').attr('fill', 'var(--bs-success)'); $('#viewer_del').removeClass('btn-outline-danger').addClass('btn-outline-success')
|
||||
$('#viewer_bin').hover(
|
||||
function() {
|
||||
$('use', this).attr('fill', 'white');
|
||||
},
|
||||
function() {
|
||||
$('use', this).attr('fill', 'var(--bs-success)');
|
||||
}
|
||||
);
|
||||
#
|
||||
# 5 think I killed pa_job_manager without passing an eid to a transform job, shouldn't crash
|
||||
# SHOULD JUST get AI to help clean-up and write defensive code here...
|
||||
###
|
||||
|
||||
### major fix - go to everywhere I call GetEntries(), and redo the logic totally...
|
||||
|
||||
Reference in New Issue
Block a user