aiku-ai / AiKu

AiKu is life.
https://aiku.netlify.app/
6 stars 2 forks source link

Storybook Sorting and Ranking System #17

Open danwritecode opened 1 year ago

danwritecode commented 1 year ago

Couple things needed:

  1. Need to build a way for users to "thumbs up" or "Like" AiKu's that way we can start building a crude sorting algorithm for viewing.
  2. Need to build a way that shows new popular content each day. We want users who go to the site to see NEW AiKu's each day. Repeats should be highly avoided.

Questions:

  1. How can we avoid repeats without knowing the user? Is it as simple as prioritizing new and popular AiKu's?
  2. The above will require an active review system from the admins.
  3. Should we even have an active review system or by default show all AiKu's that are submitted? And only remove them from circulation if they are bad.