RaspberryPiFoundation / lesson_format

Lesson formatter
17 stars 28 forks source link

Paginate lessons #159

Closed andylolz closed 9 years ago

andylolz commented 9 years ago

I’ve been using this bit of code for ages, but haven’t PRed it. I guess because it’s super hacky. Anyway, here’s a PR.

martinpeck commented 9 years ago

Thanks @andylolz. I suspect we're going to put this PR on ice for the moment.

We're in the process of redesigning the projects site at the moment, so I'd rather work the "lessons should be paginated" requirement into that redesign (or not).

andylolz commented 9 years ago

That’s fine. I’ll close this one, then.

andylolz commented 9 years ago

Tbh this was/is mergable, and doesn’t force you to use paginated lessons. It just adds the javascript so you can, which would be a good way of testing if this is a feature that code club volunteers want.

martinpeck commented 9 years ago

I've looked at the PR locally, and it looks like something worth discussing within the team, but my reluctance to merge it was related the following:

Basically, it didn't feel ready. Given this, I didn't want to merge the changes and then have people find it/use it, take dependencies upon it, and require us to support it.

This feels like something we should have in a test/experimental branch, but not on the main project site.

martinpeck commented 9 years ago

I'd be happy to merge it "as is" so long as it's not used (i.e. not used in official links, not advertised, not built upon)

andylolz commented 9 years ago

Okay, cool – I don’t mind either way. The argument for not merging sounds totally reasonable.

I only replied because there’s some small amount of effort required on my part to maintain my own fork that includes this, and every time I do it I wish I didn’t have to! So obviously I’d prefer this as an easter egg upstream.