objectcomputing / check-ins

Other
7 stars 6 forks source link

Server-side markdown generation - merit report #2759

Open mkimberlin opened 2 weeks ago

mkimberlin commented 2 weeks ago

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

ocielliottc commented 1 week ago

I have the server side generation coded. However, it has not been fully tested.

https://github.com/objectcomputing/check-ins/tree/feature-2759/server-side-markdown-generation