Create Channel Playlist Model/Collection #215
Labels
No labels
Bug
Cleanup/Refactor
Core Feature
Documentation
Feature
Performance Improvement
Security Improvement
UX/Accessibility
Unreproducable Bug
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Blocks
#211 Optimize Scheduler DB
rainbownapkin/canopy
Reference: rainbownapkin/canopy#215
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Make a dedicated channel playlist collection, in which each document represents a single playlist.
While not as big as the archive, this too should also help to alleviate current size issues with documents storing active channels.
Started work on dedicated channel/user playlist models:
36ae90b7afStarted work on updating playlistHandler.js for dedicated/individual userPlaylist and channelPlaylist document collections:
0b7f99725dRe-worked playlistHandler.js for site-wide playlist collections:
7530b5fa5fRemoved playlist related functions from user and channel schemas:
70fc42b181Newly created playlists are now stored in dedicated site-wide collections.