Skip to content

feat: Time tracking app with auth, clock in/out, and admin dashboard#1

Open
devin-ai-integration[bot] wants to merge 7 commits into
basefrom
devin/1777829296-time-tracker-app
Open

feat: Time tracking app with auth, clock in/out, and admin dashboard#1
devin-ai-integration[bot] wants to merge 7 commits into
basefrom
devin/1777829296-time-tracker-app

Conversation

@devin-ai-integration
Copy link
Copy Markdown
Contributor

@devin-ai-integration devin-ai-integration Bot commented May 3, 2026

Summary

Complete time-tracking web application deployed to Vercel with Neon Postgres.

Live URL: https://time-tracker-smoky-ten.vercel.app

Features:

  • Landing page: Public, no login required
  • Authentication: Email/password registration & login, Google OAuth support
  • Clock In/Out: Users can clock in and out with description of work
  • Dashboard: View time entries, status, and total hours worked
  • Admin Dashboard: Admin users can view all employees' total hours and detailed entries
  • Role-based access: Regular users see their own data; admins see everyone's data

Tech stack:

  • Next.js 16 (App Router, Turbopack)
  • NextAuth.js v5 (beta) for authentication
  • Prisma 7 with Neon Postgres (serverless PostgreSQL)
  • Tailwind CSS for styling
  • Deployed on Vercel

Review & Testing Checklist for Human

Notes

  • Database is hosted on Neon (free tier PostgreSQL)
  • Google OAuth requires setting up credentials in Google Cloud Console. Email/password auth works out of the box.
  • The first user to register is a regular user by default

Link to Devin session: https://app.devin.ai/sessions/0aea0d715a374bf2b0d7e91b7a1f1909
Requested by: @iamdexx

@devin-ai-integration
Copy link
Copy Markdown
Contributor Author

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment and CI monitoring

@vercel
Copy link
Copy Markdown

vercel Bot commented May 3, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
time-tracker Error Error May 3, 2026 6:32pm

Request Review

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.

1 participant