https://github.com/bacoords/wp-habit-streak
Habit Streak - keep up your daily blog post streaks!
https://github.com/bacoords/wp-habit-streak
Last synced: about 1 month ago
JSON representation
Habit Streak - keep up your daily blog post streaks!
- Host: GitHub
- URL: https://github.com/bacoords/wp-habit-streak
- Owner: bacoords
- Created: 2023-01-19T14:24:41.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-21T15:18:14.000Z (over 3 years ago)
- Last Synced: 2025-02-23T06:12:06.635Z (over 1 year ago)
- Language: PHP
- Size: 304 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Habit Streak, a WordPress Plugin
**In progress**
This is a very simple WIP plugin to see how long your daily posting streak has been going on. It's also an experiment to see how far I can get using Github Copilot and not writing the code myself...
Right now it stops at 100 posts and has some other wierd quirks.
## Todos
- [ ] Add a settings page to set the content type
- [ ] Show the updated streak on the block editors post-publish panel
- [ ] Add caching, deal with 100 batch limit
- [ ] Add post publish actions to update the streak programmatically
- [ ] Add an option to ignore specific days/weekends when counting the streak