@ Commit message Author Date Author
eacbb0f rebulding server Browse code 2024-09-09
73c840a rebulding server Browse code 2024-09-09
9d4865e massive modification, this is the part where DB gets cryptography, extended functionality support for the application Browse code 2024-09-06
7433e5d action.py modification Browse code 2024-09-02
41e50a8 incremental chagnes and CORS Browse code 2024-07-31
6beb404 added another boundary condition : this is for when the data itself is incomplete, where its missing some one or two data Browse code 2024-07-17
f5521d5 Added a exception handler for : for api endpoint action/gps_update, when trip_log is empty, returns error to client instead of just not inserting any rows. Browse code 2024-07-17
8669999 Added a unittest for added function, an exception handling when the trip_id is not expected format, fixed typos Browse code 2024-07-17
7e2552b first commit of refactoring of data transaction - gps data, attempt to fix problems that 1. data being sent too often, 2. in previous method, the data insert operation happens too often. this commit is trying to fix it by 1. data being sent every 15sec (or more) not every sec, 2. reformatted gps data so that data transaction will cost a lot less bandwidth and 3. insertion operation has been replaced with copy, which is more apt for bulk row appendage operation. Browse code 2024-07-17
b31a01e first commit of refactoring of data transaction - gps data, attempt to fix problems that 1. data being sent too often, 2. in previous method, the data insert operation happens too often. this commit is trying to fix it by 1. data being sent every 15sec (or more) not every sec, 2. reformatted gps data so that data transaction will cost a lot less bandwidth and 3. insertion operation has been replaced with copy, which is more apt for bulk row appendage operation. Browse code 2024-07-17
fefe14a added json communication format Browse code 2024-07-17
6bfd9fd Hello Yona Browse code 2024-07-09