PUSH before database modification

This commit is contained in:
jndaniels 2024-12-05 20:35:25 -06:00
parent 520fd2e9a2
commit ae5ba6751c
3 changed files with 24 additions and 5 deletions

View File

@ -96,8 +96,28 @@
"primary": false, "primary": false,
"unique": false, "unique": false,
"nullable": true "nullable": true
},
"db_edits": {
"type": "boolean",
"comment": "true means ready to delete"
},
"status": {
"modified": true
}
},
"recordID": {
"db_edits": {
"type": "string",
"name": "recordID",
"comment": "generateRandomIdentifier"
},
"status": {
"new": true
} }
} }
},
"status": {
"children_modified": true
} }
}, },
"security": { "security": {

View File

@ -184,7 +184,9 @@
</table> </table>
</div> </div>
<div class="row"> <div class="row">
<img width="350" height="100" id="imgSignaturePreview" alt="Signature preview"> <div class="col-7">
<a></a>
</div>
</div> </div>
</div> </div>
@ -221,6 +223,7 @@
<a class="dropdown-item" dmx-on:click="modal1.show()">Show Records</a> <a class="dropdown-item" dmx-on:click="modal1.show()">Show Records</a>
<a class="dropdown-item" href="#" dmx-on:click="SignatureModal1.show()">SignatureModal1</a> <a class="dropdown-item" href="#" dmx-on:click="SignatureModal1.show()">SignatureModal1</a>
<a class="dropdown-item" href="#" dmx-on:click="toggleSignatureDataEncoded.toggle()">SignatureEncoding</a> <a class="dropdown-item" href="#" dmx-on:click="toggleSignatureDataEncoded.toggle()">SignatureEncoding</a>
<a class="dropdown-item" href="/observationPage" dmx-on:click="toggleSignatureDataEncoded.toggle()" internal="true">Observation</a>
</div> </div>
</div> </div>
<div class="nav-item dropdown"><a class="nav-link dropdown-toggle" data-bs-toggle="dropdown" href="#" id="dropdown4" role="button" aria-haspopup="true" aria-expanded="false">Help</a> <div class="nav-item dropdown"><a class="nav-link dropdown-toggle" data-bs-toggle="dropdown" href="#" id="dropdown4" role="button" aria-haspopup="true" aria-expanded="false">Help</a>

View File

@ -196,10 +196,6 @@
</div> </div>
<div class="container border rounded border-warning-subtle border-3 mb-md-3 pt-md-4 pb-md-4" id="btnMenu"> <div class="container border rounded border-warning-subtle border-3 mb-md-3 pt-md-4 pb-md-4" id="btnMenu">
<nav class="navbar navbar-expand-lg justify-content-lg-around">
<span class="navbar-text">Navbar Text</span>
<span class="navbar-text">?</span>
</nav>
<div class="row justify-content-xl-between" is="dmx-masonry" id="repeat1" dmx-bind:repeat="scQuerySection.data.query" columns="3" gutter="10"> <div class="row justify-content-xl-between" is="dmx-masonry" id="repeat1" dmx-bind:repeat="scQuerySection.data.query" columns="3" gutter="10">
<div class="col text-xl-center"> <div class="col text-xl-center">
<form id="form1" action="/api/qSection" method="post"> <form id="form1" action="/api/qSection" method="post">