A goal-tracking app built with SwiftUI and Vapor, designed to motivate users by rewarding them with points for completing tasks and helping them track their progress.
Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
46
commits
Fixed registration handling to use email instead of user_id
7d453c7View on GitHubAdded logic to handle user points adjustment when tasks or goals are marked as completed or incomplete.
ad867faView on GitHubUpdated task completion logic to adjust points when a task is marked as completed or reverted
2d6ce6cView on GitHubRefactored goal completion handling to deduct points when a goal is completed and restore points when reverted
2b9880eView on GitHubImplemented total points fetching and goal completion status
66baa8aView on GitHubFixed point tracking logic: update points on task completion, deletion, and server sync
dfe0d57View on GitHub