Commit Graph

67 Commits (application)

Author SHA1 Message Date
David Groys 6acdf13340 implemented missing returns. 2024-06-11 16:07:43 +02:00
David Groys 4335e7f49e distance method implemented 2024-06-11 16:00:44 +02:00
David Groys 9ceffc108d getDetails() changeUserDetails() und signUoUser() angepasst 2024-06-11 16:00:44 +02:00
David Groys a8cac6b067 get_details method implemented 2024-06-11 16:00:44 +02:00
Selim Eser 0cd0be5fe9 Everything works fine for now tests all successful 2024-06-11 15:53:54 +02:00
Selim Eser 4a811935d2 More Exception Handling 2024-06-11 15:13:37 +02:00
Selim Eser 0e4f7d35b7 change_user_details method implemented and getDetails Exception Handling 2024-06-11 15:07:35 +02:00
Selim Eser f669e91668 sign_out_method fixed all tests successful 2024-06-11 14:32:24 +02:00
Daniel Zdravkovic bc8c19bc66 all_user_toString method and write_to_file method implemented to help with sign_up_user 2024-06-11 11:54:07 +02:00
Daniel Zdravkovic 735c1f38ea more tests for sign_up successful 2024-06-11 11:37:06 +02:00
Daniel Zdravkovic cd86769cd0 first sign_up_method logic implemented and tested successful 2024-06-11 11:34:42 +02:00
Daniel Zdravkovic 675a1bd35e more sign_out tests 2024-06-11 11:11:59 +02:00
Daniel Zdravkovic 8bf5c4a0b8 sign_out_method tests successful 2024-06-11 11:09:29 +02:00
Daniel Zdravkovic 6252c3d686 sign_in_user method another minor decoding fix and tests successful 2024-06-11 11:05:48 +02:00
Daniel Zdravkovic 5141d8ec03 sign_in_user method minor change 2024-06-11 11:00:28 +02:00
Daniel Zdravkovic 5d087518e9 get_all_user tests successful 2024-06-11 10:57:28 +02:00
Daniel Zdravkovic 33ff251c20 decoding encoding methods fixed and tests successful/ sign_up some other minor needs to be worked over 2024-06-11 10:50:46 +02:00
Daniel Zdravkovic 75b3b597c1 get_all_user method, sign_in_up methods fixed and get_all_user method successfully tested 2024-06-10 15:58:06 +02:00
Daniel Zdravkovic 8016e9848e sign_up method implemented 2024-06-10 15:21:54 +02:00
Daniel Zdravkovic 0a1482451f encoding / decoding method fix 2024-06-10 15:19:24 +02:00
Daniel Zdravkovic 96e7dad23f sign_up_user implemented and new logic for csv data 2024-06-10 15:17:36 +02:00
Daniel Zdravkovic f5e74fbbe5 discard some useless dependencies 2024-06-10 15:05:01 +02:00
Daniel Zdravkovic 52ed99fc1d sign_out_user method implemented 2024-06-10 14:44:55 +02:00
Daniel Zdravkovic 88493290fd sign_in_user method implemented 2024-06-10 14:40:53 +02:00
Daniel Zdravkovic 41676607ad createSheet Methode welche eine Tabelle erstellt mit User Informationen 2024-06-10 14:37:46 +02:00
Daniel Zdravkovic 5120dd94be encoding und decoding methods mit Base64 implementiert 2024-06-10 14:37:46 +02:00
Daniel Zdravkovic a41384a116 get_all_users method (complete but without encoding method) 2024-06-10 14:37:46 +02:00
Selim Eser 79b145e9f5 System minor inputstream fix 2024-06-10 14:01:37 +02:00
Selim Eser 4fbcfb4bf5 If user signs out the saved distances get deleted 2024-06-09 21:54:50 +02:00
Selim Eser e2923ae838 System.java now saves all distances after one calculation to fasten random_destinations methods up 2024-06-09 21:51:37 +02:00
Selim Eser 1aed134131 Corrected the method logic 2024-06-09 21:15:39 +02:00
Selim Eser 372745939c Application.java includes all System methods without the user methods now 2024-06-09 20:23:12 +02:00
Selim Eser 8c2eba6d48 Fixed some problems 2024-06-09 20:17:02 +02:00
Selim Eser 0ac411e9d3 Fixed search, random_destination method return ArrayList sizes, implemented random_destination tests and build ran successful 2024-06-09 19:59:22 +02:00
Selim Eser db04ad8201 calc_l_consumption method test implemented and successful 2024-06-09 19:36:53 +02:00
Selim Eser 3b49d9f2e2 Added Rounding in double methods for 3 decimal places, updated method tests, implemented travel_time method test and all tests run successful 2024-06-09 19:30:50 +02:00
Selim Eser ba7ba72a87 Added some Exception Handling 2024-06-09 18:58:41 +02:00
Selim Eser e3ae9c6599 destination_details method implemented 2024-06-09 18:45:42 +02:00
Selim Eser 9deda6bf76 random_destinations_bike method implemented 2024-06-09 18:39:48 +02:00
Selim Eser 44b385bf3d random_destinations_car method implemented 2024-06-09 18:38:38 +02:00
Selim Eser 5413a18435 Changed car_co2_km to car_l_100km because its more important for user and implemented calc_l_consumption 2024-06-09 18:25:57 +02:00
Selim Eser 5a5f86db98 travel_time method implemented 2024-06-09 18:12:54 +02:00
Selim Eser 067617e8c0 test method implemented and build successful 2024-06-09 18:00:26 +02:00
Selim Eser 523ff6a4a6 Changed destination formula to Haversine and multiplied return distance by 1.25 for distance using the streets 2024-06-09 17:55:38 +02:00
Selim Eser 39cfdc4d43 Fixed second if statement and corrected return formula 2024-06-09 17:01:39 +02:00
Selim Eser 14f8c38a70 distance method implemented 2024-06-09 16:39:05 +02:00
Selim Eser 3455d7b1b7 random_destinations methods require distance methode ... implementing later 2024-06-09 16:13:20 +02:00
Selim Eser ee784a91b2 random_destinations method for car and bike splitted 2024-06-09 16:06:15 +02:00
Selim Eser 6d96b3ba76 search method tests implemented and successfull 2024-06-09 16:03:05 +02:00
Selim Eser 671553bd19 Removed unwanted chars from return String of ArrayList 2024-06-09 15:58:25 +02:00