@ Commit message Author Date Author
c96784a Update README.md 03-26
c207a27 merge conflict 2024-10-04
176675e updates for new database and encrpytions, application updates, refactors 2024-10-04
72ca351 rebulding server 2024-09-09
f5e18f3 rebulding server 2024-09-09
899a91d rebulding server 2024-09-09
2fdc43c rebulding server 2024-09-09
eacbb0f rebulding server 2024-09-09
73c840a rebulding server 2024-09-09
9d4865e massive modification, this is the part where DB gets cryptography, extended functionality support for the application 2024-09-06
606e49f rm 2024-09-05
7433e5d action.py modification 2024-09-02
41e50a8 incremental chagnes and CORS 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 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. 2024-07-17
8669999 Added a unittest for added function, an exception handling when the trip_id is not expected format, fixed typos 2024-07-17
6a7f936 minor typo fix 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. 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. 2024-07-17
fefe14a added json communication format 2024-07-17
5ec58f0 added json communication format 2024-07-17
6bfd9fd Hello Yona 2024-07-09