automated terminal push

This commit is contained in:
2025-04-30 08:39:08 -04:00
committed by Software Shinobi
parent e1b36b9738
commit 113457cd46

View File

@@ -14,9 +14,10 @@ fetch();
setInterval(fetch, 1000*120);
});
function fetch() {
console.debug(" -> :: fetchLeaderboardDetails()");
console.debug("enter -> fetchJobs()");
$.ajax({
@@ -47,9 +48,10 @@ error: function (error, status) {
});
}
function load() {
console.debug(" -> :: fetchLeaderboardDetails()");
console.debug("enter -> loadJobs()");
$.ajax({
@@ -83,6 +85,8 @@ error: function (error, status) {
function profitleaderboard(jobList) {
console.debug("enter -> profitleaderboard()");
console.log("jobList / " ,jobList);
var html = '';
@@ -104,20 +108,12 @@ console.log("size / " + size);
// html += '<td class="METADATA DEBUG">' + + '</td>'; // String (username)
html += '<td class="METADATA DEBUG">' + jobList[i].location + '</td>'; // String (username)
html += '<td class="METADATA DEBUG">' + jobList[i].job_type + '</td>'; // String (username)
html += '<td class="METADATA DEBUG">' + jobList[i].is_remote + '</td>'; // String (username)
html += '<td class="METADATA DEBUG">' + jobList[i].description + '</td>'; // String (username)
html += '</tr>';