Skip to content
This repository has been archived by the owner on Jan 6, 2022. It is now read-only.

Add site selections to the home page. #5

Closed
wants to merge 3 commits into from

Conversation

GabeIsman
Copy link
Contributor

Allows for a robust interface for selecting and ordering the homepage news sites. This is more complicated than a straightforward many-to-many because wagtail doesn't support editing many-to-many relationships (open bug). The through model is the workaround. See wagtail/wagtail#231 for more details.
screenshot 2016-08-25 16 28 42

@garrettr
Copy link
Contributor

This code looks pretty good, but I feel I need to more carefully consider the database setup to make sure I understand it and its ramifications. I am also not 100% sure that we want this feature - I envision a dynamically updating set of featured sites above the fold, rather than a static, fixed set.

@GabeIsman
Copy link
Contributor Author

I think the downside of doing it dynamically is that you might have sites showing up on the homepage that don't have any kind of name recognition. I figured we would want to curate a set of highly recognizable news sites and then use those, either randomly or in order.

@garrettr
Copy link
Contributor

garrettr commented Nov 3, 2016

Closing in favor of #32.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants