From 3bb611c248da527a3dbd64d42076f8b1327985fc Mon Sep 17 00:00:00 2001 From: nicola Date: Wed, 19 Mar 2025 17:31:48 +0100 Subject: [PATCH] aggiustato filtro default --- js/browseMgr_5.1.js | 185 +++++++++++++++++++++----------------------- 1 file changed, 90 insertions(+), 95 deletions(-) diff --git a/js/browseMgr_5.1.js b/js/browseMgr_5.1.js index 57767a5..e65dee6 100644 --- a/js/browseMgr_5.1.js +++ b/js/browseMgr_5.1.js @@ -55,7 +55,6 @@ $(document).ready(function() { var filterBottonAdded = false; var listarisultati = []; var showingComments = false; - var filterOn = true; listaPeriodiRisultato = []; listaClausoleRisultato = [] /*var commentsArray = [] @@ -1027,18 +1026,65 @@ $(document).ready(function() { jQuery(document).delegate(' .showcomments', 'click', function() { var cid = $(this).attr('id'); - var queryComment = false; - var idClass = $(this).attr('class'); - //var parentClass = $(this).parent().attr('class'); - filterOn = true; - - if (idClass.includes("filterRiferimentiOn")) { - filterOn = true; - } else { - if (idClass.includes("filterRiferimentiOff")) { - filterOn = false; - } + var filterOn = true; + var risultato; + var parcid = cid.split("_") + var idsRisultato = getListaRis(); + var cantica; + var idRisultato; + switch (parcid[1]) { + case "1": cantica = "Inferno"; + break; + case "2": cantica = "Purgatorio"; + break; + case "3": cantica = "Paradiso"; } + + + if (idsRisultato.length > 0) { + risultato = true; + } else { + risultato = false; + } + + idRisultato = cantica + "_Canto_" + parcid[2] + "_" + parcid[3] + "_sp"; + if (idsRisultato.includes(idRisultato)){ + risultato = true; + }else{ + risultato = false; + } + switch (parcid[0]) { + case "Commento": + case "CommentoRes": + + if (risultato){ + $(".filterRiferimentiOn").css('display', 'none'); + $(".filterRiferimentiOff").css('display', 'inline-block'); + filterOn = true; + }else{ + $(".filterRiferimentiOn").css('display', 'none'); + $(".filterRiferimentiOff").css('display', 'none'); + filterOn = false; + } + break; + /*case "CommentoRes": + $(".filterRiferimentiOn").css('display', 'none'); + $(".filterRiferimentiOff").css('display', 'inline-block'); + filterOn = true; + break;*/ + case "CommentoQuery": + if(parcid[4] == "On"){ + $(".filterRiferimentiOn").css('display','none'); + $(".filterRiferimentiOff").css('display','inline-block'); + filterOn = true; + }else{ + $(".filterRiferimentiOn").css('display','inline-block'); + $(".filterRiferimentiOff").css('display','none'); + filterOn = false; + } + break; + } + if (cantoDisplayed.includes('#vistaFrasi')) { commentsSQL=getCommentsInResult($(this).attr('id'), $(this).attr('class')) @@ -1049,60 +1095,26 @@ $(document).ready(function() { if (!cantoDisplayed.includes('#vistaFrasi') && !hasCommentsJson(cid)) { return } - if (getListaIdCommenti().length > 0) { - if (filterOn) { - if (idClass.includes("risultato")) { - $(".filterRiferimentiOn").css('display', 'inline-block'); - $(".filterRiferimentiOff").css('display', 'none'); - } else { - $(".filterRiferimentiOn").css('display', 'none'); - $(".filterRiferimentiOff").css('display', 'none'); - } - } else { - $(".filterRiferimentiOff").css('display', 'inline-block'); - $(".filterRiferimentiOn").css('display', 'none'); - } - } else { - $(".filterRiferimentiOn").css('display', 'none'); - $(".filterRiferimentiOff").css('display', 'none'); - } - var parcid = cid.split('_') - var cantica; - var verso = parcid[3]; - switch (parcid[1]) { - case "1": cantica = "Inferno"; - break; - case "2": cantica = "Purgatorio"; - break; - case "3": cantica = "Paradiso"; - } + var commentArea = $('#displaynote'); var idCommento = "CommentoQuery_" + parcid[1] + "_" + parcid[2] + "_" + parcid[3]; - $(".filterRiferimentiOn").attr("id", idCommento) + + $(".filterRiferimentiOn").attr("id", idCommento+"_On") $(".filterRiferimentiOff").attr("id", idCommento+"_Off") - - if (parcid[0] == "CommentoQuery") { // verificare - queryComment = true; - } + commentArea.empty() if ($('#noteCard0').length) { $("#noteCard0")[0].remove(); } - var id = cid.substr(9); - id = parcid.at(-1) + var id = parcid[3]; var gruppoVersi; var versText = ""; - - //var allGrouplKeys = Object.keys(commentsJson); var allGrouplKeys = Object.keys(commentsSQL); var currentGroup; allGrouplKeys.sort().some(function(k) { - if (k == id || k.startsWith(id + '-')) { //~k.indexOf(id + '-')) { - - //console.log(commentsSQL[k].length) - //gruppoVersi = k.split("_").slice(-1)[0] + if (k == id || k.startsWith(id + '-')) { gruppoVersi = k if (gruppoVersi.includes("-")) { versText = ", Versi " + gruppoVersi; @@ -1110,33 +1122,21 @@ $(document).ready(function() { versText = ", Verso " + gruppoVersi; } - currentGroup = createNoteGroup(cantica, getRoman(parcid[2]), versText, k, commentsSQL[k].length, queryComment) + currentGroup = createNoteGroup(cantica, getRoman(parcid[2]), versText, k, commentsSQL[k].length) noteAdded = false; commentsSQL[k].forEach(function(value, i) { - currentGroup.append(createNoteEntry(value, k, i, queryComment)) + currentGroup.append(createNoteEntry(value, k, i, filterOn, risultato)) }); - if (queryComment) { - if (noteAdded) { - commentArea.append(currentGroup); - if (filterOn) { - $(".filterRiferimentiOff").css('display', 'inline-block'); - $(".filterRiferimentiOn").css('display', 'none'); - } else { - $(".filterRiferimentiOn").css('display', 'inline-block'); - $(".filterRiferimentiOff").css('display', 'none'); - } - } else { - if (k.includes("-") && !filterOn) { - commentArea.append(currentGroup); - } - } - } else { + if (!filterOn) { commentArea.append(currentGroup); - } + } else { + if (!k.includes("-")) { + commentArea.append(currentGroup); + } + } } $('#tab-list #vis0-tab').tab('show') }) - }) function getCommentsInResult(tmpcid, tmpclass) { @@ -1179,7 +1179,7 @@ $(document).ready(function() { } - function createNoteGroup(cantica, canto, versi, id, len, queryComment) { + function createNoteGroup(cantica, canto, versi, id, len) { var noteGroupCard = $('
'); var commentHeader = $('
') var rigaNota = $('
'); @@ -1215,16 +1215,14 @@ $(document).ready(function() { return false; } - function createNoteEntry(comments, id, pos, queryComment) { + function createNoteEntry(comments, id, pos, filterOn, risultato) { var idref = comments.IdRiferimento + var noteCard = $('
'); - if (isCommentInResult(idref)) { - var noteCard = $('
'); - noteAdded = true; - } - else { - var noteCard = $('
'); - if (queryComment) { + if(risultato){ + if (isCommentInResult(idref)) { + var noteCard = $('
'); + }else{ if (filterOn) { noteCard.css("display", "none"); } else { @@ -1232,6 +1230,7 @@ $(document).ready(function() { } } } + var collapseCardBody = $('
'); var divCampiSingoli = $('
'); //createNoteHeader(noteCard, comments, id, pos, cantica, parcid, saveVersoCitazione); @@ -1516,7 +1515,7 @@ $(document).ready(function() { function hasCommentsJson(cid) { - var id = cid.split('_').at(-1) + var id = cid.split('_')[3] for (const [keyt, value] of Object.entries(commentsSQL)) { if (keyt == id || keyt.startsWith(id + '-')) { return true @@ -1872,8 +1871,6 @@ $(document).ready(function() { filterButton.attr('id', 'filterRiferimentiOn') filterButton.attr('class', 'btn btn-sm btn-outline-primary filterRiferimentiOn showcomments border-0 rounded text-primary px-1 pt-1 pb-0 ml-1'); var filterIcon = ''; - //var filterIcon = '' - //var filterIcon1 = '' var filterIcon1 = ''; var filterButton1 = $('