From 0dbbf0b26f24afa0c253e42682bba19ce7bd4cb6 Mon Sep 17 00:00:00 2001 From: hitlerrip Date: Tue, 29 Jul 2025 21:25:30 +0200 Subject: rank api added api that lists all users, their teams and their personal contributed clicks. --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index f2632ed..0e2e88b 100644 --- a/README.md +++ b/README.md @@ -37,9 +37,12 @@ curl -X POST -d '{ "key": "value" }' http://localhost:8000/yourapifile.php ## To-Do +### Backend + - add api that returns a specific users clicks -- add api that returns all users and their respective clicks and teams - add name and password change - add anonymous clicking for a team +### Frontend + - frontend -- cgit v1.2.3