Last active
May 22, 2025 13:19
-
-
Save kaspth/62138aa4783e38be94559dd05cdc705c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Teams with a subscription are issued a set of credits every month, based on their plan level. | |
# Those credits can be used to “pay” for various types of reports. Small reports may cost 1 credit, large reports may cost 500 credits. | |
# Reports may also vary in cost, depending on the contents and configured options at time of initiation. | |
# Credits have an expiration date, based on when they were issued. When expired, credits can no longer be used to “pay” for reports. | |
# When reports are “paid” for with credits, the system should use credits that are closest to expiration. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Spotify Mix Playlists: Assuming we have a history of played songs for a user, | |
# we have song recommendations via nearest neighbor search, | |
# and we have categorizations (genre, mood, era, instrumental/vocal, cultural/regional, theme), | |
# let system admins create mix templates based on music categorizations | |
# and then generate refreshable custom playlists for each user. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# RSS Feed Reader: Users subscribe to RSS and Atom feeds, and get a list of posts they can read and favorite. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment