REMOVED :: Couchdb database and script from main.ejs dmxPouchDB has been commented out
This commit is contained in:
parent
19cb1b9afe
commit
c7933c2ec4
|
|
@ -1,19 +0,0 @@
|
|||
{
|
||||
"name": "dbCouch",
|
||||
"module": "dbconnector",
|
||||
"action": "connect",
|
||||
"options": {
|
||||
"client": "couchdb",
|
||||
"connection": {
|
||||
"host": "host.docker.internal",
|
||||
"port": 9913,
|
||||
"user": "trainer",
|
||||
"password": "sGynUdlM9cuLtUdc",
|
||||
"database": "db_training"
|
||||
},
|
||||
"databaseResource": "Local / dbCouch",
|
||||
"cloudDatabaseName": "db_training",
|
||||
"tz": "utc"
|
||||
},
|
||||
"fileName": "dbCouch.json"
|
||||
}
|
||||
|
|
@ -1,59 +0,0 @@
|
|||
{
|
||||
"type": "couchdb",
|
||||
"connection": {
|
||||
"host": "host.docker.internal",
|
||||
"port": 9913,
|
||||
"user": "training",
|
||||
"password": "sGynUdlM9cuLtUdc",
|
||||
"database": "db_training"
|
||||
},
|
||||
"direct": true,
|
||||
"databaseResource": "Local / dbCouch",
|
||||
"cloudDatabaseName": "db_training",
|
||||
"schema": {
|
||||
"partitioned": false,
|
||||
"tables": {
|
||||
"db_training": {
|
||||
"meta": [
|
||||
{
|
||||
"name": "_id",
|
||||
"type": "objectId"
|
||||
},
|
||||
{
|
||||
"name": "db_licenseNumber",
|
||||
"type": "text"
|
||||
},
|
||||
{
|
||||
"name": "db_employeeID",
|
||||
"type": "text"
|
||||
},
|
||||
{
|
||||
"name": "db_trainerSelected",
|
||||
"type": "text"
|
||||
},
|
||||
{
|
||||
"name": "db_state",
|
||||
"type": "text"
|
||||
},
|
||||
{
|
||||
"name": "db_signatureData",
|
||||
"type": "text"
|
||||
},
|
||||
{
|
||||
"name": "dummy1",
|
||||
"type": "text"
|
||||
},
|
||||
{
|
||||
"name": "ertDriveDate",
|
||||
"type": "text"
|
||||
},
|
||||
{
|
||||
"name": "db_fullName",
|
||||
"type": "text"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"views": {}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,19 +0,0 @@
|
|||
{
|
||||
"name": "dbCouch",
|
||||
"module": "dbconnector",
|
||||
"action": "connect",
|
||||
"options": {
|
||||
"client": "couchdb",
|
||||
"connection": {
|
||||
"host": "host.docker.internal",
|
||||
"port": 9913,
|
||||
"user": "trainer",
|
||||
"password": "sGynUdlM9cuLtUdc",
|
||||
"database": "db_training"
|
||||
},
|
||||
"databaseResource": "Local / dbCouch",
|
||||
"cloudDatabaseName": "db_training",
|
||||
"tz": "utc"
|
||||
},
|
||||
"fileName": "dbCouch.json"
|
||||
}
|
||||
|
|
@ -45,7 +45,6 @@
|
|||
"unzipper": "^0.12.1",
|
||||
"uuid": "^10.0.0",
|
||||
"sharp": "^0.32.6",
|
||||
"nano": "^10.1.0",
|
||||
"mysql2": "^3.6.5"
|
||||
},
|
||||
"nodemonConfig": {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,34 @@
|
|||
<!-- Wappler include head-page="layouts/main" fontawesome_5="cdn" bootstrap5="local" is="dmx-app" id="buckets" appConnect="local" -->
|
||||
<div class="container wappler-block p-3">
|
||||
|
||||
<div class="progress mb-5">
|
||||
<div class="progress-bar" role="progressbar" aria-label="Animated striped example" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100" style="width: 50%;"></div>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-md-4">
|
||||
<img class="wappler-type-object rounded-3 mb-4" height="150">
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<h3>Fancy display heading</h3>
|
||||
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Eum voluptatum hic possimus
|
||||
laborum vero cum harum libero velit! Eligendi sint dolorem pariatur quae
|
||||
consequuntur quam voluptates aliquam eaque doloribus consectetur?</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-md-2">
|
||||
<img class="wappler-type-object rounded-3 mb-4" height="150">
|
||||
</div>
|
||||
<div class="col-md-9 offset-1">
|
||||
<h3>Fancy display heading</h3>
|
||||
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Eum voluptatum hic possimus
|
||||
laborum vero cum harum libero velit! Eligendi sint dolorem pariatur quae
|
||||
consequuntur quam voluptates aliquam eaque doloribus consectetur?</p>
|
||||
</div>
|
||||
</div>
|
||||
<button id="btn2" class="btn">Button</button>
|
||||
</div>
|
||||
|
||||
<!-- DO00RXH3C276N9Y9PQBG -->
|
||||
<!-- lMI2BSf8dS+ZmWkyvsq9gTTjScr1SLEsd0OpsZZLAkc -->
|
||||
|
|
@ -8,6 +38,7 @@
|
|||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<button id="btn1" class="btn" dmx-on:click="">Button</button>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -63,7 +63,7 @@
|
|||
<script src="https://cdn.jsdelivr.net/npm/pouchdb@8.0.1/dist/pouchdb.indexeddb.min.js" defer></script>
|
||||
-->
|
||||
|
||||
<script src="/dmxAppConnect/dmxPouchDB/dmxPouchDB.js" defer></script>
|
||||
<!--script src="/dmxAppConnect/dmxPouchDB/dmxPouchDB.js" defer></script-->
|
||||
<script src="/js/connections/dbCouch.js" defer></script>
|
||||
<script src="/dmxAppConnect/dmxLazyLoad/dmxLazyLoad.js" defer></script>
|
||||
<script src="/dmxAppConnect/dmxLazyLoad/lazysizes.min.js" defer></script>
|
||||
|
|
|
|||
Loading…
Reference in New Issue