Commit graph

6 commits

Author SHA1 Message Date
751b8a5f1b
improve dialyzer 2025-10-13 10:02:15 -05:00
c8ae4aecaf
Add missing type specifications to improve type safety
- Add @spec annotations to all public functions in time_helpers.ex
- Add @spec annotations to all public functions in weather_units.ex
- Add @spec annotations to authentication functions in user_auth.ex
- Fix User struct type reference (use %Aprsme.Accounts.User{} instead of t())
- All dialyzer checks now pass successfully

These type specifications improve code documentation and enable better
compile-time type checking with dialyzer.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-30 13:40:14 -05:00
566198afa7
clean up warnings 2025-07-16 08:55:46 -05:00
fa89712587
main map improvements 2025-07-13 14:58:13 -05:00
fc449ed5f9
en español 2025-07-05 15:51:39 -05:00
ce7c50caa1
refactor to use external parser 2025-06-24 14:22:09 -05:00
Renamed from lib/aprs_web/time_helpers.ex (Browse further)