# stint v0.1.0 - Table of Contents

> Tick-based activity session tracking — no start/stop calls, just report elapsed time and stints (bounded periods of activity) assemble themselves via gap-stitching. Second-resolution start/end per stint, session counts, day/timezone queries. Bring your own Ecto repo.

## Pages

- [Stint](readme.md)
- [Changelog](changelog.md)
- [LICENSE](license.md)

## Modules

- [Stint](Stint.md): Tick-based activity session tracking. No start/stop calls — report
elapsed time as it happens, and *stints* (bounded periods of
activity) assemble themselves.
- [Stint.Migration](Stint.Migration.md): Versioned migrations for the `stints` table — Oban-style. In your
application's migration
- [Stint.Record](Stint.Record.md): One stint — a bounded period of activity by one owner on one item,
with second-resolution start/end.

