Analytics, visitor counter, and support links for chatcops landing
By RepoJournal , from @anurag629's public GitHub activity
Backfilled
Anurag Verma shipped analytics tracking, a Redis-powered visitor counter, a support ribbon, and live GitHub star integration to the chatcops website, then merged the work to production.
All changes landed in codercops/chatcops across two pull requests and a production merge. The main feature addition [1] included Google Analytics (G-GLYL9J6QYX) instrumentation on the landing page and all Starlight documentation pages. Verma built a visitor counter powered by Upstash Redis that tracks both daily and total visits with session-based deduplication to avoid overcounting, sharing the Redis instance with the ogcops project. A diagonal corner support ribbon appeared in the top-right with a Buy Me a Coffee and PayPal dropdown. The Hero button and Header navigation now display a live GitHub star count fetched from the repository. The site URL was corrected from chatcops.codercops.com to chat.codercops.com. Verma also added a website development section to CONTRIBUTING.md [2] to document the setup for future contributors. Both feature branch [3] and production merge [5] were pushed through on the same day.
One email a day. Unsubscribe in one click.
A short briefing every day anurag629 ships something — in about 3 minutes.
One email a day. Unsubscribe in one click. Read a past issue →
References
- [1] feat: add analytics, visitor counter, support ribbon, and GitHub stars ↗ codercops/chatcops
- [2] docs: add website development section to CONTRIBUTING.md codercops/chatcops
- [3] Merge pull request #22 from anurag629/dev codercops/chatcops
- [4] Release: analytics, visitor counter, support ribbon, GitHub stars, and site URL fix ↗ codercops/chatcops
- [5] Merge pull request #23 from codercops/dev codercops/chatcops