Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Epic: add support for user-defined collections of websites #309

Closed
8 of 10 tasks
alicewriteswrongs opened this issue Jun 9, 2021 · 2 comments · Fixed by #349, #320, #335 or #391
Closed
8 of 10 tasks

Epic: add support for user-defined collections of websites #309

alicewriteswrongs opened this issue Jun 9, 2021 · 2 comments · Fixed by #349, #320, #335 or #391
Assignees
Labels

Comments

@alicewriteswrongs
Copy link
Contributor

alicewriteswrongs commented Jun 9, 2021

As a course author, I'd like to write a list of courses similar to this one: https://ocw.mit.edu/courses/energy-courses/

To support this, we want to add support for defining a 'collection' of websites. This will let a content author add a new list and add websites to it, using our existing APIs to build out an editing UI.

These collections can then be added as embedded content to our WYSIWYG editor, which will allow content authors to publish pages like the one linked above (for instance in the ocw-www 'entry' site).

Acceptance Criteria:

@alicewriteswrongs alicewriteswrongs self-assigned this Jun 9, 2021
@alicewriteswrongs alicewriteswrongs changed the title add support for user-defined collections of websites Epic: add support for user-defined collections of websites Jun 9, 2021
alicewriteswrongs added a commit that referenced this issue Jun 15, 2021
This adds WebsiteCollection and WebsiteCollectionItem models which will
be used to implement an ordered list of websites that content authors
can edit in the studio UI.

see #309 for details
closes #315
pr #320
@alicewriteswrongs alicewriteswrongs linked a pull request Jul 16, 2021 that will close this issue
6 tasks
@alicewriteswrongs
Copy link
Contributor Author

@Ferdi @pdpinch quick question, should a site content author be able to add a course to a WebsiteCollection more than once?

@alicewriteswrongs
Copy link
Contributor Author

This epic concerned our earlier implementation of the feature - I'm going to close this so we don't get confused (or so I don't get confused anyway!)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment