@@ -132,24 +133,24 @@
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
+
Instagram
GitHub
-
+ -->
@@ -9548,10 +9549,41 @@ print 'It took ' + i + ' iterations to sort the deck.';
@@ -9567,15 +9599,24 @@ print 'It took ' + i + ' iterations to sort the deck.';
alert(`Welcome FLO_ID: ${myFloID}`)
//App functions....
- loadRIBC()
- .then(loadres => {
+ /*loadRIBC()
+ .then(loadres => {
+
+
+ }) */
+
+ let ribcAppdata = floCloudAPI.requestObjectData('RIBC', options = { senderIDs: false, receiverID: "FMeiptdJNtYQEtzyYAVNP8fjsDJ1i4EPfE", application: 'RIBC' })
+ let ribcGendata = floCloudAPI.requestGeneralData('test')
+
+ Promise.all([ribcAppdata, ribcGendata]).then((values) => {
+ console.log("Hey I'm here, the promises just got resolved")
+ console.log(values)
let projectDetails = floGlobals.appObjects.RIBC.projectDetails
let projectDetailsKeys = Object.keys(projectDetails)
- console.log('hey im here')
let projectlistContainer = document.getElementById('projectlist')
- for(let i=0; i
${projectDetails[projectDetailsKeys[i]].projectName}
${projectDetails[projectDetailsKeys[i]].projectDescription}
`
@@ -9583,7 +9624,8 @@ print 'It took ' + i + ' iterations to sort the deck.';
projectlistContainer.innerHTML = projectlistContainer.innerHTML + newHtml
}
- })
+ });
+
}).catch(error => console.error(error))
}