You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor the generation of the Markdown and the storage of the files on Google Drive so that the data is never transmitted to the frontend (generate the markdown on the server and make the file storage calls from there).
Bonus points
Storing each report before continuing on to gathering data for the next one
Move the selected report IDs from query parameters to the body of the request