michael-maltsev / cheese-fork

A scheduling helper web application for Technion students
https://cheesefork.cf
GNU General Public License v3.0
50 stars 13 forks source link

Pdf print #18

Closed skilef closed 11 months ago

skilef commented 3 years ago

Export to PDF

Solves Issue #8

Added the ability to export the calendar as a PDF file. The PDF file is being downloaded immediately.

Technical stuff

Visual changes

Top navbar:

Not Logged-In

image image

Logged-In

image

PDF Calendar

image
michael-maltsev commented 3 years ago

Very nice, thank you for the contribution! It looks good overall, but there are a couple of things to be taken care of before it gets merged.

skilef commented 3 years ago

PDF feature with all fixes

I fixed the things you @michael-maltsev mentioned in the new commits

image
skilef commented 3 years ago

I forgot to set the column sizes, so please wait with merging

skilef commented 3 years ago

All done, you can check it out

image
michael-maltsev commented 3 years ago

Thanks. Issues that I've seen from a quick glance:

Also, could you rebase the code on the most resent commit?

skilef commented 3 years ago

Rebased everything to a single commit and fixed the things you mentioned.

michael-maltsev commented 3 years ago

I didn't mean squashing the commits, I meant rebasing to update to the recent changes of the repository. Not a big deal, I can do it myself later.

More importantly, there are still issues unfortunately:

image

image

I didn't spend a lot of time testing it. Please, next time, if possible, play with the solution a bit to see if there are no other things to be done, to save on the ping-pong.

Also, the tooltip from a disabled sharing button is now gone:

image

skilef commented 3 years ago

Ok, sorry for that, I'll test it properly and next time I hope there won't be problems at all. I will try to cover any possible scenario. Again sorry for the ping pong and for the bad tested code