Closed
Bug 958275
Opened 12 years ago
Closed 10 years ago
Created AlgorithmicModule model and API endpoints to allow new/popular lists to be included in feeds
Categories
(Marketplace Graveyard :: API, defect, P2)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: chuck, Unassigned)
References
Details
Editors should be able to create modules for the feed that contain new or popular apps for a category or across the Marketplace.
The model should contain:
- An FK to category
- A field indicating whether to use the "new" or "popular" algorithm.
As these are quick to create, do not exist outside of specific use on the feed, and there are a finite number of combinations of these, it may not be necessary to create endpoints specifically for these modules; we could just use get_or_create on the feeditem endpoints instead.
A corresponding FK should be made on FeedItem, allowing these to be added to feeds.
The API endpoints to manage these should:
- Allow the addition/removal of these from feeds.
- Have create, retrieve, update, and delete functionality
- Require authentication and the Collections:Curate permission to create, update, or delete.
- Contain full app serializations in its serialization
- Use existing new/popular algorithms
Reporter | ||
Updated•12 years ago
|
Priority: -- → P2
Reporter | ||
Updated•11 years ago
|
Comment 1•11 years ago
|
||
hey there - when you get a sec,
is this a feature landing for v1 or a future feature?
(will add to the backlog / block 1053595 if for future)
thanks chuck!
Updated•11 years ago
|
Flags: needinfo?(charmston)
Reporter | ||
Updated•11 years ago
|
Blocks: Feed_OnDeck
Flags: needinfo?(charmston)
Reporter | ||
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•