28 lines
502 B
Markdown
28 lines
502 B
Markdown
---
|
|
created: 2026-07-03T13:03:00
|
|
Index:
|
|
tags:
|
|
- software
|
|
source:
|
|
---
|
|
# Time Tracker
|
|
---
|
|
|
|
## Abilities
|
|
- Track who is signed in and out
|
|
- Sign-in
|
|
- select user with fingerprint
|
|
- verify they are currently signed out
|
|
- if not: error
|
|
- verify with pass-code
|
|
- log time in
|
|
- Sign-out
|
|
- select user with fingerprint
|
|
- verify they are signed in
|
|
- if not: error
|
|
- verify with pass-code
|
|
- log time out
|
|
- Add fingerprint to fingerprint to fingerprint sensor, auto select the next open slot
|
|
-
|
|
|
|
--- |