Skip to content

Feat/analytics dashboard - #137

Merged
Yusufa09 merged 8 commits into
mainfrom
feat/analytics-dashboard
Aug 13, 2026
Merged

Feat/analytics dashboard#137
Yusufa09 merged 8 commits into
mainfrom
feat/analytics-dashboard

Conversation

@Yusufa09

Copy link
Copy Markdown
Collaborator

Added analytics page to track website usage; switched payment wording to donation


const ids = () => {
if (!anonId) anonId = readStored("local", ANON_KEY);
if (!sessionId) sessionId = readStored("session", SESSION_KEY);
@Yusufa09

Copy link
Copy Markdown
Collaborator Author

This isn't ready to be merged yet

@Yusufa09
Yusufa09 merged commit 0f23927 into main Aug 13, 2026
7 of 8 checks passed
except role_store.RoleError as e:
# 409: the request is well-formed and the caller is allowed to make it —
# the state of the world is what refuses it.
return jsonify({"error": str(e), "reason": e.reason}), 409
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants