school_house
school_house copied to clipboard
Suggestions for improving the blog
What are some possible improvements to the blog that would help with content discoverability?
Some ideas off the top of my head:
- Tag cloud
- Posts by Author
- Pagination of blog
- In addition to Recent posts, display a small number of random posts
21b507ef4012c6e1199c54d1db399370c84c8fb4 adds a tag_cloud/0
function to Schoolhouse.Posts
:
iex> SchoolHouse.Posts.tag_cloud
%{
"Heroku" => 1,
"LiveView" => 8,
"OTP" => 1,
"TIL" => 10,
"admissions" => 1,
"announcement" => 3,
"auth" => 1,
"conference" => 2,
"config" => 2,
"deployment" => 2,
"docker" => 1,
"ecto" => 5,
"instrumenting" => 5,
"kafka" => 1,
"libraries" => 2,
"logging" => 1,
"phoenix" => 8,
"plug" => 3,
"presence" => 1,
"recursion" => 1,
"releases" => 1,
"review" => 4,
"software design" => 8,
"supervisors" => 1,
"telemetry" => 5,
"testing" => 2,
"umbrellas" => 3
}
@kinson what do you think about making a bunch of these into hacktoberfest tickets? Any other enhancements you can think of?
@doomspork I can tackle this later today or tomorrow!