Closed noahsark769 closed 10 years ago
ALRIGHT LET'S STYLE CHECK THIS
Okay @brandonchinn178 I made a lot of comments! Most are just changes that I think we should make to make the code as semantically clear as possible.
As far at the pdf goes, it's looking pretty good! I actually agree with you that I don't think we need the header at the bottom, and having it only at the top will improve the ability of people to naturally orient the pages.
Two things:
Let me know what your thoughts are on this stuff!
At least on the continuity box, I think it's better to leave it constant sized (although smaller size when it overflows) so that the format of the quadrant stays the same through every box, which I think is a lot easier on the eyes. Thoughts?
Also, can we have stuntsheets go in NW, NE, SW, SE order? I feel like the last page is awkward with two stuntsheets on the left side, and I feel like people would be more naturally inclined to look left to right instead of top to down
Yeah I think you're right about the continuity box: I think everything should be laid out the same way, but I just think that the box shouldn't take up the whole height if it doesn't need to (but if it does, it should, and also make the text smaller if it needs more space). Like, the elements right under the box would still be positioned as if the box was at max height, but it seems weird to have a big empty space in the box.
Also, I think the point with having the stuntsheets oriented the way they currently are is so the marcher can fold the page over hotdog-style and see the stuntsheets in the right order without having to turn the page over: no one seems to fold their sheets hamburger-style right now, and though I think this should be a toggleable preference eventually, we wanted to start with the NW, SW, NE, SE order right?
Oh right, I forgot about that folding thing. Although you won't think that people would unfold it anyway when taking it out? I feel like most people would just naturally taking it out and unfold it right away.
I think the extra space in the box looks fine, but I'll push those changes and we can see then.
@noahsark769 what do you think about these changes?
I think we should call the various functions that generate the parts of the pdf page something more semantic (e.g. this._applyHeaders()
instead of this._headers()
). After that I think we're good for this!
@noahsark769 ready to merge!
Sweet, merging! The easy part is now done, haha
Resolving #102 and #103 @brandonchinn178 alright here it is! Gunna go through and comment, then we can talk about the style changes!