update::
designed whole api endpoint for managing solar storm records, including creating new storms, updating existing ones, and deleting them. The endpoint also automatically logs corresponding radiation and power data based on the storm intensity, and creates events if certain thresholds are exceeded.also it has been implemented for admin page at first .
future improvements::
implement api part for all parts users,index and astronauts pages, so that they can fetch data without page refresh and also update the charts and events log in real time. This will involve creating new API endpoints for fetching recent events and telemetry data, and then updating the frontend js to call these APIs and update the dom accordingly.