Data processing logic
Wrote all the necessary logic needed in the backend data processing.
Design philosophy -> To prevent API and XML leaks and keep drone pilots' data safer, it is important to process all necessary data in the backend and only send the required information to the frontend through FastAPI. This ensures that only the necessary data is transmitted, reducing the risk of data leaks. By following this approach, you can help to protect the privacy and security of drone pilots' data.