Skip to content

Commit ec58d80

Browse files
committed
Add Admin Dashboard for managing TODOs and viewing statistics
1 parent e481213 commit ec58d80

6 files changed

Lines changed: 623 additions & 8 deletions

File tree

.github/workflows/build-server-on-push.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
- name: Build & Deploy Worker
1818
uses: cloudflare/wrangler-action@v3
1919
with:
20+
wranglerVersion: '4.45.0'
2021
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
2122
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
2223
workingDirectory: 'fax-me-maybe-server'

TODO.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
- [ ] Build an iOS Shortcut extension to quickly add tasks from anywhere
77
- [ ] Improve n8n workflows to automatically create tasks from various sources (like emails, messages, etc) with gemini-2.5-flash
88
- [ ] Add versioning for the client and API, autoincrementing with each push to main
9-
- [ ] Build admin dashboard to view stats and manage tasks
10-
- [ ] Requests made with API key should bypass rate limits
119

1210
# DONE
11+
- [x] Build admin dashboard to view stats and manage tasks
12+
- [x] Requests made with API key should bypass rate limits
1313
- [x] Add OpenGraph metadata for better link previews
1414
- [x] Add a favicon
1515
- [x] Migrate from IDs to UUIDs to prevent enumeration attacks

0 commit comments

Comments
 (0)