Skip to content

Commit

Permalink
IT WORKS
Browse files Browse the repository at this point in the history
  • Loading branch information
jmurgolo committed Mar 15, 2024
1 parent 299ea77 commit c1bc640
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions php/db.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
<?php

/*
TODO:
Add check to see if team globalid exists and update instead of insert
Add check that the team data being updated is more recent then the data in the database
FOR THE SYNC FUNCTION
Add check to make sure we are not syncing duplicate data (timestamps everywhere) back to the ipads or whatever
Add check to make sure we are not syncing old data back to the . . .
*/

header('Content-Type: application/json');

// Decode the received JSON data
Expand Down

0 comments on commit c1bc640

Please sign in to comment.