Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suggestions for improving the blog #19

Open
doomspork opened this issue Apr 12, 2021 · 3 comments
Open

Suggestions for improving the blog #19

doomspork opened this issue Apr 12, 2021 · 3 comments
Labels
enhancement New feature or request help wanted Extra attention is needed question Further information is requested

Comments

@doomspork
Copy link
Member

doomspork commented Apr 12, 2021

What are some possible improvements to the blog that would help with content discoverability?

Some ideas off the top of my head:

  1. Tag cloud
  2. Posts by Author
  3. Pagination of blog
  4. In addition to Recent posts, display a small number of random posts
@doomspork doomspork added enhancement New feature or request help wanted Extra attention is needed question Further information is requested labels Apr 12, 2021
@doomspork
Copy link
Member Author

21b507e 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
}

@doomspork doomspork pinned this issue Sep 25, 2021
@doomspork
Copy link
Member Author

@kinson what do you think about making a bunch of these into hacktoberfest tickets? Any other enhancements you can think of?

@kinson
Copy link
Contributor

kinson commented Oct 4, 2021

@doomspork I can tackle this later today or tomorrow!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants